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

: NZPS Observation Vaping Status - JSON Representation

Draft as of 2024-06-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "aae877cc-e7a2-49fc-bc92-3e010b6cb70f",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-07-25T17:27:14.661+12:00"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/vaping-status",
  "version" : "0.1.0",
  "name" : "NZPS_Observation_Vaping_Status",
  "title" : "NZPS Observation Vaping Status",
  "status" : "draft",
  "date" : "2024-06-11T00:00:18.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/"
        }
      ]
    }
  ],
  "description" : "ValueSet for Vaping Status based on the New Zealand vaping status reference set.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "785889008",
            "display" : "Currently vaping with nicotine"
          },
          {
            "code" : "1137692008",
            "display" : "Ex-vaping for more than 1 year"
          },
          {
            "code" : "722499006",
            "display" : "Currently vaping"
          },
          {
            "code" : "1137691001",
            "display" : "Trying to give up using electronic cigarette"
          },
          {
            "code" : "786063001",
            "display" : "Currently vaping without nicotine"
          },
          {
            "code" : "1137688001",
            "display" : "Ex-vaping for less than 1 year"
          },
          {
            "code" : "1137690000",
            "display" : "Never used electronic cigarette"
          }
        ]
      }
    ]
  }
}