FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeObservation
IdObservation-acs-cda-etco2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation acs-cda-etco2

status: Final

category: Vital Signs

code: Carbon dioxide [Partial pressure] in Exhaled gas --at end expiration

subject: Bob Bobby Bobson (official) Male, DoB: 1984-06-02 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ABC1235)

encounter: Encounter: identifier = https://standards.digital.health.nz/ns/ambulance-master-incident-number#0450-1-2016/06/14,https://standards.digital.health.nz/ns/acc-claim-number#XA12345,https://standards.digital.health.nz/ns/ambulance-unit-call-sign#MTWELL1; status = finished; class = emergency (ActCode#EMER); type = Land ambulance; period = 2016-06-14 11:13:00+1200 --> 2016-06-14 12:42:00+1200

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.


Source1

{
  "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."
    }
  ]
}