FHIR IG analytics| Package | ihe.iti.pcf |
| Resource Type | Observation |
| Id | Observation-ex-bloodSugar.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-bloodSugar
Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), normal (Details: Confidentiality code N = 'normal')
status: Final
category: Laboratory
code: Glucose [Mass/volume] in Blood
subject: Jack Smith Male, DoB: 1923-07-25
encounter: Encounter: status = finished; class = home health (ActCode#HH)
effective: 2020-12-04 23:50:50-0500
performer: Practitioner: telecom = Author@example.com
value: 99 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
note:
a bit low, no indicated method, no indicated eating
{
"resourceType": "Observation",
"id": "ex-bloodSugar",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
},
{
"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"
},
"encounter": {
"reference": "Encounter/ex-encounter"
},
"effectiveDateTime": "2020-12-04T23:50:50-05:00",
"performer": [
{
"reference": "Practitioner/ex-author"
}
],
"valueQuantity": {
"value": 99,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"note": [
{
"text": "a bit low, no indicated method, no indicated eating"
}
]
}