{ "description": "This operation is invoked on a Patient resource to initiate the creation of a PDF report including the patient's dispensed medications. Dispenses of other types of products are not included.", "_filename": "NLLPrintDispenses.OperationDefinition.json", "package_name": "poc.bonsai.current", "date": "2023-11-23", "system": false, "publisher": "Swedish eHealth Agency", "instance": true, "purpose": "Enable printing a pdf-report which contains dispensed (sv: uthämtade) medications. This is usually done at a pharmacy in order to hand out a printed copy which gives an overview of all medications used by the patient, to be used by the patient self or a e.g. guardian.", "name": "NLLPrintDispenses", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": "print-dispenses", "package_version": "1.1.0", "status": "active", "id": "986b8d2f-8735-456b-bb4d-61d3b71c2e9d", "resource": [ "Patient" ], "affectsState": false, "kind": "operation", "comment": "Can be invoked with a HTTP POST or GET.\r\nThis operation is invoked on a Patient resource to initiate the creation of a PDF report including the patient's dispensed medications. Dispenses of other types of products are not included.\r\nNB! The response containes a Binary resource without the parameter format.", "url": "http://electronichealth.se/fhir/OperationDefinition/NLLPrintDispenses", "code": "print-dispenses", "version": "1.1.0", "parameter": [ { "max": "1", "min": 0, "use": "in", "name": "whenhandedover", "type": "Period", "documentation": "The period for when the dispense was handed over. It is possible to enter either period.start, period.end or both." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Binary", "documentation": "The Binary resource containes a Base64 encoded PDF file which includes a patient's dispensed medications." } ] }