FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/NLLPrintPrescriptionHistory.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLPrintPrescriptionHistory.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptionHistory
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptionHistory
Version1.0.1
Statusactive
Date2022-11-03
NameNLLPrintPrescriptionHistory
Titleprint-prescription-history
DescriptionThis 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.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}