@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "practitioner-registration-status-code"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This 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
" ] ; # fhir:url [ fhir:v "https://standards.digital.health.nz/ns/practitioner-registration-status-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0"] ; # fhir:name [ fhir:v "PractitionerRegistrationStatusCode"] ; # fhir:title [ fhir:v "Registration Status of Practitioners"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-12-04T09:46:36+13:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 New Zealand"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 New Zealand" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:admin@hl7.org.nz" ] ] ) ] ) ; # fhir:description [ fhir:v "The code list represents the current practicing status of the Provider Person as per their registration with an RA."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "NZ" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "current" ] ; fhir:display [ fhir:v "Current" ] ; fhir:definition [ fhir:v "A provider who holds or is deemed to hold a current practising certificate." ] ] [ fhir:code [ fhir:v "inactive" ] ; fhir:display [ fhir:v "Inactive" ] ; fhir:definition [ fhir:v "A provider who is not practising" ] ] [ fhir:code [ fhir:v "removed" ] ; fhir:display [ fhir:v "Removed" ] ; fhir:definition [ fhir:v "A provider who has been removed from the register – this includes voluntary removal, de-registration and deceased" ] ] [ fhir:code [ fhir:v "suspended" ] ; fhir:display [ fhir:v "Suspended" ] ; fhir:definition [ fhir:v "A provider who is suspended from practising by a Responsible Authority" ] ] ) . # # -------------------------------------------------------------------------------------