| Package | poc.bonsai.current |
| Resource Type | OperationDefinition |
| Id | NLLPrintDosePrescriptions.OperationDefinition |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions |
| URL | http://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions |
| Version | 1.0.0 |
| Status | active |
| Date | 2022-03-21 |
| Name | NLLPrintDosePrescriptions |
| Title | print-dose-prescriptions |
| Description | This operation can only be invoked on a patient with a dose dispensing consent. The operation is invoked on a Patient resource and initiates the creation of a pdf report which includes the selected patient's all prescriptions, both dose dispensed and ordinary packaged prescriptions. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "http://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions",
"version": "1.0.0",
"name": "NLLPrintDosePrescriptions",
"title": "print-dose-prescriptions",
"status": "active",
"kind": "operation",
"date": "2022-03-21",
"publisher": "Swedish eHealth Agency",
"description": "This operation can only be invoked on a patient with a dose dispensing consent. The operation is invoked on a Patient resource and initiates the creation of a pdf report which includes the selected patient's all prescriptions, both dose dispensed and ordinary packaged prescriptions.",
"affectsState": false,
"code": "print-dose-prescriptions",
"comment": "Can be invoked with an HTTP POST or GET.\r\nThis operation can only be invoked on a patient with a dose dispensing consent. The operation is invoked on a Patient resource and initiates the creation of a pdf report which includes the selected patient's all prescriptions, both dose dispensed and ordinary packaged prescriptions.\r\nNB! The response containes a Binary resource without the parameter format",
"resource": [
"Patient"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "pharmacyGLN",
"use": "in",
"min": 0,
"max": "1",
"documentation": "If this operation is invoced by a pharmacy, the pharmacy GLN must be provided. Otherwise no GLN should be provided.",
"type": "string"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The Binary resource containes a Base64 encoded PDF file which includes a list of all prescriptions with status \"active\" if the patient has a dose dispesing consent.",
"type": "Binary"
}
]
}