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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeCodeSystem
IdCodeSystem-acs-encounter-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daniel-thomson/ambulance-care-summary/CodeSystem-acs-encounter-type.html
URLhttps://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-type
Version0.1.0
Statusdraft
Date2026-06-29T21:15:26+00:00
NameAcsEncounterTypeCS
TitleACS Encounter Type Code System
Realmnz
Authoritynational
DescriptionType of ambulance encounter (HISO 10052:2026 §2.3 Encounter type code).
Contentcomplete

Resources that use this resource

ValueSet
stjohn.ambulance-care-summary#currentacs-encounter-type-vsACS Encounter Type Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem acs-encounter-type

This case-sensitive code system https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-type defines the following codes:

CodeDisplay
air-ambulance Air ambulance
land-ambulance Land ambulance
community-clinic Community clinic
telehealth Telehealth consultation

Source1

{
  "resourceType": "CodeSystem",
  "id": "acs-encounter-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-type",
  "version": "0.1.0",
  "name": "AcsEncounterTypeCS",
  "title": "ACS Encounter Type 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": "Type of ambulance encounter (HISO 10052:2026 §2.3 Encounter type code).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NZ",
          "display": "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "air-ambulance",
      "display": "Air ambulance"
    },
    {
      "code": "land-ambulance",
      "display": "Land ambulance"
    },
    {
      "code": "community-clinic",
      "display": "Community clinic"
    },
    {
      "code": "telehealth",
      "display": "Telehealth consultation"
    }
  ]
}