HL7® FHIR® New Zealand Base Implementation Guide
2.1.2 - Draft

HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand. This is not an authorized publication; it is the continuous build for version 2.1.2). This version is based on the current content of https://github.com/HL7NZ/nzbase/ and changes regularly. See the Directory of published versions

: ContactPoint purpose - JSON Representation

Active as of 2023-09-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "contact-point-purpose",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://standards.digital.health.nz/ns/contact-point-purpose-code",
  "version" : "1.0.0",
  "name" : "ContactPointPurpose",
  "title" : "ContactPoint purpose",
  "status" : "active",
  "date" : "2023-09-22T00:34:38+00:00",
  "publisher" : "HL7 New Zealand",
  "contact" : [
    {
      "name" : "HL7 New Zealand",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:admin@hl7.org.nz"
        }
      ]
    }
  ],
  "description" : "The purpose of a ContactPoint - what it is used for.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "rx",
      "display" : "Prescription"
    },
    {
      "code" : "vc",
      "display" : "Video Conference"
    },
    {
      "code" : "wf",
      "display" : "Web forum"
    },
    {
      "code" : "ob",
      "display" : "Online booking"
    },
    {
      "code" : "vob",
      "display" : "Vaccination online booking"
    },
    {
      "code" : "www",
      "display" : "Website"
    }
  ]
}