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

FHIR IG Statistics: OperationDefinition/NLLPrintDispenses.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLPrintDispenses.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintDispenses
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLPrintDispenses
Version1.1.0
Statusactive
Date2023-11-23
NameNLLPrintDispenses
Titleprint-dispenses
DescriptionThis 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.
PurposeEnable 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.
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/NLLPrintDispenses",
  "version": "1.1.0",
  "name": "NLLPrintDispenses",
  "title": "print-dispenses",
  "status": "active",
  "kind": "operation",
  "date": "2023-11-23",
  "publisher": "Swedish eHealth Agency",
  "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.",
  "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.",
  "affectsState": false,
  "code": "print-dispenses",
  "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.",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "whenhandedover",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The period for when the dispense was handed over. It is possible to enter either period.start, period.end or both.",
      "type": "Period"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The Binary resource containes a Base64 encoded PDF file which includes a patient's dispensed medications.",
      "type": "Binary"
    }
  ]
}