FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | CodeSystem |
| Id | CodeSystem-acs-encounter-disposition.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daniel-thomson/ambulance-care-summary/CodeSystem-acs-encounter-disposition.html |
| URL | https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-disposition |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-29T21:15:26+00:00 |
| Name | AcsDispositionCS |
| Title | ACS Encounter Disposition Code System |
| Realm | nz |
| Authority | national |
| Description | What the clinician decided to do with the patient (HISO 10052:2026 §2.3 Encounter disposition code). |
| Content | complete |
| ValueSet | ||
| stjohn.ambulance-care-summary#current | acs-encounter-disposition-vs | ACS Encounter Disposition Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem acs-encounter-disposition
This case-sensitive code system https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-disposition defines the following codes:
| Code | Display |
| no-action | No action required |
| hear-and-advise | Hear and advise |
| see-and-advise | See and advise |
| see-and-treat | See and treat |
| treat-and-transport | Treat and transport |
{
"resourceType": "CodeSystem",
"id": "acs-encounter-disposition",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-disposition",
"version": "0.1.0",
"name": "AcsDispositionCS",
"title": "ACS Encounter Disposition Code System",
"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": "What the clinician decided to do with the patient (HISO 10052:2026 §2.3 Encounter disposition code).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NZ",
"display": "New Zealand"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 5,
"concept": [
{
"code": "no-action",
"display": "No action required"
},
{
"code": "hear-and-advise",
"display": "Hear and advise"
},
{
"code": "see-and-advise",
"display": "See and advise"
},
{
"code": "see-and-treat",
"display": "See and treat"
},
{
"code": "treat-and-transport",
"display": "Treat and transport"
}
]
}