FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4 |
| Resource Type | Observation |
| Id | Observation-observation-example-ach-pass2-poc-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-example-ach-pass2-poc-1
basedOn: ServiceRequest Glucose [Mass/volume] in Capillary blood by Glucometer
status: Final
category: Laboratory
code: Glucose
subject: Pass2 ACH
encounter: Hospital Admission
effective: 2024-01-31 23:01:00-0500
issued: 2024-01-31 23:02:00-0500
performer: Practitioner Example Practitioner
value: 53 d/gL (Details: UCUM codeg/dL = 'g/dL')
{
"resourceType": "Observation",
"id": "observation-example-ach-pass2-poc-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/servicerequest-example-ach-ach-pass2-glucose"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"version": "1.0.0",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "41653-7",
"display": "Glucose [Mass/volume] in Capillary blood by Glucometer"
}
],
"text": "Glucose"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass2",
"display": "Pass2 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass2-inpatient",
"display": "Hospital Admission"
},
"effectiveDateTime": "2024-01-31T23:01:00-05:00",
"issued": "2024-01-31T23:02:00-05:00",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"valueQuantity": {
"value": 53,
"unit": "d/gL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
}
}