UnicomIG
0.1.0 - ci-build

UnicomIG, published by UNICOM. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/hl7-eu/unicom-ig and changes regularly. See the Directory of published versions

: Country (ISO 3166-1-2) - TTL Representation

Active as of 2023-02-03

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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "country-iso-vs"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>https://www.hl7.org/fhir/valueset-country.html</code></li></ul></div>"
  ]; # 
  fhir:ValueSet.url [ fhir:value "http://unicom-project.eu/fhir/ValueSet/country-iso-vs"]; # 
  fhir:ValueSet.version [ fhir:value "0.1.0"]; # 
  fhir:ValueSet.name [ fhir:value "CountryISO"]; # 
  fhir:ValueSet.title [ fhir:value "Country (ISO 3166-1-2)"]; # 
  fhir:ValueSet.status [ fhir:value "active"]; # 
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:ValueSet.date [ fhir:value "2023-02-03T15:45:39+00:00"^^xsd:dateTime]; # 
  fhir:ValueSet.publisher [ fhir:value "UNICOM"]; # 
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "UNICOM" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://unicom-project.eu" ]     ]
  ]; # 
  fhir:ValueSet.description [ fhir:value "Countries"]; # 
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "https://www.hl7.org/fhir/valueset-country.html" ]     ]
  ]. # 

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

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