FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | Observation |
| Id | Observation-lab-result-observation-hemoglobin.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation lab-result-observation-hemoglobin
status: Final
category: laboratory
code: Hemoglobin [Mass/volume] in Blood
subject: Adam A. Everyman Male, DoB: 1962-02-05 ( Medical Record Number: m123 (use: usual, ))
effective: 2020-03-06
performer: Practitioner Owen Oncologist
value: 13.5 g/dl (Details: UCUM codeg/dl = 'g/dl')
{
"resourceType": "Observation",
"id": "lab-result-observation-hemoglobin",
"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/cancer-patient-adam-everyman"
},
"effectiveDateTime": "2020-03-06",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-owen-oncologist"
}
],
"valueQuantity": {
"value": 13.5,
"unit": "g/dl",
"system": "http://unitsofmeasure.org",
"code": "g/dl"
}
}