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
: IHE XDS Author Role - TTL Representation
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/ValueSet/IHEXDSauthorRole> a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "IHEXDSauthorRole"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet IHEXDSauthorRole</b></p><a name=\"IHEXDSauthorRole\"> </a><a name=\"hcIHEXDSauthorRole\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-ProzessrollenFuerAutoren.html\"><code>http://ihe-d.de/CodeSystems/ProzessrollenFuerAutoren</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?4.0.0</span></li><li>Include all codes defined in <a href=\"CodeSystem-PatientenbeziehungsrollenFuerAutoren.html\"><code>http://ihe-d.de/CodeSystems/PatientenbeziehungsrollenFuerAutoren</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?4.0.0</span></li></ul></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:ValueSet.url [ fhir:value "http://ihe-d.de/ValueSets/IHEXDSauthorRole"] ;
fhir:ValueSet.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "http://ihe-d.de/ValueSets/IHEXDSauthorRole" ]
], [
fhir:index 1 ;
fhir:Identifier.use [ fhir:value "old" ] ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:oid:1.2.276.0.76.11.30" ]
], [
fhir:index 2 ;
fhir:Identifier.use [ fhir:value "secondary" ] ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "http://www.ihe-d.de/fhir/ValueSet/IHEXDSauthorRole" ]
] ;
fhir:ValueSet.version [ fhir:value "4.0.0"] ;
fhir:ValueSet.name [ fhir:value "IHEXDSauthorRole"] ;
fhir:ValueSet.title [ fhir:value "IHE XDS Author Role"] ;
fhir:ValueSet.status [ fhir:value "active"] ;
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:ValueSet.date [ fhir:value "2026-04-10"^^xsd:date] ;
fhir:ValueSet.publisher [ fhir:value "IHE Deutschland e.V., Berlin, Deutschland"] ;
fhir:ValueSet.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:ValueSet.description [ fhir:value "**IHE XDS Author Role**"] ;
fhir:ValueSet.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:ValueSet.copyright [ fhir:value "CC-BY-4.0"] ;
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0 ;
fhir:ValueSet.compose.include.system [ fhir:value "http://ihe-d.de/CodeSystems/ProzessrollenFuerAutoren" ]
], [
fhir:index 1 ;
fhir:ValueSet.compose.include.system [ fhir:value "http://ihe-d.de/CodeSystems/PatientenbeziehungsrollenFuerAutoren" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/IHEXDSauthorRole.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ValueSet/IHEXDSauthorRole.ttl> .