New Zealand HPI Implementation Guide
0.9.0 - CI Build
New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions
@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-practitioner-role-status-reason"];
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 https://standards.digital.health.nz/ns/hpi-practitioner-role-status-reason-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\">enteredInError<a name=\"Hpi-practitioner-role-status-reason-enteredInError\"> </a></td><td>Entered in error</td></tr><tr><td style=\"white-space:nowrap\">duplicate<a name=\"Hpi-practitioner-role-status-reason-duplicate\"> </a></td><td>Duplicate</td></tr><tr><td style=\"white-space:nowrap\">died<a name=\"Hpi-practitioner-role-status-reason-died\"> </a></td><td>Died</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"Hpi-practitioner-role-status-reason-other\"> </a></td><td>Other</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/hpi-practitioner-role-status-reason-code"];
fhir:CodeSystem.version [ fhir:value "0.9.0"];
fhir:CodeSystem.name [ fhir:value "Hpi_practitioner_role_status_reason"];
fhir:CodeSystem.title [ fhir:value "HPI PractitionerRole status reason"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2020-11-01T00:00:00+13:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Ministry of Health"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Ministry of Health" ];
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 "The reason for the current status of PractitionerRole."];
fhir:CodeSystem.purpose [ fhir:value "The reason for the current status of PractitionerRole."];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "https://standards.digital.health.nz/fhir/ValueSet/hpi-practitioner-role-status-reason-code";
fhir:link <https://standards.digital.health.nz/fhir/ValueSet/hpi-practitioner-role-status-reason-code>
];
fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "enteredInError" ];
fhir:CodeSystem.concept.display [ fhir:value "Entered in error" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "duplicate" ];
fhir:CodeSystem.concept.display [ fhir:value "Duplicate" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "died" ];
fhir:CodeSystem.concept.display [ fhir:value "Died" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "other" ];
fhir:CodeSystem.concept.display [ fhir:value "Other" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.