PackagesCanonicalsLogsProblems
    Packages
    poc.bonsai.current.rc@1.2.0-rc1
    http://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions
{
  "description": "This operation can only be invoked on a patient with a dose dispensing consent. The operation is invoked on a Patient resource and initiates the creation of a pdf report which includes the selected patient's all prescriptions, both dose dispensed and ordinary packaged prescriptions.",
  "_filename": "NLLPrintDosePrescriptions.OperationDefinition.json",
  "package_name": "poc.bonsai.current.rc",
  "date": "2022-03-21",
  "system": false,
  "publisher": "Swedish eHealth Agency",
  "instance": true,
  "name": "NLLPrintDosePrescriptions",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "print-dose-prescriptions",
  "package_version": "1.2.0-rc1",
  "status": "active",
  "id": "a8eced3f-4606-47ea-b909-438c50765d0d",
  "resource": [ "Patient" ],
  "affectsState": false,
  "kind": "operation",
  "comment": "Can be invoked with an HTTP POST or GET.\r\nThis operation can only be invoked on a patient with a dose dispensing consent. The operation is invoked on a Patient resource and initiates the creation of a pdf report which includes the selected patient's all prescriptions, both dose dispensed and ordinary packaged prescriptions.\r\nNB! The response containes a Binary resource without the parameter format",
  "url": "http://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions",
  "code": "print-dose-prescriptions",
  "version": "1.0.0",
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "pharmacyGLN",
    "type": "string",
    "documentation": "If this operation is invoced by a pharmacy, the pharmacy GLN must be provided. Otherwise no GLN should be provided."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Binary",
    "documentation": "The Binary resource containes a Base64 encoded PDF file which includes a list of all prescriptions with status \"active\" if the patient has a dose dispesing consent."
  } ]
}