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

FHIR IG Statistics: OperationDefinition/NLLPrintDosePrescriptions.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLPrintDosePrescriptions.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLPrintDosePrescriptions
Version1.0.0
Statusactive
Date2022-03-21
NameNLLPrintDosePrescriptions
Titleprint-dose-prescriptions
DescriptionThis 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.
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/NLLPrintDosePrescriptions",
  "version": "1.0.0",
  "name": "NLLPrintDosePrescriptions",
  "title": "print-dose-prescriptions",
  "status": "active",
  "kind": "operation",
  "date": "2022-03-21",
  "publisher": "Swedish eHealth Agency",
  "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.",
  "affectsState": false,
  "code": "print-dose-prescriptions",
  "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",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "pharmacyGLN",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "If this operation is invoced by a pharmacy, the pharmacy GLN must be provided. Otherwise no GLN should be provided.",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "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.",
      "type": "Binary"
    }
  ]
}