CH EPR Term
2.0.8 - Trial use Switzerland flag

This page is part of the CH EPR Term (R4) (v2.0.8: STU) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: ch-ehealth-codesystem-language - TTL Representation

Active as of 2022-12-21

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 "2.16.756.5.30.1.127.3.10.12"]; # 
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "https://art-decor.org/fhir/ValueSet/2.16.756.5.30.1.127.3.10.1.13--20221129134212" ]
  ]; # 
  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>urn:oid:2.16.756.5.30.1.127.3.10.12</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\">OTHER<a name=\"2.16.756.5.30.1.127.3.10.12-OTHER\"> </a></td><td>Other language</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Schweiz) (German (Switzerland), de)</b></td><td><b>English (United States) (English (United States), en)</b></td><td><b>French (Switzerland) (fr)</b></td><td><b>Italian (Switzerland) (it)</b></td><td><b>rm</b></td></tr><tr><td>OTHER</td><td>Andere Sprache</td><td>Other language</td><td>Autre langue</td><td>Altra lingua</td><td>Autras linguas</td></tr></table></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod" ];
     fhir:Extension.valuePeriod [
       fhir:Period.start [ fhir:value "2022-11-29T13:42:12+01:00"^^xsd:dateTime ]     ]
  ]; # 
  fhir:CodeSystem.url [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.12"]; # 
  fhir:CodeSystem.version [ fhir:value "2.0.8"]; # 
  fhir:CodeSystem.name [ fhir:value "ChEhealthCodesystemLanguage"]; # 
  fhir:CodeSystem.title [ fhir:value "ch-ehealth-codesystem-language"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-12-21T08:04:16+01:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 Switzerland"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch/" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "Document language as per Annex 3 EPRO-FDHA. Defines the language in which the document was written."]; # 
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "CH" ]     ]
  ]; # 
  fhir:CodeSystem.copyright [ fhir:value "CC-BY-SA-4.0"]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "OTHER" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other language" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Andere Sprache" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Autre langue" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Altra lingua" ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en-US" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Other language" ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.designation.language [ fhir:value "rm-CH" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Autras linguas" ]     ]
  ]. # 

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

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