New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: AIR route of administration - JSON Representation

Draft as of 2023-05-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "6a49d287-a077-454b-90cd-14d56e0ab089",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-07-25T17:29:44.448+12:00"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/air-route-of-administration",
  "version" : "0.1.0",
  "name" : "AIRRouteofAdministration",
  "title" : "AIR route of administration",
  "status" : "draft",
  "date" : "2023-05-20T00:00:00.000Z",
  "publisher" : "Health New Zealand | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health New Zealand | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109/version/20230401",
        "concept" : [
          {
            "code" : "54471007",
            "display" : "Buccal route"
          },
          {
            "code" : "448598008",
            "display" : "Cutaneous route"
          },
          {
            "code" : "372464004",
            "display" : "Intradermal route"
          },
          {
            "code" : "78421000",
            "display" : "Intramuscular route"
          },
          {
            "code" : "47625008",
            "display" : "Intravenous route"
          },
          {
            "code" : "46713006",
            "display" : "Nasal route"
          },
          {
            "code" : "127492001",
            "display" : "Nasogastric route"
          },
          {
            "code" : "26643006",
            "display" : "Oral route"
          },
          {
            "code" : "447694001",
            "display" : "Respiratory tract route"
          },
          {
            "code" : "34206005",
            "display" : "Subcutaneous route"
          }
        ]
      },
      {
        "system" : "https://standards.digital.health.nz/ns/air-legacy-code",
        "version" : "0.4.0",
        "concept" : [
          {
            "code" : "PO",
            "display" : "Oral"
          },
          {
            "code" : "IM",
            "display" : "Intramuscular"
          },
          {
            "code" : "SC",
            "display" : "Subcutaneous"
          },
          {
            "code" : "ID",
            "display" : "Intradermal"
          }
        ]
      }
    ]
  }
}