FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/practitioner-registration-status-code

Packagefhir.org.nz.ig.base
TypeCodeSystem
Idpractitioner-registration-status-code
FHIR VersionR4
Sourcehttp://hl7.org.nz/fhir/https://build.fhir.org/ig/HL7NZ/nzbase/CodeSystem-practitioner-registration-status-code.html
URLhttps://standards.digital.health.nz/ns/practitioner-registration-status-code
Version2.0
Statusactive
Date2025-06-10T09:24:18+00:00
NamePractitionerRegistrationStatusCode
TitleRegistration Status of Practitioners
Realmus
Authorityhl7
DescriptionThe code list represents the current practicing status of the Provider Person as per their registration with an RA.
Contentcomplete

Resources that use this resource

ConceptMap
hpi-registration-status-downHPI Registration Type Mapping Down Conversion
hpi-registration-statusHPI Registration Type Mapping
ValueSet
practitioner-registration-status-codeRegistration Status of Practitioners

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem practitioner-registration-status-code

This case-sensitive code system https://standards.digital.health.nz/ns/practitioner-registration-status-code defines the following codes:

CodeDisplayDefinition
current CurrentA provider who holds or is deemed to hold a current practising certificate.
inactive InactiveA provider who is not practising
removed RemovedA provider who has been removed from the register – this includes voluntary removal, de-registration and deceased
suspended SuspendedA provider who is suspended from practising by a Responsible Authority

Source

{
  "resourceType": "CodeSystem",
  "id": "practitioner-registration-status-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/ns/practitioner-registration-status-code",
  "version": "2.0",
  "name": "PractitionerRegistrationStatusCode",
  "title": "Registration Status of Practitioners",
  "status": "active",
  "experimental": false,
  "date": "2025-06-10T09:24:18+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.",
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "current",
      "display": "Current",
      "definition": "A provider who holds or is deemed to hold a current practising certificate."
    },
    {
      "code": "inactive",
      "display": "Inactive",
      "definition": "A provider who is not practising"
    },
    {
      "code": "removed",
      "display": "Removed",
      "definition": "A provider who has been removed from the register – this includes voluntary removal, de-registration and deceased"
    },
    {
      "code": "suspended",
      "display": "Suspended",
      "definition": "A provider who is suspended from practising by a Responsible Authority"
    }
  ]
}