New Zealand NHI IG
1.6.1 - Release

New Zealand NHI IG - Local Development build (v1.6.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NHI ContactPoint System Codes - JSON Representation

Active as of 2023-01-30

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "nhi-contact-point-system-code-1.0",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nhi-contact-point-system-code-1.0</b></p><a name=\"nhi-contact-point-system-code-1.0\"> </a><a name=\"hcnhi-contact-point-system-code-1.0\"> </a><a name=\"nhi-contact-point-system-code-1.0-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\"><code>http://hl7.org/fhir/contact-point-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-phone\">phone</a></td><td style=\"color: #cccccc\">Phone</td><td>The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-email\">email</a></td><td style=\"color: #cccccc\">Email</td><td>The value is an email address.</td></tr></table></li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/nhi-contact-point-system-code",
  "version" : "1.6.1",
  "name" : "NhiContactPointSystem",
  "title" : "NHI ContactPoint System Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-30T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "System values for a ContactPoint supported  by the NHI",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/contact-point-system",
        "concept" : [
          {
            "code" : "phone"
          },
          {
            "code" : "email"
          }
        ]
      }
    ]
  }
}