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

: NZ cancer tumour origin - JSON Representation

Active as of 2024-07-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "canshare-tumour-origin",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-07-25T17:28:42.284+12:00"
  },
  "language" : "en-x-sctlang-23162100-0210105",
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/canshare-tumour-origin",
  "identifier" : [
    {
      "system" : "http://canshare.co.nz/fhir/NamingSystem/valuesets",
      "value" : "canshare-tumour-origin"
    }
  ],
  "version" : "0.1.0",
  "name" : "canshare-tumour-origin",
  "title" : "NZ cancer tumour origin",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-07-04",
  "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" : "The suspected origin of the tumour clinically assessed.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109",
        "filter" : [
          {
            "property" : "constraint",
            "op" : "=",
            "value" : "372087000 |Primary malignant neoplasm (disorder)| MINUS 372087000 |Primary malignant neoplasm (disorder)|"
          }
        ]
      },
      {
        "system" : "http://canshare.co.nz/fhir/CodeSystem/snomed-unpublished",
        "concept" : [
          {
            "code" : "392231000210101",
            "display" : "New primary tumour"
          },
          {
            "code" : "392241000210109",
            "display" : "Local recurrence tumour"
          },
          {
            "code" : "392261000210105",
            "display" : "Distant metastasis tumour"
          }
        ]
      }
    ]
  }
}