IHE Germany - Value Sets for XDS
4.0.0 - draft Germany flag

IHE Germany - Value Sets for XDS, published by IHE Deutschland e.V., Berlin, Deutschland. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE-Germany/ITI.XDS.VS/ and changes regularly. See the Directory of published versions

: Property CodeSystem - TTL Representation

Active as of 2026-04-10 Maturity Level: 2

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/Property> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Property"] ;
  fhir:Resource.language [ fhir:value "de-DE"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"de-DE\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"de-DE\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Property</b></p><a name=\"Property\"> </a><a name=\"hcProperty\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: de-DE</p></div><p>This case-sensitive code system <code>http://www.ihe-d.de/fhir/CodeSystem/Property</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">beispiel<a name=\"Property-beispiel\"> </a></td><td>Beispiel</td><td/></tr><tr><td style=\"white-space:nowrap\">hinweis<a name=\"Property-hinweis\"> </a></td><td>Hinweis zur Nutzung</td><td/></tr><tr><td style=\"white-space:nowrap\">comment<a name=\"Property-comment\"> </a></td><td>Kommentar</td><td/></tr><tr><td style=\"white-space:nowrap\">bereich<a name=\"Property-bereich\"> </a></td><td>Bereich</td><td>Bereich, in dem der Kode angewendet wird</td></tr><tr><td style=\"white-space:nowrap\">from<a name=\"Property-from\"> </a></td><td>seit</td><td/></tr><tr><td style=\"white-space:nowrap\">until<a name=\"Property-until\"> </a></td><td>bis</td><td/></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://www.ihe-d.de/fhir/CodeSystem/Property"] ;
  fhir:CodeSystem.version [ fhir:value "4.0.0S"] ;
  fhir:CodeSystem.name [ fhir:value "Property"] ;
  fhir:CodeSystem.title [ fhir:value "Property CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-04-10"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "IHE Deutschland e.V., Berlin, Deutschland"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "IHE Deutschland e.V., Berlin, Deutschland" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.ihe-d.de" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@ihe-d.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Dieses Codesystem stellt alle Properties bereit, die in von IHE Deutschland publizierten Codesystemen angewendet werden."] ;
  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 "DE" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "CC-BY-4.0"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "beispiel" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Beispiel" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "hinweis" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Hinweis zur Nutzung" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "comment" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Kommentar" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "bereich" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Bereich" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Bereich, in dem der Kode angewendet wird" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "from" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "seit" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "until" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "bis" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/Property.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/Property.ttl> .