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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeEncounter
IdEncounter-acs-encounter.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

Ambulance encounter: 0450-1-2016/06/14

StatusFinished
ClassEmergency
Encounter typeLand ambulance
PatientBob Bobson
Attending clinicianJosephine Manu-Bloggs, paramedic
Period2016-06-14 11:13 to 12:42 +12:00
DiagnosisAsthma
DispositionTreat and transport
DestinationSunshine Hospital Emergency Department
Service providerOrder of St John

Source1

{
  "resourceType": "Encounter",
  "id": "acs-encounter",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/ambulance-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://standards.digital.health.nz/ns/ambulance-master-incident-number",
      "value": "0450-1-2016/06/14"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "EMER",
    "display": "emergency"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-type",
          "code": "land-ambulance"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/acs-patient-bob"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/acs-providerrole-josephine"
      }
    }
  ],
  "period": {
    "start": "2016-06-14T11:13:00+12:00",
    "end": "2016-06-14T12:42:00+12:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/acs-diagnosis-asthma"
      }
    }
  ],
  "hospitalization": {
    "destination": {
      "reference": "Location/acs-facility-sunshine"
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-disposition",
          "code": "treat-and-transport"
        }
      ]
    }
  },
  "serviceProvider": {
    "reference": "Organization/acs-org-stjohn"
  }
}