FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "lab-example-01",
"meta" : {
"profile" : [
🔗 "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative with Details</b></p><p><b>id</b>: lab-example-01</p><p><b>status</b>: final</p><p><b>code</b>: Cholesterol <span>(Details : LOINC code '35200-5' = 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', given as 'Cholesterol [Moles/volume] in Serum or Plasma')</span></p><p><b>subject</b>: ABC</p><p><b>performer</b>: XYZ Lab Pvt.Ltd.</p><p><b>value</b>: 6.3 mmol/L<span> (Details: UCUM code mmol/L = 'mmol/L')</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>High</b></td></tr><tr><td>*</td><td>4.5 mmol/L<span> (Details: UCUM code mmol/L = 'mmol/L')</span></td></tr></table></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2093-3",
"display" : "Cholesterol [Mass/volume] in Serum or Plasma"
}
],
"text" : "Cholesterol [Mass/volume] in Serum or Plasma"
},
"subject" : {
🔗 "reference" : "Patient/example-01"
},
"effectiveDateTime" : "2020-09-29",
"performer" : [
{
🔗 "reference" : "Organization/example-01"
}
],
"valueQuantity" : {
"value" : 156,
"unit" : "mg/dL",
"system" : "http://snomed.info/sct",
"code" : "258797006"
},
"referenceRange" : [
{
"high" : {
"value" : 200.00,
"unit" : "mg/dL",
"system" : "http://snomed.info/sct",
"code" : "258797006"
}
}
]
}