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

: Organisation Type - TTL Representation

Raw ttl | Download


@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 "HpiOrganisation-type"];
  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://nzhts.digital.health.nz/ns/organisation-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">001<a name=\"HpiOrganisation-type-001\"> </a></td><td>District Health Board (DHB)</td><td>DHBs provide (or fund the provision of) health and disability services to 20 districts throughout New Zealand.</td></tr><tr><td style=\"white-space:nowrap\">003<a name=\"HpiOrganisation-type-003\"> </a></td><td>Government Organisations</td><td>This includes both national and local government bodies but excludes DHBs.</td></tr><tr><td style=\"white-space:nowrap\">006<a name=\"HpiOrganisation-type-006\"> </a></td><td>Responsible Authority</td><td>Responsible Authorities are Listed in the Health Practitioners Competency Assurance Act 2003.</td></tr><tr><td style=\"white-space:nowrap\">007<a name=\"HpiOrganisation-type-007\"> </a></td><td>Research Institutions</td><td>Research institutions not involved in education.</td></tr><tr><td style=\"white-space:nowrap\">008<a name=\"HpiOrganisation-type-008\"> </a></td><td>Education Institutions</td><td>Education institutions - these may include those involved in research, e.g. universities.</td></tr><tr><td style=\"white-space:nowrap\">009<a name=\"HpiOrganisation-type-009\"> </a></td><td>Primary Health Organisation (PHO)</td><td>PHOs are the local provider organisations through which DHBs implement the Primary Health Care Strategy.</td></tr><tr><td style=\"white-space:nowrap\">027<a name=\"HpiOrganisation-type-027\"> </a></td><td>Māori Health Providers</td><td>Provider organisations that are owned and governed by Māori and provide services primarily, but not exclusively, to Māori.</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"HpiOrganisation-type-999\"> </a></td><td>Other</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://nzhts.digital.health.nz/ns/organisation-type-code"];
  fhir:CodeSystem.version [ fhir:value "0.9.0"];
  fhir:CodeSystem.name [ fhir:value "Hpi_organisation_type"];
  fhir:CodeSystem.title [ fhir:value "Organisation Type"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-04-20T00: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 "A coded value for organisation type."];
  fhir:CodeSystem.purpose [ fhir:value "A coded value for organisation type."];
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "001" ];
     fhir:CodeSystem.concept.display [ fhir:value "District Health Board (DHB)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "DHBs provide (or fund the provision of) health and disability services to 20 districts throughout New Zealand." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "003" ];
     fhir:CodeSystem.concept.display [ fhir:value "Government Organisations" ];
     fhir:CodeSystem.concept.definition [ fhir:value "This includes both national and local government bodies but excludes DHBs." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "006" ];
     fhir:CodeSystem.concept.display [ fhir:value "Responsible Authority" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Responsible Authorities are Listed in the Health Practitioners Competency Assurance Act 2003." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "007" ];
     fhir:CodeSystem.concept.display [ fhir:value "Research Institutions" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Research institutions not involved in education." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "008" ];
     fhir:CodeSystem.concept.display [ fhir:value "Education Institutions" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Education institutions - these may include those involved in research, e.g. universities." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "009" ];
     fhir:CodeSystem.concept.display [ fhir:value "Primary Health Organisation (PHO)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "PHOs are the local provider organisations through which DHBs implement the Primary Health Care Strategy." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "027" ];
     fhir:CodeSystem.concept.display [ fhir:value "Māori Health Providers" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Provider organisations that are owned and governed by Māori and provide services primarily, but not exclusively, to Māori." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "999" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.