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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeValueSet
IdValueSet-acs-referral-pathway-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daniel-thomson/ambulance-care-summary/ValueSet-acs-referral-pathway-vs.html
URLhttps://fhir-ig.digital.health.nz/ambulance-care-summary/ValueSet/acs-referral-pathway-vs
Version0.1.0
Statusdraft
Date2026-06-29T21:15:26+00:00
NameAcsReferralPathwayVS
TitleACS Referral Pathway Value Set
Realmnz
Authoritynational
DescriptionOnward referral pathway (subset of SNOMED CT < 169443000 |Preventive procedure| or < 243120004 |Regimes and therapies|).

Resources that use this resource

StructureDefinition
stjohn.ambulance-care-summary#currentacs-referralACS Referral

Resources that this resource uses

CodeSystem
hl7.fhir.vn.core#currentsctSNOMED CT (all versions)

Narrative

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

Generated Narrative: ValueSet acs-referral-pathway-vs

This value set includes codes based on the following rules:

  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 169443000 (Preventive procedure)
  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 243120004 (Regimes and therapies)

Source1

{
  "resourceType": "ValueSet",
  "id": "acs-referral-pathway-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/ValueSet/acs-referral-pathway-vs",
  "version": "0.1.0",
  "name": "AcsReferralPathwayVS",
  "title": "ACS Referral Pathway 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": "Onward referral pathway (subset of SNOMED CT < 169443000 |Preventive procedure| or < 243120004 |Regimes and therapies|).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NZ",
          "display": "New Zealand"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "169443000"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "243120004"
          }
        ]
      }
    ]
  }
}