FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Observation |
| Id | Observation-betsysmith-johnson01-Lab-Hemoglobin-04.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation betsysmith-johnson01-Lab-Hemoglobin-04
status: Final
category: Laboratory
code: Hemoglobin [Mass/volume] in Blood
effective: 2025-08-15 09:15:00-0400
performer: Organization Motor City Skilled Nursing Facility
value: 12.8 g/dL
interpretation: Normal
| Low | High | Type |
| 12 g/dL (Details: UCUM codeg/dL = 'g/dL') | 16 g/dL (Details: UCUM codeg/dL = 'g/dL') | Normal Range |
{
"resourceType": "Observation",
"id": "betsysmith-johnson01-Lab-Hemoglobin-04",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/patient-betsysmith-johnson01"
},
"effectiveDateTime": "2025-08-15T09:15:00-04:00",
"performer": [
{
"reference": "Organization/org-Motor-City-Skilled-Nursing-Facility"
}
],
"valueQuantity": {
"value": 12.8,
"unit": "g/dL",
"system": "http://unitsofmeasure.org"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 12,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"high": {
"value": 16,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
]
}
}
]
}