Operation Definition: Get Medication Plan
Name | Definition |
---|---|
$medication-plan | https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-OP |
Anforderungen
Invocations
URL: [base]/$medication-plan
Parameters (In)
Name | Cardinality | Type | Documentation |
dateTime | 0..1 | dateTime | Limits the search to lesser than or equal the given date time |
version | 0..1 | id | Limits the search to this version id |
Return Values (Out)
Name | Cardinality | Type | Documentation |
return | 1..1 | Bundle | Bundle containing the medication plan and all referenced resources |
OperationDefinition |
id : get-medication-plan-OP |
url : https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-OP |
title : Get Medication Plan |
description : Get a medication plan |
version : 1.1.1 |
status : active |
publisher : gematik GmbH |
date : 2024-08-14 |
kind : operation |
name : Get Medication Plan |
code : medication-plan |
system : True |
type : False |
instance : False |
parameter |
name : dateTime |
type : dateTime |
use : in |
min : 0 |
max : 1 |
documentation : Limits the search to lesser than or equal the given date time |
parameter |
name : version |
type : id |
use : in |
min : 0 |
max : 1 |
documentation : Limits the search to this version id |
parameter |
name : return |
type : Bundle |
use : out |
min : 1 |
max : 1 |
documentation : Bundle containing the medication plan and all referenced resources |
<OperationDefinition xmlns="http://hl7.org/fhir"> <id value="get-medication-plan-OP" /> <url value="https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-OP" /> <version value="1.1.1" /> <name value="Get Medication Plan" /> <title value="Get Medication Plan" /> <status value="active" /> <kind value="operation" /> <date value="2024-08-14" /> <publisher value="gematik GmbH" /> <description value="Get a medication plan" /> <code value="medication-plan" /> <system value="true" /> <type value="false" /> <instance value="false" /> <parameter> <name value="dateTime" /> <use value="in" /> <min value="0" /> <max value="1" /> <documentation value="Limits the search to lesser than or equal the given date time" /> <type value="dateTime" /> </parameter> <parameter> <name value="version" /> <use value="in" /> <min value="0" /> <max value="1" /> <documentation value="Limits the search to this version id" /> <type value="id" /> </parameter> <parameter> <name value="return" /> <use value="out" /> <min value="1" /> <max value="1" /> <documentation value="Bundle containing the medication plan and all referenced resources" /> <type value="Bundle" /> </parameter> </OperationDefinition>
{ "resourceType": "OperationDefinition", "id": "get-medication-plan-OP", "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-OP", "title": "Get Medication Plan", "description": "Get a medication plan", "version": "1.1.1", "status": "active", "publisher": "gematik GmbH", "date": "2024-08-14", "kind": "operation", "name": "Get Medication Plan", "code": "medication-plan", "system": true, "type": false, "instance": false, "parameter": [ { "name": "dateTime", "type": "dateTime", "use": "in", "min": 0, "max": "1", "documentation": "Limits the search to lesser than or equal the given date time" }, { "name": "version", "type": "id", "use": "in", "min": 0, "max": "1", "documentation": "Limits the search to this version id" }, { "name": "return", "type": "Bundle", "use": "out", "min": 1, "max": "1", "documentation": "Bundle containing the medication plan and all referenced resources" } ] }