Diabetes DMP IG (R4)
0.0.1 - CI Build Germany flag

Diabetes DMP IG (R4) - Local Development build (v0.0.1). See the Directory of published versions

: DDG IG Example Translation - TTL Representation

Active as of 2022-09-05

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 "ch-ig-example-translation"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation 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\">abc<a name=\"ch-ig-example-translation-abc\"> </a></td><td>abc example</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (German, de)</b></td><td><b>French (fr)</b></td><td><b>Italian (it)</b></td></tr><tr><td>abc</td><td>abc Beispiel</td><td>abc exemple</td><td>abc esempio</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation"];
  fhir:CodeSystem.version [ fhir:value "0.0.1"];
  fhir:CodeSystem.name [ fhir:value "ChIgExampleTranslation"];
  fhir:CodeSystem.title [ fhir:value "CH IG Example Translation"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2022-09-05T15:51:00+02:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Open Connections"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Open Connections" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.open-connections.de/" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "CH IG Example Translation code system is just an example with translated values!"];
  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 "DEU" ]     ]
  ];
  fhir:CodeSystem.copyright [ fhir:value "CC-BY-SA-4.0"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://fhir.ch/ig/ch-ig/ValueSet/ch-ig-example-translation";
     fhir:link <http://fhir.ch/ig/ch-ig/ValueSet/ch-ig-example-translation>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "abc" ];
     fhir:CodeSystem.concept.display [ fhir:value "abc example" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "de" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "abc Beispiel" ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "abc exemple" ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.designation.language [ fhir:value "it" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "abc esempio" ]     ]
  ].

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

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