HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-condition - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-condition"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-09-25T16:33:27.185+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#TadwzkiECoBwSOs9"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-condition</b></p><a name=\"example-condition\"> </a><a name=\"hcexample-condition\"> </a><a name=\"example-condition-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2022-09-25 16:33:27+0800; </p><p style=\"margin-bottom: 0px\">Information Source: #TadwzkiECoBwSOs9</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Condition-my-core.html\">Condition (MY Core)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role DD}\">Primary Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://id.who.int/icd/release/11/mms EB01.0}\">Red dermographism</span></p><p><b>subject</b>: <a href=\"Patient/ab80bc38-d33c-4ba1-992c-1fd26ed69e8d\">Patient/ab80bc38-d33c-4ba1-992c-1fd26ed69e8d</a></p><p><b>encounter</b>: <a href=\"Encounter/a1039c67-6882-4a4b-881e-541653534351\">Encounter/a1039c67-6882-4a4b-881e-541653534351</a></p><p><b>recordedDate</b>: 2022-09-26 00:33:00+0800</p><p><b>recorder</b>: <a href=\"PractitionerRole/7514c6ca-e4fe-4278-9d59-a68184d3be00/_history/7\">PractitionerRole/7514c6ca-e4fe-4278-9d59-a68184d3be00/_history/7</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ] ;
fhir:version [ fhir:v "4.0.1" ] ;
fhir:code [ fhir:v "DD" ] ;
fhir:display [ fhir:v "Primary Diagnosis" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd/release/11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EB01.0" ] ;
fhir:display [ fhir:v "Red dermographism" ]     ] ) ;
fhir:text [ fhir:v "Red dermographism" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ab80bc38-d33c-4ba1-992c-1fd26ed69e8d" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/a1039c67-6882-4a4b-881e-541653534351" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2022-09-26T00:33:00.000+08:00"^^xsd:dateTime] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "PractitionerRole/7514c6ca-e4fe-4278-9d59-a68184d3be00/_history/7" ]
  ] . #