FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | Observation |
| Id | Observation-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: cholesterol
status: final
code: Cholesterol (Details : {LOINC code '35200-5' = 'Cholesterol [Mass or Moles/volume] in Serum or Plasma', given as 'Cholesterol [Moles/volume] in Serum or Plasma'})
subject: ABC
performer: XYZ Lab Pvt.Ltd.
value: 6.3 mmol/L (Details: UCUM code mmol/L = 'mmol/L')
| - | High |
| * | 4.5 mmol/L (Details: UCUM code mmol/L = 'mmol/L') |
{
"resourceType": "Observation",
"id": "example-01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "35200-5",
"display": "Cholesterol [Moles/volume] in Serum or Plasma"
}
],
"text": "Cholesterol"
},
"subject": {
"reference": "Patient/1"
},
"performer": [
{
"reference": "Organization/1"
}
],
"valueQuantity": {
"value": 6.3,
"unit": "mmol/L",
"system": "http://snomed.info/sct",
"code": "258813002"
},
"referenceRange": [
{
"high": {
"value": 4.5,
"unit": "mmol/L",
"system": "http://snomed.info/sct",
"code": "258813002"
}
}
]
}