{
  "resourceType": "OperationDefinition",
  "url": "http://electronichealth.se/fhir/OperationDefinition/NLLPrescriptionHistory",
  "name": "NLLPrescriptionHistory",
  "status": "draft",
  "kind": "operation",
  "publisher": "E-hälsomyndigheten",
  "description": "This operation is invoked on a Patient resource to initiate the creation of a pdf report which includes dispensed medications.\\n<base>/Patient/[id]/MedicationRequest/[id]/$print-prescription-history",
  "code": "print-prescription-history",
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "pdf",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "This operation is invoked on a MedicationRequest resource to initiate the creation of a pdf report which includes the prescriptions history and dispenses.\\n<base>/Patient/[id]/MedicationRequest/[id]/$print-prescription-history",
      "type": "Binary"
    }
  ]
}