FHIR IG analytics| Package | johnmoehrke.consentwithsegmentation |
| Resource Type | Observation |
| Id | Observation-ex-bloodSugarB-0.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-bloodSugarB-0
Security Label: normal (Details: Confidentiality code N = 'normal')
status: Final
category: Laboratory
code: Glucose [Mass/volume] in Blood
subject: John Schmidt Other, DoB: 1923-07-25
effective: 2020-12-04 23:50:50-0500
value: 99 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
note:
a bit low, no indicated method, no indicated eating
{
"resourceType": "Observation",
"id": "ex-bloodSugarB-0",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N"
}
]
},
"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"
}
]
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "2020-12-04T23:50:50-05:00",
"valueQuantity": {
"value": 99,
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"note": [
{
"text": "a bit low, no indicated method, no indicated eating"
}
]
}