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

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

: Registration Status of Practitioners - JSON Representation

Active as of 2024-03-14

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "practitioner-registration-status-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-practitioner-registration-status-code.html\"><code>https://standards.digital.health.nz/ns/practitioner-registration-status-code</code></a></li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/practitioner-registration-status-code",
  "version" : "2.0",
  "name" : "PractitionerRegistrationStatusCode",
  "title" : "Registration Status of Practitioners",
  "status" : "active",
  "date" : "2024-03-14T22:35:32+00:00",
  "publisher" : "HL7 New Zealand",
  "contact" : [
    {
      "name" : "HL7 New Zealand",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:admin@hl7.org.nz"
        }
      ]
    }
  ],
  "description" : "The code list represents the current practicing status of the Provider Person as per their registration with an RA.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://standards.digital.health.nz/ns/practitioner-registration-status-code"
      }
    ]
  }
}