FHIR IG analytics| Package | hl7.fhir.eu.eps |
| Resource Type | Observation |
| Id | Observation-faacb416-55b2-433a-82b9-9c5d84912df1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation faacb416-55b2-433a-82b9-9c5d84912df1
status: Final
category: Laboratory
code: Glucose [Mass/volume] in Blood
subject: Petra Schwartz Female, DoB: 1950-04-19 ( Jurisdictional health number)
effective: 2024-07-15
performer: The Central European Lab
value: 65.9 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
interpretation: Low
| Low | High |
| 70 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | |
| 99 mg/dL (Details: UCUM codemg/dL = 'mg/dL') |
{
"resourceType": "Observation",
"id": "faacb416-55b2-433a-82b9-9c5d84912df1",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core"
]
},
"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": "2339-0",
"display": "Glucose [Mass/volume] in Blood"
}
],
"text": "Glucose [Mass/volume] in Blood"
},
"subject": {
"reference": "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3"
},
"effectiveDateTime": "2024-07-15",
"performer": [
{
"display": "The Central European Lab"
}
],
"valueQuantity": {
"value": 65.9,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "L",
"display": "Low"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 70,
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
},
{
"high": {
"value": 99,
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}
]
}