FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-blood-glucose.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: blood-glucose
meta:
status: final
category: Laboratory (Details : {http://hl7.org/fhir/observation-category code 'laboratory' = 'Laboratory', given as 'Laboratory'})
code: Glucose Bld-mCnc (Details : {LOINC code '2339-0' = 'Glucose [Mass/volume] in Blood', given as 'Glucose Bld-mCnc'})
effective: 05/07/2005
value: 76.0 mg/dL
| - | Low | High | Meaning |
| * | 40.0 mg/dL (Details: UCUM code mg/dL = 'mg/dL') | 109.0 mg/dL (Details: UCUM code mg/dL = 'mg/dL') | Normal Range (Details : {http://hl7.org/fhir/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'}) |
{
"resourceType": "Observation",
"id": "blood-glucose",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-observationresults"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/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/peter-chalmers",
"display": "Peter Chalmers"
},
"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"
},
"meaning": {
"coding": [
{
"system": "http://hl7.org/fhir/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
}
]
}