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
Active as of 2017-09-01 |
@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 "ethnicity-lvl-2"];
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/ethnic-group-level-2-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></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ethnicity-lvl-2-10\"> </a></td><td>European nfd</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"ethnicity-lvl-2-11\"> </a></td><td>New Zealand European</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"ethnicity-lvl-2-12\"> </a></td><td>Other European</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"ethnicity-lvl-2-21\"> </a></td><td>Māori</td></tr><tr><td style=\"white-space:nowrap\">30<a name=\"ethnicity-lvl-2-30\"> </a></td><td>Pacific Peoples nfd</td></tr><tr><td style=\"white-space:nowrap\">31<a name=\"ethnicity-lvl-2-31\"> </a></td><td>Samoan</td></tr><tr><td style=\"white-space:nowrap\">32<a name=\"ethnicity-lvl-2-32\"> </a></td><td>Cook Islands Māori</td></tr><tr><td style=\"white-space:nowrap\">33<a name=\"ethnicity-lvl-2-33\"> </a></td><td>Tongan</td></tr><tr><td style=\"white-space:nowrap\">34<a name=\"ethnicity-lvl-2-34\"> </a></td><td>Niuean</td></tr><tr><td style=\"white-space:nowrap\">35<a name=\"ethnicity-lvl-2-35\"> </a></td><td>Tokelauan</td></tr><tr><td style=\"white-space:nowrap\">36<a name=\"ethnicity-lvl-2-36\"> </a></td><td>Fijian</td></tr><tr><td style=\"white-space:nowrap\">37<a name=\"ethnicity-lvl-2-37\"> </a></td><td>Other Pacific Peoples</td></tr><tr><td style=\"white-space:nowrap\">40<a name=\"ethnicity-lvl-2-40\"> </a></td><td>Asian nfd</td></tr><tr><td style=\"white-space:nowrap\">41<a name=\"ethnicity-lvl-2-41\"> </a></td><td>Southeast Asian</td></tr><tr><td style=\"white-space:nowrap\">42<a name=\"ethnicity-lvl-2-42\"> </a></td><td>Chinese</td></tr><tr><td style=\"white-space:nowrap\">43<a name=\"ethnicity-lvl-2-43\"> </a></td><td>Indian</td></tr><tr><td style=\"white-space:nowrap\">44<a name=\"ethnicity-lvl-2-44\"> </a></td><td>Other Asian</td></tr><tr><td style=\"white-space:nowrap\">51<a name=\"ethnicity-lvl-2-51\"> </a></td><td>Middle Eastern</td></tr><tr><td style=\"white-space:nowrap\">52<a name=\"ethnicity-lvl-2-52\"> </a></td><td>Latin American</td></tr><tr><td style=\"white-space:nowrap\">53<a name=\"ethnicity-lvl-2-53\"> </a></td><td>African</td></tr><tr><td style=\"white-space:nowrap\">61<a name=\"ethnicity-lvl-2-61\"> </a></td><td>Other Ethnicity</td></tr><tr><td style=\"white-space:nowrap\">94<a name=\"ethnicity-lvl-2-94\"> </a></td><td>Don't Know</td></tr><tr><td style=\"white-space:nowrap\">95<a name=\"ethnicity-lvl-2-95\"> </a></td><td>Refused to Answer</td></tr><tr><td style=\"white-space:nowrap\">96<a name=\"ethnicity-lvl-2-96\"> </a></td><td>Repeated Value</td></tr><tr><td style=\"white-space:nowrap\">97<a name=\"ethnicity-lvl-2-97\"> </a></td><td>Response Unidentifiable</td></tr><tr><td style=\"white-space:nowrap\">98<a name=\"ethnicity-lvl-2-98\"> </a></td><td>Response Outside Scope</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"ethnicity-lvl-2-99\"> </a></td><td>Not Stated</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/ethnic-group-level-2-code"];
fhir:CodeSystem.version [ fhir:value "1.0"];
fhir:CodeSystem.name [ fhir:value "Ethnicity_lvl_2"];
fhir:CodeSystem.title [ fhir:value "Ethnicity lvl 2"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2017-09-01T00: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 "Ethnic Group Codes at Level 2"];
fhir:CodeSystem.purpose [ fhir:value "A coded value for ethnicity."];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "https://nzhts.digital.health.nz/fhir/ValueSet/ethnic-group-level-2-code";
fhir:link <https://nzhts.digital.health.nz/fhir/ValueSet/ethnic-group-level-2-code>
];
fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "27"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "European nfd" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "11" ];
fhir:CodeSystem.concept.display [ fhir:value "New Zealand European" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "12" ];
fhir:CodeSystem.concept.display [ fhir:value "Other European" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "21" ];
fhir:CodeSystem.concept.display [ fhir:value "Māori" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "30" ];
fhir:CodeSystem.concept.display [ fhir:value "Pacific Peoples nfd" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "31" ];
fhir:CodeSystem.concept.display [ fhir:value "Samoan" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "32" ];
fhir:CodeSystem.concept.display [ fhir:value "Cook Islands Māori" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "33" ];
fhir:CodeSystem.concept.display [ fhir:value "Tongan" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "34" ];
fhir:CodeSystem.concept.display [ fhir:value "Niuean" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "35" ];
fhir:CodeSystem.concept.display [ fhir:value "Tokelauan" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "36" ];
fhir:CodeSystem.concept.display [ fhir:value "Fijian" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "37" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Pacific Peoples" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "40" ];
fhir:CodeSystem.concept.display [ fhir:value "Asian nfd" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "41" ];
fhir:CodeSystem.concept.display [ fhir:value "Southeast Asian" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "42" ];
fhir:CodeSystem.concept.display [ fhir:value "Chinese" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "43" ];
fhir:CodeSystem.concept.display [ fhir:value "Indian" ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "44" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Asian" ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "51" ];
fhir:CodeSystem.concept.display [ fhir:value "Middle Eastern" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "52" ];
fhir:CodeSystem.concept.display [ fhir:value "Latin American" ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "53" ];
fhir:CodeSystem.concept.display [ fhir:value "African" ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "61" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Ethnicity" ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "94" ];
fhir:CodeSystem.concept.display [ fhir:value "Don't Know" ]
], [
fhir:index 22;
fhir:CodeSystem.concept.code [ fhir:value "95" ];
fhir:CodeSystem.concept.display [ fhir:value "Refused to Answer" ]
], [
fhir:index 23;
fhir:CodeSystem.concept.code [ fhir:value "96" ];
fhir:CodeSystem.concept.display [ fhir:value "Repeated Value" ]
], [
fhir:index 24;
fhir:CodeSystem.concept.code [ fhir:value "97" ];
fhir:CodeSystem.concept.display [ fhir:value "Response Unidentifiable" ]
], [
fhir:index 25;
fhir:CodeSystem.concept.code [ fhir:value "98" ];
fhir:CodeSystem.concept.display [ fhir:value "Response Outside Scope" ]
], [
fhir:index 26;
fhir:CodeSystem.concept.code [ fhir:value "99" ];
fhir:CodeSystem.concept.display [ fhir:value "Not Stated" ]
].
# - 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