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 positive negative result - JSON Representation

Active as of 2024-11-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "canshare-pos-neg-result",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-11-05T17:14:39.772+13:00"
  },
  "language" : "en-x-sctlang-23162100-0210105",
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/canshare-pos-neg-result",
  "identifier" : [
    {
      "system" : "http://canshare.co.nz/fhir/NamingSystem/valuesets",
      "value" : "canshare-pos-neg-result"
    }
  ],
  "version" : "0.1.0",
  "name" : "canshare-pos-neg-result",
  "title" : "NZ cancer positive negative result",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-11T02:01:44+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" : "The result for a test (eg positive, negative), where more specific finding values are not available.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109",
        "filter" : [
          {
            "property" : "constraint",
            "op" : "=",
            "value" : "10828004 |Positive| OR 260385009 |Negative| OR 419984006 |Inconclusive|"
          }
        ]
      }
    ]
  },
  "expansion" : {
    "identifier" : "266c8878-a5b8-46fa-ab7a-ea2620c518ba",
    "timestamp" : "2024-11-11T13:43:03+13:00",
    "total" : 3,
    "offset" : 0,
    "parameter" : [
      {
        "name" : "version",
        "valueUri" : "http://snomed.info/sct|http://snomed.info/sct/21000210109/version/20241001"
      },
      {
        "name" : "count",
        "valueInteger" : 2147483647
      },
      {
        "name" : "offset",
        "valueInteger" : 0
      }
    ],
    "contains" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "419984006",
        "display" : "Inconclusive"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "260385009",
        "display" : "Negative"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "10828004",
        "display" : "Positive"
      }
    ]
  }
}