FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Observation |
| Id | Observation-ObservationLaboratoryExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationLaboratoryExample
Profile: ObservationResults: Laboratory
status: Final
category: Laboratory, Hematology studies (set)
code: Hemoglobin [Mass/volume] in Blood
effective: 2025-05-14 08:30:00+0200
performer: Practitioner Anna Smith
value: 13.5 g/dL (Details: UCUM codeg/dL = 'g/dL')
interpretation: Normal
method: Calculation technique (qualifier value)
| 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": "ObservationLaboratoryExample",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/Observation-resultslab-lab-myhealtheu"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "18723-7",
"display": "Hematology studies (set)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/SamplePatient"
},
"effectiveDateTime": "2025-05-14T08:30:00+02:00",
"performer": [
{
"reference": "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
}
],
"valueQuantity": {
"value": 13.5,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "702873001",
"display": "Calculation technique (qualifier value)"
}
]
},
"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"
}
]
}
}
]
}