Implementation Guide
ePA MHD Service
Version 1.1.1 - release

: EPA MHD DocumentReference Title Search Parameter - TTL Representation

Active as of 2026-03-20

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:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "epa-mhd-documentreference-title"] ; # 
  fhir:url [
fhir:v "https://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title>
  ] ; # 
  fhir:version [ fhir:v "1.1.1"] ; # 
  fhir:name [ fhir:v "EPAMHDDocumentReferenceTitleSearchParameter"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "gematik GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patientteam [ at ] gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Titel des Dokuments auf Basis von DocumentReference.content.attachment.title"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "title"] ; # 
  fhir:base ( [ fhir:v "DocumentReference"] ) ; # 
  fhir:type [ fhir:v "string"] ; # 
  fhir:expression [ fhir:v "DocumentReference.content.attachment.title"] . #