Implementation Guide
ePA Medication Service
Version 1.2.0-ballot.1 - draft

: RxPrescriptionProcessSP - TTL Representation

Draft as of 2025-08-01

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 "rx-prescription-process-sp"] ; # 
  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 rx-prescription-process-sp</b></p><a name=\"rx-prescription-process-sp\"> </a><a name=\"hcrx-prescription-process-sp\"> </a><h2>RxPrescriptionProcessParameter</h2><p>Parameter <code>rx-prescription</code>:<code>token</code></p><div><p>Returns Medications, MedicationDispenses or MedicationStatement with the Rx Prescription Process Identifier.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/medication.html\">Medication</a>, <a href=\"http://hl7.org/fhir/R4/medicationdispense.html\">MedicationDispense</a>, <a href=\"http://hl7.org/fhir/R4/medicationstatement.html\">MedicationStatement</a></td></tr><tr><td>Expression</td><td><code>extension.where(url = 'https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier').value</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-medication/SearchParameter/rx-prescription-process-sp"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0-ballot.1"] ; # 
  fhir:name [ fhir:v "RxPrescriptionProcessParameter"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-08-01"^^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 "Returns Medications, MedicationDispenses or MedicationStatement with the Rx Prescription Process Identifier."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "rx-prescription"] ; # 
  fhir:base ( [ fhir:v "Medication"] [ fhir:v "MedicationDispense"] [ fhir:v "MedicationStatement"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:expression [ fhir:v "extension.where(url = 'https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier').value"] . #