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

: Verfügbarkeitsstatus von Dokumenten - 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/AvailabilityStatusCode> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "AvailabilityStatusCode"] ;
  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 AvailabilityStatusCode</b></p><a name=\"AvailabilityStatusCode\"> </a><a name=\"hcAvailabilityStatusCode\"> </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/AvailabilityStatusCode</code> defines the following codes in a Is-A hierarchy:</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\">Approved<a name=\"AvailabilityStatusCode-Approved\"> </a></td><td>The document is available for patient care.</td></tr><tr><td style=\"white-space:nowrap\">Deprecated<a name=\"AvailabilityStatusCode-Deprecated\"> </a></td><td>The document is obsolete.</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/AvailabilityStatusCode"] ;
  fhir:CodeSystem.version [ fhir:value "4.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "AvailabilityStatusCodeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Verfügbarkeitsstatus von Dokumenten"] ;
  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 "**Verfügbarkeitsstatus** von Dokumenten (ersetzen durch IHE UV)"] ;
  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.valueSet [
     fhir:value "http://www.ihe-d.de/fhir/ValueSet/AvailabilityStatusCode" ;
     fhir:link <http://www.ihe-d.de/fhir/ValueSet/AvailabilityStatusCode>
  ] ;
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"] ;
  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 "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "Approved" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "The document is available for patient care." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "Deprecated" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "The document is obsolete." ]
  ] .

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

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