FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions
: Observation-lab-example-03 - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "lab-example-03",
"meta" : {
"profile" : [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lab-example-03\"> </a></p><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\">Resource Observation "lab-example-03" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation.html\">Observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Cholesterol in HDL [Mass/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2085-9)</span></p><p><b>subject</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> ""</p><p><b>effective</b>: 2020-09-29</p><p><b>performer</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> "XYZ Lab Pvt.Ltd."</p><p><b>value</b>: 45.00 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258797006 = '258797006')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td></tr><tr><td style=\"display: none\">*</td><td>40.00 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258797006 = '258797006')</span></td></tr></table></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2085-9",
"display" : "Cholesterol in HDL [Mass/volume] in Serum or Plasma"
}
],
"text" : "Cholesterol in HDL [Mass/volume] in Serum or Plasma"
},
"subject" : {
"reference" : "Patient/example-01"
},
"effectiveDateTime" : "2020-09-29",
"performer" : [
{
"reference" : "Organization/example-01"
}
],
"valueQuantity" : {
"value" : 45.00,
"unit" : "mg/dL",
"system" : "http://snomed.info/sct",
"code" : "258797006"
},
"referenceRange" : [
{
"low" : {
"value" : 40.00,
"unit" : "mg/dL",
"system" : "http://snomed.info/sct",
"code" : "258797006"
}
}
]
}