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

: Registration Status of Practitioners - XML Representation

Active as of 2023-10-18

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="practitioner-registration-status-code"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2025-12-05T10:36:14.979+13:00"/>
    <tag>
      <system
              value="https://standards.digital.health.nz/ns/nzhts-usage-tags"/>
      <code value="FHIR"/>
    </tag>
  </meta>
  <url
       value="https://standards.digital.health.nz/ns/practitioner-registration-status-code"/>
  <version value="0.1.0"/>
  <name value="PractitionerRegistrationStatusCode"/>
  <title value="Registration Status of Practitioners"/>
  <status value="active"/>
  <date value="2023-10-18T11:59:31.000Z"/>
  <publisher value="Health New Zealand | Te Whatu Ora"/>
  <contact>
    <name value="Health New Zealand | Te Whatu Ora"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.tewhatuora.govt.nz/"/>
    </telecom>
  </contact>
  <description
               value="The code list represents the current practicing status of the Provider Person as per their registration with an RA."/>
  <caseSensitive value="true"/>
  <valueSet
            value="https://nzhts.digital.health.nz/fhir/ValueSet/practitioner-registration-status-code"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="current"/>
    <display
             value="A provider who holds or is deemed to hold a current practising certificate."/>
  </concept>
  <concept>
    <code value="inactive"/>
    <display value="A provider who is not practising"/>
  </concept>
  <concept>
    <code value="removed"/>
    <display
             value="A provider who has been removed from the register – this includes voluntary removal, de-registration and deceased"/>
  </concept>
  <concept>
    <code value="suspended"/>
    <display
             value="A provider who is suspended from practising by a Responsible Authority"/>
  </concept>
</CodeSystem>