| Package | poc.bonsai.current |
| Resource Type | OperationDefinition |
| Id | NLLPrintPrescriptionHistory.OperationDefinition |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptionHistory |
| URL | http://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptionHistory |
| Version | 1.0.1 |
| Status | active |
| Date | 2022-11-03 |
| Name | NLLPrintPrescriptionHistory |
| Title | print-prescription-history |
| Description | This operation is invoked on a MedicationRequest resource to initiate the creation of a pdf report which inludes the selected prescription's history and dispensed medications. This report is intended for pharmacists, not patients. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "http://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptionHistory",
"version": "1.0.1",
"name": "NLLPrintPrescriptionHistory",
"title": "print-prescription-history",
"status": "active",
"kind": "operation",
"date": "2022-11-03",
"publisher": "Swedish eHealth Agency",
"description": "This operation is invoked on a MedicationRequest resource to initiate the creation of a pdf report which inludes the selected prescription's history and dispensed medications.\r\nThis report is intended for pharmacists, not patients.",
"affectsState": false,
"code": "print-prescription-history",
"comment": "Can be invoked with a HTTP POST or GET.\r\nThis operation is invoked on a MedicationRequest resource to initiate the creation of a pdf report which inludes the selected prescription's history and dispensed medications. This report is intended for pharmacists, not patients.\r\nNB! The response containes a Binary resource without the parameter format.",
"resource": [
"MedicationRequest"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "A Base64 encoded PDF file which includes a prescription's history and dispenses.",
"type": "Binary"
}
]
}