Package | de.gematik.dev.epa.medication |
Resource Type | OperationDefinition |
Id | unlink-prescription-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/unlink-prescription-OP |
URL | https://gematik.de/fhir/epa-medication/OperationDefinition/unlink-prescription-OP |
Version | 1.1.0 |
Status | active |
Date | 2024-08-14 |
Name | Unlink Prescription |
Title | Unlink Prescription |
Description | Die $unlink-prescription Operation ermöglicht es, die Verlinkung zwischen geplanten Medikationsdaten und den zugehörigen Verschreibungen zu entfernen. |
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": "unlink-prescription-OP", "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/unlink-prescription-OP", "title": "Unlink Prescription", "description": "Die $unlink-prescription Operation ermöglicht es, die Verlinkung zwischen geplanten Medikationsdaten und den zugehörigen Verschreibungen zu entfernen.", "version": "1.1.0", "status": "active", "publisher": "gematik GmbH", "date": "2024-08-14", "name": "Unlink Prescription", "kind": "operation", "code": "unlink-prescription", "resource": [ "MedicationStatement" ], "system": false, "type": false, "instance": true, "inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-unlink-prescription-input-parameters", "outputProfile": "https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome", "parameter": [ { "name": "medicationRequestId", "type": "id", "use": "in", "min": 1, "max": "1", "documentation": "medicationRequestId ist die Resource-ID der entsprechenden Verschreibung (MedicationRequest), bei der die Verlinkung entfernt werden soll." }, { "name": "performer", "use": "in", "min": 1, "max": "1", "documentation": "Tätige Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Schreiboperation generell ausübt. Die Angabe der Leistungserbringerinstitution ist mandatorisch, denn hier erfolgt die Übereinstimmungsprüfung hinsichtlich der aktuell zugreifenden LEI.", "part": [ { "name": "organization", "type": "Organization", "use": "in", "min": 1, "max": "1" }, { "name": "practitioner", "type": "Practitioner", "use": "in", "min": 0, "max": "1" }, { "name": "practitionerRole", "type": "PractitionerRole", "use": "in", "min": 0, "max": "1" } ] }, { "name": "return", "type": "OperationOutcome", "use": "out", "min": 1, "max": "1" } ] }