Package | poc.bonsai.current |
Resource Type | OperationDefinition |
Id | NLLPrintPrescriptions.OperationDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptions |
URL | http://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptions |
Version | 1.0.0 |
Status | active |
Date | 2022-03-21 |
Name | NLLPrintPrescriptions |
Title | print-prescriptions |
Description | This operation is invoked on a Patient resource to initiate the creation of a pdf report which the patients prescriptions with status 'active' and format electronic. |
Purpose | Create a pdf report with the patient's active 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/NLLPrintPrescriptions", "version": "1.0.0", "name": "NLLPrintPrescriptions", "title": "print-prescriptions", "status": "active", "kind": "operation", "date": "2022-03-21", "publisher": "Swedish eHealth Agency", "description": "This operation is invoked on a Patient resource to initiate the creation of a pdf report which the patients prescriptions with status 'active' and format electronic.", "purpose": "Create a pdf report with the patient's active prescriptions.", "affectsState": false, "code": "print-prescriptions", "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 which the patients prescriptions with status 'active' and format electronic.\r\nNB! The response containes a Binary resource without the parameter format.", "resource": [ "Patient" ], "system": false, "type": false, "instance": true, "parameter": [ { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "A Base64 encoded PDF file with a patient's active prescriptions (status 'active').", "type": "Binary" }, { "name": "sortOrder", "use": "in", "min": 0, "max": "1", "documentation": "The prescriptions are sorted on AuthoredOn (sv. utfardandedatum) by default.\r\nAn alternate option is to sort the prescriptions by product name.", "type": "code", "binding": { "strength": "required", "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/prescription-sort-orders" } } ] }