IHE Germany - Value Sets for XDS
0.3.14 - draft  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 0.3.14 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

Page standards status: Draft Maturity Level: 2

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "Property"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Property</b></p><a name=\"Property\"> </a><a name=\"hcProperty\"> </a><a name=\"Property-de-DE\"> </a><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></tr><tr><td style=\"white-space:nowrap\">beispiel<a name=\"Property-beispiel\"> </a></td><td>Beispiel</td></tr><tr><td style=\"white-space:nowrap\">hinweis<a name=\"Property-hinweis\"> </a></td><td>Hinweis zur Nutzung</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v "2"^^xsd:integer ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://www.ihe-d.de/fhir/ImplementationGuide/ihe.de.iti.xds-vs"^^xsd:anyURI ;
fhir:link <http://www.ihe-d.de/fhir/ImplementationGuide/ihe.de.iti.xds-vs>         ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "draft" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://www.ihe-d.de/fhir/ImplementationGuide/ihe-de.iti.xds-vs"^^xsd:anyURI ;
fhir:link <http://www.ihe-d.de/fhir/ImplementationGuide/ihe-de.iti.xds-vs>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://www.ihe-d.de/fhir/CodeSystem/Property"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0-alpha1"] ; # 
  fhir:name [ fhir:v "Property"] ; # 
  fhir:title [ fhir:v "Property CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-02-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "IHE Deutschland e.V., Berlin, Deutschland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "IHE Deutschland e.V., Berlin, Deutschland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.ihe-d.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@ihe-d.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Property CS"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "IHE Deutschland e.V."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "beispiel" ] ;
fhir:display [ fhir:v "Beispiel" ]
  ] [
fhir:code [ fhir:v "hinweis" ] ;
fhir:display [ fhir:v "Hinweis zur Nutzung" ]
  ] ) . #