FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | Observation |
| Id | Observation-blood-glucose.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "blood-glucose" Version "4" Updated "2020-08-04 08:03:31+0000"
status: final
category: Laboratory (Observation Category Codes#laboratory)
code: Glucose Bld-mCnc (LOINC#2339-0)
subject: Patient/example1: Amy Shaw " SHAW"
effective: 2005-07-05
value: 76 mg/dL
| - | Low | High | AppliesTo |
| * | 40 mg/dL (Details: UCUM code mg/dL = 'mg/dL') | 109 mg/dL (Details: UCUM code mg/dL = 'mg/dL') | Normal Range (Observation Reference Range Meaning Codes#normal) |
{
"resourceType": "Observation",
"id": "blood-glucose",
"meta": {
"versionId": "4",
"lastUpdated": "2020-08-04T08:03:31.384Z",
"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"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2339-0",
"display": "Glucose Bld-mCnc"
}
],
"text": "Glucose Bld-mCnc"
},
"subject": {
"reference": "Patient/example1",
"display": "Amy Shaw"
},
"effectiveDateTime": "2005-07-05",
"valueQuantity": {
"value": 76,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org"
},
"referenceRange": [
{
"low": {
"value": 40,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"high": {
"value": 109,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"appliesTo": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
]
}
]
}