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
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 "hpi-country-code-1.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>This code system <code>https://standards.digital.health.nz/ns/country-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\">XK<a name=\"hpi-country-code-1.0-XK\"> </a></td><td>Kosovo</td></tr><tr><td style=\"white-space:nowrap\">ANHH<a name=\"hpi-country-code-1.0-ANHH\"> </a></td><td>Netherlands Antilles</td></tr><tr><td style=\"white-space:nowrap\">CSHH<a name=\"hpi-country-code-1.0-CSHH\"> </a></td><td>Czechoslavakia</td></tr><tr><td style=\"white-space:nowrap\">ZRHH<a name=\"hpi-country-code-1.0-ZRHH\"> </a></td><td>Zaire</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "https://standards.digital.health.nz/ns/country-code"]; fhir:CodeSystem.version [ fhir:value "1.0"]; fhir:CodeSystem.name [ fhir:value "Hpi_country_code_2_0"]; fhir:CodeSystem.title [ fhir:value "HPI Country Code"]; 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 "Supplementary country codes to extend ISO3166-1."]; fhir:CodeSystem.purpose [ fhir:value "To cover countries not included in ISO3166-1."]; fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; 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 "XK" ]; fhir:CodeSystem.concept.display [ fhir:value "Kosovo" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "ANHH" ]; fhir:CodeSystem.concept.display [ fhir:value "Netherlands Antilles" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "CSHH" ]; fhir:CodeSystem.concept.display [ fhir:value "Czechoslavakia" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "ZRHH" ]; fhir:CodeSystem.concept.display [ fhir:value "Zaire" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.