| Package | poc.bonsai.current |
| Resource Type | OperationDefinition |
| Id | NLLPrintDispenses.OperationDefinition |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintDispenses |
| URL | http://electronichealth.se/fhir/OperationDefinition/NLLPrintDispenses |
| Version | 1.1.0 |
| Status | active |
| Date | 2023-11-23 |
| Name | NLLPrintDispenses |
| Title | print-dispenses |
| 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. |
| 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. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "http://electronichealth.se/fhir/OperationDefinition/NLLPrintDispenses",
"version": "1.1.0",
"name": "NLLPrintDispenses",
"title": "print-dispenses",
"status": "active",
"kind": "operation",
"date": "2023-11-23",
"publisher": "Swedish eHealth Agency",
"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.",
"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.",
"affectsState": false,
"code": "print-dispenses",
"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.",
"resource": [
"Patient"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "whenhandedover",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The period for when the dispense was handed over. It is possible to enter either period.start, period.end or both.",
"type": "Period"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The Binary resource containes a Base64 encoded PDF file which includes a patient's dispensed medications.",
"type": "Binary"
}
]
}