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

FHIR IG Statistics: CodeSystem/hpi-practitionerRole-status-reason

Packagefhir.org.nz.ig.base
TypeCodeSystem
Idhpi-practitionerRole-status-reason
FHIR VersionR4
Sourcehttp://hl7.org.nz/fhir/https://build.fhir.org/ig/HL7NZ/nzbase/CodeSystem-hpi-practitionerRole-status-reason.html
URLhttps://standards.digital.health.nz/ns/hpi-practitioner-role-status-reason-code
Version1.0.0
Statusactive
Date2025-06-10T09:24:18+00:00
NamePractitionerRoleStatusReason
TitlePractitionerRole status reason
Realmus
Authorityhl7
DescriptionThe reason for the change in status of PractitionerRole
Contentcomplete

Resources that use this resource

ValueSet
hpi-practitioner-role-status-reason-codePractitionerRole status reason

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem hpi-practitionerRole-status-reason

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

Code
enteredInError
duplicate
died
other

Source

{
  "resourceType": "CodeSystem",
  "id": "hpi-practitionerRole-status-reason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/ns/hpi-practitioner-role-status-reason-code",
  "version": "1.0.0",
  "name": "PractitionerRoleStatusReason",
  "title": "PractitionerRole status reason",
  "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 reason for the change in status of PractitionerRole",
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "enteredInError",
      "display": "enteredInError"
    },
    {
      "code": "duplicate",
      "display": "duplicate"
    },
    {
      "code": "died",
      "display": "died"
    },
    {
      "code": "other",
      "display": "other"
    }
  ]
}