FHIR IG analytics| Package | test.fhir.onc.ctm |
| Resource Type | Observation |
| Id | Observation-cbc-hemoglobin.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "cbc-hemoglobin",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"status": "final",
"code": {
"coding": [
{
"code": "718-7",
"system": "http://loinc.org",
"display": "Hemoglobin [Mass/volume] in Blood"
}
],
"text": "Hemoglobin"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2005-07-05",
"valueQuantity": {
"value": 17,
"system": "http://unitsofmeasure.org",
"unit": "g/dL"
},
"referenceRange": [
{
"low": {
"value": 16.5,
"code": "g/dL",
"system": "http://unitsofmeasure.org",
"unit": "g/dL"
},
"high": {
"value": 21.5,
"code": "g/dL",
"system": "http://unitsofmeasure.org",
"unit": "g/dL"
},
"type": {
"coding": [
{
"code": "normal",
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
}
]
}