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 "Dhb-code"];
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>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>THREE_DIGIT_CODE</td><td/><td>Three digit code.</td><td>code</td></tr><tr><td>FOUR_DIGIT_CODE</td><td/><td>Four digit code.</td><td>code</td></tr><tr><td>CHAR_CODE</td><td/><td>Char code.</td><td>code</td></tr></table><p>This code system https://standards.digital.health.nz/ns/dhb-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\">G00026-A<a name=\"Dhb-code-G00026-A\"> </a></td><td>Northland</td></tr><tr><td style=\"white-space:nowrap\">G00013-C<a name=\"Dhb-code-G00013-C\"> </a></td><td>Waitematā</td></tr><tr><td style=\"white-space:nowrap\">G00011-K<a name=\"Dhb-code-G00011-K\"> </a></td><td>Auckland</td></tr><tr><td style=\"white-space:nowrap\">G00012-A<a name=\"Dhb-code-G00012-A\"> </a></td><td>Counties Manukau</td></tr><tr><td style=\"white-space:nowrap\">G00027-C<a name=\"Dhb-code-G00027-C\"> </a></td><td>Waikato</td></tr><tr><td style=\"white-space:nowrap\">G00028-E<a name=\"Dhb-code-G00028-E\"> </a></td><td>Lakes</td></tr><tr><td style=\"white-space:nowrap\">G00031-E<a name=\"Dhb-code-G00031-E\"> </a></td><td>Bay of Plenty</td></tr><tr><td style=\"white-space:nowrap\">G00029-G<a name=\"Dhb-code-G00029-G\"> </a></td><td>Tairāwhiti</td></tr><tr><td style=\"white-space:nowrap\">G00030-C<a name=\"Dhb-code-G00030-C\"> </a></td><td>Taranaki</td></tr><tr><td style=\"white-space:nowrap\">G00032-G<a name=\"Dhb-code-G00032-G\"> </a></td><td>Hawke's Bay</td></tr><tr><td style=\"white-space:nowrap\">G00033-J<a name=\"Dhb-code-G00033-J\"> </a></td><td>MidCentral</td></tr><tr><td style=\"white-space:nowrap\">G00035-B<a name=\"Dhb-code-G00035-B\"> </a></td><td>Whanganui</td></tr><tr><td style=\"white-space:nowrap\">G00036-D<a name=\"Dhb-code-G00036-D\"> </a></td><td>Capital & Coast</td></tr><tr><td style=\"white-space:nowrap\">G00006-F<a name=\"Dhb-code-G00006-F\"> </a></td><td>Hutt</td></tr><tr><td style=\"white-space:nowrap\">G00037-F<a name=\"Dhb-code-G00037-F\"> </a></td><td>Wairarapa</td></tr><tr><td style=\"white-space:nowrap\">G00038-H<a name=\"Dhb-code-G00038-H\"> </a></td><td>Nelson Marlborough</td></tr><tr><td style=\"white-space:nowrap\">G00039-K<a name=\"Dhb-code-G00039-K\"> </a></td><td>West Coast</td></tr><tr><td style=\"white-space:nowrap\">G00005-D<a name=\"Dhb-code-G00005-D\"> </a></td><td>Canterbury</td></tr><tr><td style=\"white-space:nowrap\">G00025-K<a name=\"Dhb-code-G00025-K\"> </a></td><td>South Canterbury</td></tr><tr><td style=\"white-space:nowrap\">G02328-E<a name=\"Dhb-code-G02328-E\"> </a></td><td>Southern</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/dhb-code"];
fhir:CodeSystem.version [ fhir:value "0.9.0"];
fhir:CodeSystem.name [ fhir:value "Dhb_code"];
fhir:CodeSystem.title [ fhir:value "District Health Board Code"];
fhir:CodeSystem.status [ fhir:value "draft"];
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 "District Health Board code table."];
fhir:CodeSystem.purpose [ fhir:value "District Health Board code table."];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "https://standards.digital.health.nz/fhir/ValueSet/dhb-code";
fhir:link <https://standards.digital.health.nz/fhir/ValueSet/dhb-code>
];
fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "20"^^xsd:nonNegativeInteger];
fhir:CodeSystem.property [
fhir:index 0;
fhir:CodeSystem.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.property.description [ fhir:value "Three digit code." ];
fhir:CodeSystem.property.type [ fhir:value "code" ]
], [
fhir:index 1;
fhir:CodeSystem.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.property.description [ fhir:value "Four digit code." ];
fhir:CodeSystem.property.type [ fhir:value "code" ]
], [
fhir:index 2;
fhir:CodeSystem.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.property.description [ fhir:value "Char code." ];
fhir:CodeSystem.property.type [ fhir:value "code" ]
];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "G00026-A" ];
fhir:CodeSystem.concept.display [ fhir:value "Northland" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "011" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "1011" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "NLD" ] ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "G00013-C" ];
fhir:CodeSystem.concept.display [ fhir:value "Waitematā" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "021" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "1021" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "NWA" ] ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "G00011-K" ];
fhir:CodeSystem.concept.display [ fhir:value "Auckland" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "022" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "1022" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "CAK" ] ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "G00012-A" ];
fhir:CodeSystem.concept.display [ fhir:value "Counties Manukau" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "023" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "1023" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "SAK" ] ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "G00027-C" ];
fhir:CodeSystem.concept.display [ fhir:value "Waikato" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "031" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "2031" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "WKO" ] ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "G00028-E" ];
fhir:CodeSystem.concept.display [ fhir:value "Lakes" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "042" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "2042" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "LKS" ] ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "G00031-E" ];
fhir:CodeSystem.concept.display [ fhir:value "Bay of Plenty" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "047" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "2047" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "BOP" ] ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "G00029-G" ];
fhir:CodeSystem.concept.display [ fhir:value "Tairāwhiti" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "051" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "2051" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "TRW" ] ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "G00030-C" ];
fhir:CodeSystem.concept.display [ fhir:value "Taranaki" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "071" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "2071" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "TKI" ] ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "G00032-G" ];
fhir:CodeSystem.concept.display [ fhir:value "Hawke's Bay" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "061" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "3061" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "HWB" ] ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "G00033-J" ];
fhir:CodeSystem.concept.display [ fhir:value "MidCentral" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "081" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "3081" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "MWU" ] ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "G00035-B" ];
fhir:CodeSystem.concept.display [ fhir:value "Whanganui" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "082" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "3082" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "WNI" ] ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "G00036-D" ];
fhir:CodeSystem.concept.display [ fhir:value "Capital & Coast" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "091" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "3091" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "CAP" ] ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "G00006-F" ];
fhir:CodeSystem.concept.display [ fhir:value "Hutt" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "092" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "3092" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "HUT" ] ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "G00037-F" ];
fhir:CodeSystem.concept.display [ fhir:value "Wairarapa" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "093" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "3093" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "WRP" ] ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "G00038-H" ];
fhir:CodeSystem.concept.display [ fhir:value "Nelson Marlborough" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "101" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "3101" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "NLM" ] ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "G00039-K" ];
fhir:CodeSystem.concept.display [ fhir:value "West Coast" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "111" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "4111" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "WCO" ] ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "G00005-D" ];
fhir:CodeSystem.concept.display [ fhir:value "Canterbury" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "121" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "4121" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "CTY" ] ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "G00025-K" ];
fhir:CodeSystem.concept.display [ fhir:value "South Canterbury" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "123" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "4123" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "SCY" ] ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "G02328-E" ];
fhir:CodeSystem.concept.display [ fhir:value "Southern" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "THREE_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "160" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "FOUR_DIGIT_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "4160" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.property.code [ fhir:value "CHAR_CODE" ];
fhir:CodeSystem.concept.property.valueCode [ fhir:value "SRN" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.