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-rh",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2023-10-23T03:54:44.092+08:00",
"source" : "http://transfusion.moh.gov.my#iPHd5aW2u09AwWyT",
"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-rh</b></p><a name=\"example-observation-antibody-rh\"> </a><a name=\"hcexample-observation-antibody-rh\"> </a><a name=\"example-observation-antibody-rh-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 03:54:44+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://transfusion.moh.gov.my#iPHd5aW2u09AwWyT\">http://transfusion.moh.gov.my#iPHd5aW2u09AwWyT</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-CMA-2300011312-RhD</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 10331-7}\">Rh [Type] in Blood</span></p><p><b>subject</b>: <a href=\"Patient/HTJ-PID-2300011321\">KUMAR A/L RAMASAMY</a></p><p><b>effective</b>: 2023-10-21 14:11:26+0800</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 LA22747-2}\">RhD positive</span></td></tr></table></div>"
},
"identifier" : [
{
"value" : "HTJ-CMA-2300011312-RhD"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "10331-7",
"display" : "Rh [Type] in Blood"
}
]
},
"subject" : {
"reference" : "Patient/HTJ-PID-2300011321",
"display" : "KUMAR A/L RAMASAMY"
},
"effectiveDateTime" : "2023-10-21T14:11:26+08:00",
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA22747-2",
"display" : "RhD positive"
}
]
}
}
]
}