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" : "Observation",
"id" : "example-observation-antibody-screen",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2023-10-23T02:03:35.059+08:00",
"source" : "http://transfusion.moh.gov.my",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-lab-result-my-core",
"http://fhir.hie.moh.gov.my/StructureDefinition/Observation-results-my-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation-antibody-screen</b></p><a name=\"example-observation-antibody-screen\"> </a><a name=\"hcexample-observation-antibody-screen\"> </a><a name=\"example-observation-antibody-screen-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: 2023-10-23 02:03:35+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://transfusion.moh.gov.my\">http://transfusion.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-Observation-lab-result-my-core.html\">Observation Lab Result (MY Core)</a>, <code>http://fhir.hie.moh.gov.my/StructureDefinition/Observation-results-my-core</code></p></div><p><b>identifier</b>: HTJ-COT-2300031123-Antibody</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LP67167-4}\">Blood group antibody screen</span></p><p><b>subject</b>: <a href=\"Patient/HTJ-PID-2100005123\">YAMIN BIN SUDIRMAN</a></p><p><b>effective</b>: 2023-10-22 22:27:52+0800</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation NEG}\">Negative</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org LP37068-1}\">Antibodies identified</span></td></tr></table></div>"
},
"identifier" : [
{
"value" : "HTJ-COT-2300031123-Antibody"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LP67167-4",
"display" : "Blood group antibody screen"
}
]
},
"subject" : {
"reference" : "Patient/HTJ-PID-2100005123",
"display" : "YAMIN BIN SUDIRMAN"
},
"effectiveDateTime" : "2023-10-22T22:27:52+08:00",
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "NEG",
"display" : "Negative"
}
]
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LP37068-1",
"display" : "Antibodies identified"
}
]
}
}
]
}