FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeSearchParameter
IdSearchParameter-rx-prescription-process-sp.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/SearchParameter/rx-prescription-process-sp
URLhttps://gematik.de/fhir/epa-medication/SearchParameter/rx-prescription-process-sp
Version1.3.0
Statusactive
Date2025-12-15
NameRxPrescriptionProcessParameter
Realmde
DescriptionReturns Medications, MedicationDispenses or MedicationStatement with the Rx Prescription Process Identifier.
Typetoken

Resources that use this resource

CapabilityStatement
epa-medication-service-clientEPA Capability Statement für Clients des ePA Medication Service
epa-medication-service-serverEPA CapabilityStatement für den Medication Service

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter rx-prescription-process-sp

RxPrescriptionProcessParameter

Parameter rx-prescription:token

Returns Medications, MedicationDispenses or MedicationStatement with the Rx Prescription Process Identifier.

ResourcesMedication, MedicationDispense, MedicationStatement
Expressionextension.where(url = 'https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier').value
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "rx-prescription-process-sp",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://gematik.de/fhir/epa-medication/SearchParameter/rx-prescription-process-sp",
  "version": "1.3.0",
  "name": "RxPrescriptionProcessParameter",
  "status": "active",
  "date": "2025-12-15",
  "publisher": "gematik GmbH",
  "contact": [
    {
      "name": "gematik GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gematik.de"
        },
        {
          "system": "email",
          "value": "patientteam [ at ] gematik.de"
        }
      ]
    }
  ],
  "description": "Returns Medications, MedicationDispenses or MedicationStatement with the Rx Prescription Process Identifier.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "code": "rx-prescription",
  "base": [
    "Medication",
    "MedicationDispense",
    "MedicationStatement"
  ],
  "type": "token",
  "expression": "extension.where(url = 'https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier').value"
}