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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeProcedure
IdProcedure-acs-cda-proc-airway-cricothyroidotomy.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: Procedure acs-cda-proc-airway-cricothyroidotomy

Profile: ACS Procedure

status: Completed

code: Airway Management Cricothyroidotomy

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

performed: 2016-06-14 11:58:00+1200

Performers

-Actor
*PractitionerRole Paramedic

outcome: Unsuccessful

note:

A note about Cricothyroidotomy


Source1

{
  "resourceType": "Procedure",
  "id": "acs-cda-proc-airway-cricothyroidotomy",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "173067007",
        "display": "Airway Management Cricothyroidotomy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/acs-cda-patient-bob"
  },
  "encounter": {
    "reference": "Encounter/acs-cda-encounter"
  },
  "performedDateTime": "2016-06-14T11:58:00+12:00",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/acs-cda-providerrole-josephine"
      }
    }
  ],
  "outcome": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385671000",
        "display": "Unsuccessful"
      }
    ]
  },
  "note": [
    {
      "text": "A note about Cricothyroidotomy"
    }
  ]
}