FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | Observation |
| Id | Observation-ExampleLabResultObservation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleLabResultObservation
Profile: LabResultObservation
identifier: http://hospital.org/lab-results/LAB-67890
status: Final
category: Laboratory
code: Hemoglobin [Mass/volume] in Blood
subject: Patient/example
encounter: Encounter/example
effective: 2025-03-12 08:30:00+0000
value: 13.5 g/dL (Details: UCUM codeg/dL = 'g/dL')
{
"resourceType": "Observation",
"id": "ExampleLabResultObservation",
"meta": {
"profile": [
"http://example.org/StructureDefinition/LabResultObservation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.org/lab-results",
"value": "LAB-67890"
}
],
"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/example"
},
"encounter": {
"reference": "Encounter/example"
},
"effectiveDateTime": "2025-03-12T08:30:00Z",
"valueQuantity": {
"value": 13.5,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
}
}