FHIR IG analytics| Package | hl7.fhir.us.mcode.r4 |
| Resource Type | Observation |
| Id | Observation-hemoglobin-brian-l.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation hemoglobin-brian-l
status: Final
category: Laboratory
code: Hgb Bld-mCnc
subject: Brian L Male, DoB: 2021-01-01 ( Medical Record Number: MRN5678 (use: usual, ))
effective: 2024-01-04
performer: Practitioner Kyle Anydoc
value: 6.7 g/dL (Details: UCUM codeg/dL = 'g/dL')
| Low | High | Type |
| 13.2 g/dL (Details: UCUM codeg/dL = 'g/dL') | 16.5 g/dL (Details: UCUM codeg/dL = 'g/dL') | Normal Range |
{
"resourceType": "Observation",
"id": "hemoglobin-brian-l",
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hgb Bld-mCnc"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-brian-l"
},
"effectiveDateTime": "2024-01-04",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-kyle-anydoc"
}
],
"valueQuantity": {
"value": 6.7,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"referenceRange": [
{
"low": {
"value": 13.2,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"high": {
"value": 16.5,
"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"
}
]
}
}
]
}