| Package | de.gematik.dev.epa.medication |
| Resource Type | OperationDefinition |
| Id | get-medication-plan-OP |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-OP |
| URL | https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-OP |
| Version | 1.1.0 |
| Status | active |
| Date | 2024-08-14 |
| Name | Get Medication Plan |
| Title | Get Medication Plan |
| Description | Get a medication plan |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| epa-capabilitystatement-medication | EPA CapabilityStatement for the Medication Service |
No resources found
No narrative content found in resource
{
"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.0",
"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"
}
]
}