| Package | de.gematik.dev.epa.medication |
| Resource Type | OperationDefinition |
| Id | get-medication-plan-history-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-history-OP |
| URL | https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-history-OP |
| Version | 1.1.0 |
| Status | active |
| Date | 2024-08-14 |
| Name | Get Medication Plan History |
| Title | Get Medication Plan History |
| Description | Get the history of the 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-history-OP",
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-plan-history-OP",
"title": "Get Medication Plan History",
"description": "Get the history of the medication plan",
"version": "1.1.0",
"status": "active",
"publisher": "gematik GmbH",
"date": "2024-08-14",
"kind": "operation",
"name": "Get Medication Plan History",
"code": "medication-plan-history",
"system": true,
"type": false,
"instance": false,
"outputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-history-medicationplan-out-parameters",
"parameter": [
{
"name": "history",
"use": "out",
"min": 0,
"max": "*",
"part": [
{
"name": "planVersion",
"type": "id",
"use": "out",
"min": 1,
"max": "1"
},
{
"name": "lastUpdated",
"type": "dateTime",
"use": "out",
"min": 1,
"max": "1"
},
{
"name": "author",
"type": "Organization",
"use": "out",
"min": 1,
"max": "1"
}
]
},
{
"name": "operationOutcome",
"type": "OperationOutcome",
"use": "out",
"min": 1,
"max": "1"
}
]
}