{
"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.",
"_filename": "NLLPrintDosePrescriptions.OperationDefinition.json",
"package_name": "bonsai.demo.a",
"date": "2022-03-21",
"system": false,
"publisher": "Swedish eHealth Agency",
"instance": true,
"name": "NLLPrintDosePrescriptions",
"type": "false",
"experimental": null,
"resourceType": "OperationDefinition",
"title": "print-dose-prescriptions",
"package_version": "2.2.2",
"status": "active",
"id": "d3a1d429-5cf9-40ff-ba79-c83eb79683c3",
"resource": [ "Patient" ],
"affectsState": false,
"kind": "operation",
"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",
"url": "http://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions",
"code": "print-dose-prescriptions",
"version": "1.0.0",
"parameter": [ {
"max": "1",
"min": 0,
"use": "in",
"name": "pharmacyGLN",
"type": "string",
"documentation": "If this operation is invoced by a pharmacy, the pharmacy GLN must be provided. Otherwise no GLN should be provided."
}, {
"max": "1",
"min": 1,
"use": "out",
"name": "return",
"type": "Binary",
"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."
} ]
}