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
Draft 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-2.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><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>ASSIGNER</td><td>string</td><td>Assigner is the organization that issued the id.</td></tr></table><p>This code system <code>https://standards.digital.health.nz/ns/practitioner-registration-authority-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>ASSIGNER</b></td></tr><tr><td style=\"white-space:nowrap\">CH<a name=\"hpi-registration-type-2.0-CH\"> </a></td><td>Chiropractic Board Register</td><td>G00019-D</td></tr><tr><td style=\"white-space:nowrap\">DC<a name=\"hpi-registration-type-2.0-DC\"> </a></td><td>Dental Council Register</td><td>G00002-J</td></tr><tr><td style=\"white-space:nowrap\">DI<a name=\"hpi-registration-type-2.0-DI\"> </a></td><td>Dietitians Board Register</td><td>G00023-F</td></tr><tr><td style=\"white-space:nowrap\">LT<a name=\"hpi-registration-type-2.0-LT\"> </a></td><td>Medical Sciences Council Register</td><td>G00021-B</td></tr><tr><td style=\"white-space:nowrap\">MC<a name=\"hpi-registration-type-2.0-MC\"> </a></td><td>Medical Council of New Zealand Register</td><td>G00004-B</td></tr><tr><td style=\"white-space:nowrap\">MW<a name=\"hpi-registration-type-2.0-MW\"> </a></td><td>Midwifery Council Register</td><td>G00009-A</td></tr><tr><td style=\"white-space:nowrap\">NC<a name=\"hpi-registration-type-2.0-NC\"> </a></td><td>Nursing Council of New Zealand Register</td><td>G00008-K</td></tr><tr><td style=\"white-space:nowrap\">OD<a name=\"hpi-registration-type-2.0-OD\"> </a></td><td>Optometrists & Dispensing Opticians Board Register</td><td>G00015-G</td></tr><tr><td style=\"white-space:nowrap\">OS<a name=\"hpi-registration-type-2.0-OS\"> </a></td><td>Osteopathic Council Register</td><td>G00022-D</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"hpi-registration-type-2.0-OT\"> </a></td><td>Occupational Therapy Board Register</td><td>G00000-E</td></tr><tr><td style=\"white-space:nowrap\">PA<a name=\"hpi-registration-type-2.0-PA\"> </a></td><td>Paramedic Council Register</td><td>G0H578-C</td></tr><tr><td style=\"white-space:nowrap\">PB<a name=\"hpi-registration-type-2.0-PB\"> </a></td><td>Psychotherapists Board Register</td><td>G03509-C</td></tr><tr><td style=\"white-space:nowrap\">PC<a name=\"hpi-registration-type-2.0-PC\"> </a></td><td>Psychologists Board Register</td><td>G00018-B</td></tr><tr><td style=\"white-space:nowrap\">PM<a name=\"hpi-registration-type-2.0-PM\"> </a></td><td>Pharmacy Council of New Zealand Register</td><td>G00010-H</td></tr><tr><td style=\"white-space:nowrap\">PO<a name=\"hpi-registration-type-2.0-PO\"> </a></td><td>Podiatrists Board Register</td><td>G00016-J</td></tr><tr><td style=\"white-space:nowrap\">PT<a name=\"hpi-registration-type-2.0-PT\"> </a></td><td>Physiotherapy Board Register</td><td>G00007-H</td></tr><tr><td style=\"white-space:nowrap\">RT<a name=\"hpi-registration-type-2.0-RT\"> </a></td><td>Medical Radiation Technologists Board Register</td><td>G00014-E</td></tr><tr><td style=\"white-space:nowrap\">NR<a name=\"hpi-registration-type-2.0-NR\"> </a></td><td>Health Workers without a professional registration</td><td/></tr><tr><td style=\"white-space:nowrap\">DH<a name=\"hpi-registration-type-2.0-DH\"> </a></td><td>Dental Council Register Number - Dental Hygienists</td><td>G00002-J</td></tr><tr><td style=\"white-space:nowrap\">DD<a name=\"hpi-registration-type-2.0-DD\"> </a></td><td>Dental Council Register Number - Dentists</td><td>G00002-J</td></tr><tr><td style=\"white-space:nowrap\">DN<a name=\"hpi-registration-type-2.0-DN\"> </a></td><td>Dental Council Register Number - Dental Technicians</td><td>G00002-J</td></tr><tr><td style=\"white-space:nowrap\">DT<a name=\"hpi-registration-type-2.0-DT\"> </a></td><td>Dental Council Register Number - Dental Therapists</td><td>G00002-J</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/practitioner-registration-authority-code"];
fhir:CodeSystem.version [ fhir:value "2.0"];
fhir:CodeSystem.name [ fhir:value "Hpi_registration_type"];
fhir:CodeSystem.title [ fhir:value "HPI Registration Type"];
fhir:CodeSystem.status [ fhir:value "draft"];
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/practitioner-registration-authority-code";
fhir:link <https://nzhts.digital.health.nz/fhir/ValueSet/practitioner-registration-authority-code>
];
fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "22"^^xsd:nonNegativeInteger];
fhir:CodeSystem.property [
fhir:index 0;
fhir:CodeSystem.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.property.description [ fhir:value "Assigner is the organization that issued the id." ];
fhir:CodeSystem.property.type [ fhir:value "string" ]
];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "CH" ];
fhir:CodeSystem.concept.display [ fhir:value "Chiropractic Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00019-D" ] ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "DC" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00002-J" ] ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "DI" ];
fhir:CodeSystem.concept.display [ fhir:value "Dietitians Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00023-F" ] ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "LT" ];
fhir:CodeSystem.concept.display [ fhir:value "Medical Sciences Council Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00021-B" ] ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "MC" ];
fhir:CodeSystem.concept.display [ fhir:value "Medical Council of New Zealand Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00004-B" ] ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "MW" ];
fhir:CodeSystem.concept.display [ fhir:value "Midwifery Council Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00009-A" ] ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "NC" ];
fhir:CodeSystem.concept.display [ fhir:value "Nursing Council of New Zealand Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00008-K" ] ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "OD" ];
fhir:CodeSystem.concept.display [ fhir:value "Optometrists & Dispensing Opticians Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00015-G" ] ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "OS" ];
fhir:CodeSystem.concept.display [ fhir:value "Osteopathic Council Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00022-D" ] ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "OT" ];
fhir:CodeSystem.concept.display [ fhir:value "Occupational Therapy Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00000-E" ] ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "PA" ];
fhir:CodeSystem.concept.display [ fhir:value "Paramedic Council Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G0H578-C" ] ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "PB" ];
fhir:CodeSystem.concept.display [ fhir:value "Psychotherapists Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G03509-C" ] ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "PC" ];
fhir:CodeSystem.concept.display [ fhir:value "Psychologists Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00018-B" ] ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "PM" ];
fhir:CodeSystem.concept.display [ fhir:value "Pharmacy Council of New Zealand Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00010-H" ] ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "PO" ];
fhir:CodeSystem.concept.display [ fhir:value "Podiatrists Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00016-J" ] ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "PT" ];
fhir:CodeSystem.concept.display [ fhir:value "Physiotherapy Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00007-H" ] ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "RT" ];
fhir:CodeSystem.concept.display [ fhir:value "Medical Radiation Technologists Board Register" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00014-E" ] ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "NR" ];
fhir:CodeSystem.concept.display [ fhir:value "Health Workers without a professional registration" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "DH" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dental Hygienists" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00002-J" ] ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "DD" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dentists" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00002-J" ] ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "DN" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dental Technicians" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00002-J" ] ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "DT" ];
fhir:CodeSystem.concept.display [ fhir:value "Dental Council Register Number - Dental Therapists" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "ASSIGNER" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "G00002-J" ] ]
].
# - 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