Active as of 2025-05-28 |
@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: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 <https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition> ] )
] ; #
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: OperationDefinition get-medication-list-op</b></p><a name=\"get-medication-list-op\"> </a><a name=\"hcget-medication-list-op\"> </a><a name=\"get-medication-list-op-de-DE\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=de.gematik.ti@1.1.0&canonical=https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition\">OperationDefinition Profil für TI FHIR Data Service</a></p></div><p>URL: [base]/$medication-list</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>date</td><td/><td>0..2</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#date\">date</a></td><td/><td><div><p>Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit.</p>\n</div></td></tr><tr><td>IN</td><td>_count</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#integer\">integer</a></td><td/><td><div><p>Limit the result bundle to this many entries. To get more entries request the next page.</p>\n</div></td></tr><tr><td>IN</td><td>_offset</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#integer\">integer</a></td><td/><td><div><p>Defines the offset of the first entry in the collection.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Searchset bundle containing the requested entities.</p>\n</div></td></tr></table></div>"^^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" ]
] ) . #
IG © 2025+ gematik GmbH. Paket de.gematik.epa.medication#1.1.5 basierend auf FHIR 4.0.1. Generiert 2025-05-28
Links: Table of Contents |
QA Report