Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DHO Location Relationship - JSON Representation

Active as of 2026-03-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "DHOLocationRelationship",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DHOLocationRelationship</b></p><a name=\"DHOLocationRelationship\"> </a><a name=\"hcDHOLocationRelationship\"> </a><p>This case-sensitive code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationRelationship</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">internal<a name=\"DHOLocationRelationship-internal\"> </a></td><td>Internal facility</td></tr><tr><td style=\"white-space:nowrap\">patient_home<a name=\"DHOLocationRelationship-patient_home\"> </a></td><td>Patient home</td></tr><tr><td style=\"white-space:nowrap\">external<a name=\"DHOLocationRelationship-external\"> </a></td><td>External facility</td></tr></table></div>"
  },
  "url" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationRelationship",
  "version" : "0.4.5",
  "name" : "DHOLocationRelationship",
  "title" : "DHO Location Relationship",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-16T23:17:35+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    },
    {
      "name" : "Te Whatu Ora Integration Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "integration@tewhatuora.govt.nz",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Relationship of the location to the DHO.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "internal",
      "display" : "Internal facility"
    },
    {
      "code" : "patient_home",
      "display" : "Patient home"
    },
    {
      "code" : "external",
      "display" : "External facility"
    }
  ]
}