FHIR IG analytics| Package | ndhm.in |
| Resource Type | Observation |
| Id | Observation-example-31.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-31
status: Final
code: Oxygen saturation in Arterial blood
subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
effective: 2020-09-29
performer: Organization XYZ Lab Pvt.Ltd.
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
{
"resourceType": "Observation",
"id": "example-31",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationVitalSigns"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
}
]
},
"subject": {
"reference": "Patient/example-01"
},
"effectiveDateTime": "2020-09-29",
"performer": [
{
"reference": "Organization/example-01"
}
],
"valueQuantity": {
"value": 95,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
],
"text": "Normal (applies to non-numeric results)"
}
],
"referenceRange": [
{
"low": {
"value": 90,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 99,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}