DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care
0.4.0 - release New Zealand flag

DEPRECATED Te Whatu Ora Shared Care FHIR API - see https://fhir-ig.digital.health.nz/shared-care, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/cinc-fhir-ig/ and changes regularly. See the Directory of published versions

: Codes for Telecom Phone Types - JSON Representation

Active as of 2024-07-02

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "hnz-person-telecom-phone-type-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hnz-person-telecom-phone-type-codes</b></p><a name=\"hnz-person-telecom-phone-type-codes\"> </a><a name=\"hchnz-person-telecom-phone-type-codes\"> </a><a name=\"hchnz-person-telecom-phone-type-codes-en-NZ\"> </a><p>This case-insensitive code system <code>https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/CodeSystem/hnz-person-telecom-phone-type-codes</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\">Mobile<a name=\"hnz-person-telecom-phone-type-codes-Mobile\"> </a></td><td>Last delivery attempt was not successful</td></tr><tr><td style=\"white-space:nowrap\">Landline<a name=\"hnz-person-telecom-phone-type-codes-Landline\"> </a></td><td>Uncontactable</td></tr><tr><td style=\"white-space:nowrap\">Australian<a name=\"hnz-person-telecom-phone-type-codes-Australian\"> </a></td><td>Last delivery attempt was successful</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"hnz-person-telecom-phone-type-codes-Other\"> </a></td><td>Last delivery attempt was successful</td></tr></table></div>"
  },
  "url" : "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/CodeSystem/hnz-person-telecom-phone-type-codes",
  "version" : "0.4.0",
  "name" : "PersonTelecomPhoneTypeCodes",
  "title" : "Codes for Telecom Phone Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-07-02T01:27:14+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    },
    {
      "name" : "David Grainger",
      "telecom" : [
        {
          "system" : "email",
          "value" : "david.grainger@middleware.co.nz",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Each code represents a phone type",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "purpose" : "Enables the recording of a special type for a telecom record.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "Mobile",
      "display" : "Last delivery attempt was not successful"
    },
    {
      "code" : "Landline",
      "display" : "Uncontactable"
    },
    {
      "code" : "Australian",
      "display" : "Last delivery attempt was successful"
    },
    {
      "code" : "Other",
      "display" : "Last delivery attempt was successful"
    }
  ]
}