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

: Oral health enrolment termination reason code - JSON Representation

Draft as of 2023-08-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "OralEnrolmentTerminationReason",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-07-25T17:29:10.724+12:00"
  },
  "url" : "https://standards.digital.health.nz/ns/oral-enrolment-termination-reason-code",
  "version" : "0.1.0",
  "name" : "OralEnrolmentTerminationReasonCode",
  "title" : "Oral health enrolment termination reason code",
  "status" : "draft",
  "date" : "2023-08-31T12: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/"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "valueSet" : "https://nzhts.digital.health.nz/fhir/ValueSet/oral-enrolment-termination-reason",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 12,
  "concept" : [
    {
      "code" : "1",
      "display" : "Entered in error"
    },
    {
      "code" : "2",
      "display" : "Left service catchment area"
    },
    {
      "code" : "3",
      "display" : "Moved overseas",
      "definition" : "Confirmed that the person has moved overseas"
    },
    {
      "code" : "4",
      "display" : "Non-responder - assumed overseas",
      "definition" : "Person assumed overseas"
    },
    {
      "code" : "5",
      "display" : "Non-responder - contacted",
      "definition" : "Person contacted"
    },
    {
      "code" : "6",
      "display" : "Non-responder - uncontactable",
      "definition" : "Unable to contact person"
    },
    {
      "code" : "7",
      "display" : "Not eligible"
    },
    {
      "code" : "8",
      "display" : "Patient deceased"
    },
    {
      "code" : "9",
      "display" : "Patient declined",
      "definition" : "Patient has declined following informed consent"
    },
    {
      "code" : "10",
      "display" : "Transferred to Combined Dental Agreement"
    },
    {
      "code" : "12",
      "display" : "Transferred to private provider",
      "definition" : "This is where a patient has opted out of publicly funded service"
    },
    {
      "code" : "13",
      "display" : "Transfer to Special Dental Service Provider",
      "definition" : "Transferred to Special Dental Service Provide under CDA"
    }
  ]
}