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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeCodeSystem
IdCodeSystem-acs-patient-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daniel-thomson/ambulance-care-summary/CodeSystem-acs-patient-status.html
URLhttps://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-patient-status
Version0.1.0
Statusdraft
Date2026-06-29T21:15:26+00:00
NameAcsPatientStatusCS
TitleACS Patient Status Code System
Realmnz
Authoritynational
DescriptionStatus of the patient at a point in time (HISO 10052:2026 §2.6 Patient status).
Contentcomplete

Resources that use this resource

ValueSet
stjohn.ambulance-care-summary#currentacs-patient-status-vsACS Patient Status 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-patient-status

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

CodeDisplay
deceased Deceased
immediate-threat Immediate threat to life
potential-threat Potential threat to life
unlikely-threat Unlikely threat to life
no-threat No threat to life

Source1

{
  "resourceType": "CodeSystem",
  "id": "acs-patient-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-patient-status",
  "version": "0.1.0",
  "name": "AcsPatientStatusCS",
  "title": "ACS Patient Status 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": "Status of the patient at a point in time (HISO 10052:2026 §2.6 Patient status).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NZ",
          "display": "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "deceased",
      "display": "Deceased"
    },
    {
      "code": "immediate-threat",
      "display": "Immediate threat to life"
    },
    {
      "code": "potential-threat",
      "display": "Potential threat to life"
    },
    {
      "code": "unlikely-threat",
      "display": "Unlikely threat to life"
    },
    {
      "code": "no-threat",
      "display": "No threat to life"
    }
  ]
}