HIP FHIR Common Terminology Guide
1.7.0-SNAPSHOT - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.7.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HPI Country Code - TTL Representation

Draft as of 2020-02-24

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:id [ fhir:v "hpi-country-code-1.0"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive 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:url [ fhir:v "https://standards.digital.health.nz/ns/country-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:name [ fhir:v "Hpi_country_code_2_0"] ; # 
  fhir:title [ fhir:v "HPI Country Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-02-24T00:00:00+13:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:integration@health.govt.nz" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Supplementary country codes to extend ISO3166-1."] ; # 
  fhir:purpose [ fhir:v "To cover countries not included in ISO3166-1."] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "XK" ] ;
fhir:display [ fhir:v "Kosovo" ]
  ] [
fhir:code [ fhir:v "ANHH" ] ;
fhir:display [ fhir:v "Netherlands Antilles" ]
  ] [
fhir:code [ fhir:v "CSHH" ] ;
fhir:display [ fhir:v "Czechoslavakia" ]
  ] [
fhir:code [ fhir:v "ZRHH" ] ;
fhir:display [ fhir:v "Zaire" ]
  ] ) . #