@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "get-medication-list-op"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: OperationDefinition get-medication-list-op

URL: [base]/$medication-list

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INdate0..2date

Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit.

\n
IN_count0..1integer

Limit the result bundle to this many entries. To get more entries request the next page.

\n
IN_offset0..1integer

Defines the offset of the first entry in the collection.

\n
OUTreturn1..1Bundle

Searchset bundle containing the requested entities.

\n
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "GET" ] ] ) ; # fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.5"] ; # fhir:name [ fhir:v "getMedicationList_MedicationSvc"] ; # fhir:title [ fhir:v "Get Medication List"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2025-05-28"^^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 "Get a medication list"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "DE" ] ] ) ] ) ; # fhir:affectsState [ fhir:v false] ; # fhir:code [ fhir:v "medication-list"] ; # fhir:system [ fhir:v true] ; # fhir:type [ fhir:v false] ; # fhir:instance [ fhir:v false] ; # fhir:parameter ( [ fhir:name [ fhir:v "date" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "2" ] ; fhir:documentation [ fhir:v "Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit." ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "_count" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Limit the result bundle to this many entries. To get more entries request the next page." ] ; fhir:type [ fhir:v "integer" ] ] [ fhir:name [ fhir:v "_offset" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Defines the offset of the first entry in the collection." ] ; fhir:type [ fhir:v "integer" ] ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Searchset bundle containing the requested entities." ] ; fhir:type [ fhir:v "Bundle" ] ] ) . # # -------------------------------------------------------------------------------------