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

New Zealand Health Terminology Service (NZHTS) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: New Zealand Smoking Status - JSON Representation

Draft as of 2026-06-24

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "nz-smoking-status",
  "url" : "https://example.org/fhir/ValueSet/nz-smoking-status",
  "version" : "0.1.0",
  "name" : "NZSmokingStatus",
  "title" : "New Zealand Smoking Status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-06-24",
  "publisher" : "Health New Zealand | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health New Zealand | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        },
        {
          "system" : "email",
          "value" : "standards@tewhatuora.govt.nz"
        }
      ]
    }
  ],
  "description" : "An extensional, version-pinned representation of the New Zealand smoking status reference set.",
  "compose" : {
    "inactive" : false,
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109/version/20260401",
        "concept" : [
          {
            "code" : "77176002",
            "display" : "Currently smoking"
          },
          {
            "code" : "735128000",
            "display" : "Ex-smoking for less than 1 year"
          },
          {
            "code" : "48031000119106",
            "display" : "Ex-smoking for more than 1 year"
          },
          {
            "code" : "266919005",
            "display" : "Never smoked"
          }
        ]
      }
    ]
  },
  "expansion" : {
    "timestamp" : "2026-06-24T00:00:00Z",
    "total" : 4,
    "offset" : 0,
    "contains" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109/version/20260401",
        "code" : "77176002",
        "display" : "Currently smoking"
      },
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109/version/20260401",
        "code" : "735128000",
        "display" : "Ex-smoking for less than 1 year"
      },
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109/version/20260401",
        "code" : "48031000119106",
        "display" : "Ex-smoking for more than 1 year"
      },
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109/version/20260401",
        "code" : "266919005",
        "display" : "Never smoked"
      }
    ]
  }
}