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
{
"resourceType" : "Condition",
"id" : "example-condition",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2022-09-25T16:33:27.185+08:00",
"source" : "#TadwzkiECoBwSOs9",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core"
]
},
"text" : {
"status" : "generated",
"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>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "active"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"version" : "4.0.1",
"code" : "DD",
"display" : "Primary Diagnosis"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://id.who.int/icd/release/11/mms",
"code" : "EB01.0",
"display" : "Red dermographism"
}
],
"text" : "Red dermographism"
},
"subject" : {
"reference" : "Patient/ab80bc38-d33c-4ba1-992c-1fd26ed69e8d"
},
"encounter" : {
"reference" : "Encounter/a1039c67-6882-4a4b-881e-541653534351"
},
"recordedDate" : "2022-09-26T00:33:00.000+08:00",
"recorder" : {
"reference" : "PractitionerRole/7514c6ca-e4fe-4278-9d59-a68184d3be00/_history/7"
}
}