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

: Datum codes - JSON Representation

Active as of 2023-08-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "datum-code",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2025-09-25T14:53:01.885+12:00",
    "tag" : [
      {
        "system" : "https://standards.digital.health.nz/ns/nzhts-usage-tags",
        "code" : "FHIR"
      }
    ]
  },
  "url" : "https://standards.digital.health.nz/ns/nz-datum-code",
  "version" : "0.1.0",
  "name" : "DatumCode",
  "title" : "Datum codes",
  "status" : "active",
  "date" : "2023-08-22T12:59:31.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/"
        }
      ]
    }
  ],
  "description" : "Possible datum codes",
  "caseSensitive" : true,
  "valueSet" : "https://nzhts.digital.health.nz/fhir/ValueSet/nz-datum-code",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "WGS84",
      "display" : "WGS84",
      "definition" : "global datum, used by google maps"
    },
    {
      "code" : "NZGD2000",
      "display" : "NZGD2000",
      "definition" : "Nz official datum, used by MoH address service"
    }
  ]
}