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

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeSearchParameter
IdSearchParameter-derived-from-sp.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/SearchParameter/derived-from-sp
URLhttps://gematik.de/fhir/epa-medication/SearchParameter/derived-from-sp
Version1.3.0
Statusactive
Date2025-12-15
NameDerivedFromSP
Realmde
DescriptionSearch by resources from which the medication statement is derived
Typereference

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 derived-from-sp

DerivedFromSP

Parameter derived-from:reference

Search by resources from which the medication statement is derived

ResourceMedicationStatement
ExpressionMedicationStatement.derivedFrom
Target ResourcesMedicationDispense, MedicationRequest
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may only have one value (no comma separators)

Source1

{
  "resourceType": "SearchParameter",
  "id": "derived-from-sp",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://gematik.de/fhir/epa-medication/SearchParameter/derived-from-sp",
  "version": "1.3.0",
  "name": "DerivedFromSP",
  "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": "Search by resources from which the medication statement is derived",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "code": "derived-from",
  "base": [
    "MedicationStatement"
  ],
  "type": "reference",
  "expression": "MedicationStatement.derivedFrom",
  "target": [
    "MedicationDispense",
    "MedicationRequest"
  ],
  "multipleOr": false,
  "multipleAnd": true
}