FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| stjohn.ambulance-care-summary#current | acs-incident-event | ACS Incident Event |
Resources that this resource uses
| CodeSystem |
| stjohn.ambulance-care-summary#current | acs-metadata | ACS Document/Section Metadata Code System |
Narrative
Note: links and images are rebased to the (stated) source
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"
}
]
}
]
}
}