Implementation Guide
ePA Medication Service
Version 1.3.5 - release

: ProvenanceAgentIdentifierSP - 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/provenance-agent-identifier-sp> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "provenance-agent-identifier-sp"] ;
  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: SearchParameter provenance-agent-identifier-sp</b></p><a name=\"provenance-agent-identifier-sp\"> </a><a name=\"hcprovenance-agent-identifier-sp\"> </a><h2>ProvenanceAgentIdentifierSP</h2><p>Parameter <code>agent-identifier</code>:<code>token</code></p><div><p>Suche anhand der logischen Referenz (identifier) im Element Provenance.agent.who</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/provenance.html\">Provenance</a></td></tr><tr><td>Expression</td><td><code>Provenance.agent.who.identifier</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>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://gematik.de/fhir/epa-medication/SearchParameter/provenance-agent-identifier-sp"] ;
  fhir:SearchParameter.version [ fhir:value "1.3.2"] ;
  fhir:SearchParameter.name [ fhir:value "ProvenanceAgentIdentifierSP"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2026-03-20"^^xsd:date] ;
  fhir:SearchParameter.publisher [ fhir:value "gematik GmbH"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "gematik GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.gematik.de" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "patientteam [ at ] gematik.de" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Suche anhand der logischen Referenz (identifier) im Element Provenance.agent.who"] ;
  fhir:SearchParameter.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:SearchParameter.code [ fhir:value "agent-identifier"] ;
  fhir:SearchParameter.base [
     fhir:value "Provenance" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "Provenance.agent.who.identifier"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/provenance-agent-identifier-sp.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/provenance-agent-identifier-sp.ttl> .