@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:SearchParameter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "epa-mhd-documentreference-title"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: SearchParameter epa-mhd-documentreference-title

EPAMHDDocumentReferenceTitleSearchParameter

Parameter title:string

Titel des Dokuments auf Basis von DocumentReference.content.attachment.title

\n
ResourceDocumentReference
ExpressionDocumentReference.content.attachment.title
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "EPAMHDDocumentReferenceTitleSearchParameter"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2025-05-28"^^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: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"] . # # -------------------------------------------------------------------------------------