FHIR IG analytics| Package | com.e-medlab.healthsense |
| Resource Type | Observation |
| Id | Observation-glucose1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation glucose1
Profile: Lab - Glucose in blood
status: Final
category: Laboratory
code: Glucose [Moles/volume] in blood
subject: Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)
effective: 2021-11-24
performer: Organization East Tallinn Central Hospital
value: 6.3 mmol/l (Details: UCUM codemmol/l = 'mmol/l')
interpretation: Increased glucose level
method: With or after meal
| Low | High |
| 3.1 mmol/l (Details: UCUM codemmol/l = 'mmol/l') | 6.2 mmol/l (Details: UCUM codemmol/l = 'mmol/l') |
{
"resourceType": "Observation",
"id": "glucose1",
"meta": {
"profile": [
"https://healthsense.e-medlab.com/StructureDefinition/hs-glucose"
]
},
"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": "15074-8",
"display": "Glucose [Moles/volume] in blood"
}
]
},
"subject": {
"reference": "Patient/pat1"
},
"effectiveDateTime": "2021-11-24",
"performer": [
{
"reference": "Organization/org1"
}
],
"valueQuantity": {
"value": 6.3,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"interpretation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "68256003",
"display": "Increased glucose level"
}
]
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "311503006",
"display": "With or after meal"
}
]
},
"referenceRange": [
{
"low": {
"value": 3.1,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"high": {
"value": 6.2,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
}
}
]
}