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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeValueSet
IdValueSet-acs-incident-event-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daniel-thomson/ambulance-care-summary/ValueSet-acs-incident-event-vs.html
URLhttps://fhir-ig.digital.health.nz/ambulance-care-summary/ValueSet/acs-incident-event-vs
Version0.1.0
Statusdraft
Date2026-06-29T21:15:26+00:00
NameAcsIncidentEventVS
TitleACS Incident Event Value Set
Realmnz
Authoritynational
DescriptionOperational event types in an ambulance incident timeline.

Resources that use this resource

StructureDefinition
stjohn.ambulance-care-summary#currentacs-incident-eventACS Incident Event

Resources that this resource uses

CodeSystem
stjohn.ambulance-care-summary#currentacs-metadataACS Document/Section Metadata Code System

Narrative

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

Generated Narrative: ValueSet acs-incident-event-vs


Source1

{
  "resourceType": "ValueSet",
  "id": "acs-incident-event-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/ValueSet/acs-incident-event-vs",
  "version": "0.1.0",
  "name": "AcsIncidentEventVS",
  "title": "ACS Incident Event Value Set",
  "status": "draft",
  "experimental": true,
  "date": "2026-06-29T21:15:26+00:00",
  "publisher": "Health New Zealand | Te Whatu Ora",
  "contact": [
    {
      "name": "Health New Zealand | Te Whatu Ora",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.tewhatuora.govt.nz"
        }
      ]
    }
  ],
  "description": "Operational event types in an ambulance incident timeline.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NZ",
          "display": "New Zealand"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-metadata",
        "concept": [
          {
            "code": "incident-event-call-received",
            "display": "Time call received"
          },
          {
            "code": "incident-event-unit-dispatched",
            "display": "Time unit dispatched"
          },
          {
            "code": "incident-event-unit-responded",
            "display": "Time unit responded"
          },
          {
            "code": "incident-event-arrived-scene",
            "display": "Time unit arrived at scene"
          },
          {
            "code": "incident-event-patient-located",
            "display": "Time patient located"
          },
          {
            "code": "incident-event-departed-scene",
            "display": "Time unit departed with patient"
          },
          {
            "code": "incident-event-arrived-destination",
            "display": "Time unit arrived at destination"
          },
          {
            "code": "incident-event-closed",
            "display": "Time incident closed"
          }
        ]
      }
    ]
  }
}