FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-etco2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation acs-cda-etco2
Profile: ACS End-tidal CO2
status: Final
category: Vital Signs
code: Carbon dioxide [Partial pressure] in Exhaled gas --at end expiration
effective: 2016-06-14 11:35:00+1200
value: 70 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
note: ,
A note about the observations
CDA structured unit was %, but the clinical summary heading labelled ETCO2 as mmHg.
{
"resourceType": "Observation",
"id": "acs-cda-etco2",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-end-tidal-co2"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "19889-5",
"display": "Carbon dioxide [Partial pressure] in Exhaled gas --at end expiration"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"effectiveDateTime": "2016-06-14T11:35:00+12:00",
"valueQuantity": {
"value": 70,
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"note": [
{
"text": "A note about the observations"
},
{
"text": "CDA structured unit was %, but the clinical summary heading labelled ETCO2 as mmHg."
}
]
}