PackagesCanonicalsLogsProblems
    Packages
    bonsai.first.test.r4@0.1.5
    http://electronichealth.se/fhir/OperationDefinition/NLLPrintDispenses
{
  "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": "bonsai.first.test.r4",
  "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": "0.1.5",
  "status": "active",
  "id": "6a3a8055-149c-477c-a927-6be34bfff281",
  "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."
  } ]
}