HIP FHIR Common Terminology Guide
1.1.0 - Release
HIP FHIR Common Terminology Guide - Local Development build (v1.1.0). See the Directory of published versions
Retired as of 2020-02-24 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "hpi-registration-type-1.0"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
fhir:index 0;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://standards.digital.health.nz/ns/hpi-registration-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">DH<a name=\"hpi-registration-type-1.0-DH\"> </a></td><td>Dental Council Register Number - Dental Hygienists</td></tr><tr><td style=\"white-space:nowrap\">DD<a name=\"hpi-registration-type-1.0-DD\"> </a></td><td>Dental Council Register Number - Dentists</td></tr><tr><td style=\"white-space:nowrap\">DN<a name=\"hpi-registration-type-1.0-DN\"> </a></td><td>Dental Council Register Number - Dental Technicians</td></tr><tr><td style=\"white-space:nowrap\">DT<a name=\"hpi-registration-type-1.0-DT\"> </a></td><td>Dental Council Register Number - Dental Therapists</td></tr><tr><td style=\"white-space:nowrap\">CH<a name=\"hpi-registration-type-1.0-CH\"> </a></td><td>Chiropractic Board Register</td></tr><tr><td style=\"white-space:nowrap\">DI<a name=\"hpi-registration-type-1.0-DI\"> </a></td><td>Dietitians Board Register</td></tr><tr><td style=\"white-space:nowrap\">LT<a name=\"hpi-registration-type-1.0-LT\"> </a></td><td>Medical Sciences Council Register</td></tr><tr><td style=\"white-space:nowrap\">MC<a name=\"hpi-registration-type-1.0-MC\"> </a></td><td>Medical Council of New Zealand Register</td></tr><tr><td style=\"white-space:nowrap\">MW<a name=\"hpi-registration-type-1.0-MW\"> </a></td><td>Midwifery Council Register</td></tr><tr><td style=\"white-space:nowrap\">NC<a name=\"hpi-registration-type-1.0-NC\"> </a></td><td>Nursing Council of New Zealand Register</td></tr><tr><td style=\"white-space:nowrap\">OD<a name=\"hpi-registration-type-1.0-OD\"> </a></td><td>Optometrists & Dispensing Opticians Board Register</td></tr><tr><td style=\"white-space:nowrap\">OS<a name=\"hpi-registration-type-1.0-OS\"> </a></td><td>Osteopathic Council Register</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"hpi-registration-type-1.0-OT\"> </a></td><td>Occupational Therapists Register</td></tr><tr><td style=\"white-space:nowrap\">PB<a name=\"hpi-registration-type-1.0-PB\"> </a></td><td>Psychotherapists Board Register</td></tr><tr><td style=\"white-space:nowrap\">PC<a name=\"hpi-registration-type-1.0-PC\"> </a></td><td>Psychologists Board Register</td></tr><tr><td style=\"white-space:nowrap\">PM<a name=\"hpi-registration-type-1.0-PM\"> </a></td><td>Pharmacy Council of New Zealand Register</td></tr><tr><td style=\"white-space:nowrap\">PO<a name=\"hpi-registration-type-1.0-PO\"> </a></td><td>Podiatrists Board Register</td></tr><tr><td style=\"white-space:nowrap\">PT<a name=\"hpi-registration-type-1.0-PT\"> </a></td><td>Physiotherapy Board Register</td></tr><tr><td style=\"white-space:nowrap\">RT<a name=\"hpi-registration-type-1.0-RT\"> </a></td><td>Medical Radiation Technologists Board Register</td></tr><tr><td style=\"white-space:nowrap\">NR<a name=\"hpi-registration-type-1.0-NR\"> </a></td><td>Health Workers without a professional registration</td></tr><tr><td style=\"white-space:nowrap\">AC<a name=\"hpi-registration-type-1.0-AC\"> </a></td><td>ACC Provider Number</td></tr><tr><td style=\"white-space:nowrap\">HP<a name=\"hpi-registration-type-1.0-HP\"> </a></td><td>HealthPAC Provider Number</td></tr><tr><td style=\"white-space:nowrap\">ST<a name=\"hpi-registration-type-1.0-ST\"> </a></td><td>Staff List or Employee Number</td></tr><tr><td style=\"white-space:nowrap\">CS<a name=\"hpi-registration-type-1.0-CS\"> </a></td><td>Cervical Screening Identifier Number</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/hpi-registration-type"];
fhir:CodeSystem.version [ fhir:value "1.0"];
fhir:CodeSystem.name [ fhir:value "Hpi_registration_type_legacy"];
fhir:CodeSystem.title [ fhir:value "HPI Registration Type"];
fhir:CodeSystem.status [ fhir:value "retired"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2020-02-24T00:00:00+13:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Te Whatu Ora"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mailto:integration@health.govt.nz" ] ]
];
fhir:CodeSystem.description [ fhir:value "A code to identify the type of professional registration the healthcare provider person has been assigned."];
fhir:CodeSystem.purpose [ fhir:value "A code to identify the type of professional registration the healthcare provider person has been assigned."];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-registration-type|1.0";
fhir:link <https://nzhts.digital.health.nz/fhir/ValueSet/hpi-registration-type|1.0>
];
fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "24"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "DH" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dental Hygienists" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "DD" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dentists" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "DN" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dental Technicians" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "DT" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dental Therapists" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "CH" ];
fhir:CodeSystem.concept.display [ fhir:value "Chiropractic Board Register" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "DI" ];
fhir:CodeSystem.concept.display [ fhir:value "Dietitians Board Register" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "LT" ];
fhir:CodeSystem.concept.display [ fhir:value "Medical Sciences Council Register" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "MC" ];
fhir:CodeSystem.concept.display [ fhir:value "Medical Council of New Zealand Register" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "MW" ];
fhir:CodeSystem.concept.display [ fhir:value "Midwifery Council Register" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "NC" ];
fhir:CodeSystem.concept.display [ fhir:value "Nursing Council of New Zealand Register" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "OD" ];
fhir:CodeSystem.concept.display [ fhir:value "Optometrists & Dispensing Opticians Board Register" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "OS" ];
fhir:CodeSystem.concept.display [ fhir:value "Osteopathic Council Register" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "OT" ];
fhir:CodeSystem.concept.display [ fhir:value "Occupational Therapists Register" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "PB" ];
fhir:CodeSystem.concept.display [ fhir:value "Psychotherapists Board Register" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "PC" ];
fhir:CodeSystem.concept.display [ fhir:value "Psychologists Board Register" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "PM" ];
fhir:CodeSystem.concept.display [ fhir:value "Pharmacy Council of New Zealand Register" ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "PO" ];
fhir:CodeSystem.concept.display [ fhir:value "Podiatrists Board Register" ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "PT" ];
fhir:CodeSystem.concept.display [ fhir:value "Physiotherapy Board Register" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "RT" ];
fhir:CodeSystem.concept.display [ fhir:value "Medical Radiation Technologists Board Register" ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "NR" ];
fhir:CodeSystem.concept.display [ fhir:value "Health Workers without a professional registration" ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "AC" ];
fhir:CodeSystem.concept.display [ fhir:value "ACC Provider Number" ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "HP" ];
fhir:CodeSystem.concept.display [ fhir:value "HealthPAC Provider Number" ]
], [
fhir:index 22;
fhir:CodeSystem.concept.code [ fhir:value "ST" ];
fhir:CodeSystem.concept.display [ fhir:value "Staff List or Employee Number" ]
], [
fhir:index 23;
fhir:CodeSystem.concept.code [ fhir:value "CS" ];
fhir:CodeSystem.concept.display [ fhir:value "Cervical Screening Identifier Number" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ Te Whatu Ora. Package ig.hip.digital.health.nz.base#1.1.0 based on FHIR 4.0.1. Generated 2022-11-01
Links: Table of Contents |
QA Report