| Package | de.gematik.dev.epa.medication |
| Resource Type | OperationDefinition |
| Id | link-prescription-process-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/link-prescription-process-OP |
| URL | https://gematik.de/fhir/epa-medication/OperationDefinition/link-prescription-process-OP |
| Version | 1.1.0 |
| Status | active |
| Date | 2024-08-14 |
| Name | Link Prescription Process |
| Title | Link Prescription Process |
| Description | The $link-prescription-process operation enables the assignment of prescriptions to a planned medication. |
| 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": "link-prescription-process-OP",
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/link-prescription-process-OP",
"title": "Link Prescription Process",
"description": "The $link-prescription-process operation enables the assignment of prescriptions to a planned medication.",
"version": "1.1.0",
"status": "active",
"publisher": "gematik GmbH",
"date": "2024-08-14",
"name": "Link Prescription Process",
"kind": "operation",
"code": "link-prescription-process",
"resource": [
"MedicationStatement"
],
"system": false,
"type": false,
"instance": true,
"inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-link-prescription-process-input-parameters",
"outputProfile": "https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome",
"parameter": [
{
"name": "rxPrescription",
"use": "in",
"min": 1,
"max": "1",
"part": [
{
"name": "prescriptionId",
"type": "Identifier",
"use": "in",
"min": 1,
"max": "1",
"documentation": "prescriptionId ist der Identifier, der vom E-Rezept bei der Erstellung eines Rezepts vergeben wurde."
},
{
"name": "authoredOn",
"type": "date",
"use": "in",
"min": 1,
"max": "1",
"documentation": "authoredOn ist das Verschreibungsdatum, das in der MedicationRequest-Instanz im Element authoredOn festgelegt wurde. Hier muss genau derselbe Wert wie in der Verschreibung angegeben werden."
}
]
},
{
"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"
}
]
}