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:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter epa-mhd-documentreference-title</b></p><a name=\"epa-mhd-documentreference-title\"> </a><a name=\"hcepa-mhd-documentreference-title\"> </a><h2>EPAMHDDocumentReferenceTitleSearchParameter</h2><p>Parameter <code>title</code>:<code>string</code></p><div><p>Titel des Dokuments auf Basis von DocumentReference.content.attachment.title</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html\">DocumentReference</a></td></tr><tr><td>Expression</td><td><code>DocumentReference.content.attachment.title</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"^^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.1-b.1"] ; # fhir:name [ fhir:v "EPAMHDDocumentReferenceTitleSearchParameter"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2025-07-15"^^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"] . #