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

FHIR IG Statistics: OperationDefinition/NLLPrintPrescriptions.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLPrintPrescriptions.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptions
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLPrintPrescriptions
Version1.0.0
Statusactive
Date2022-03-21
NameNLLPrintPrescriptions
Titleprint-prescriptions
DescriptionThis operation is invoked on a Patient resource to initiate the creation of a pdf report which the patients prescriptions with status 'active' and format electronic.
PurposeCreate a pdf report with the patient's active 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/NLLPrintPrescriptions",
  "version": "1.0.0",
  "name": "NLLPrintPrescriptions",
  "title": "print-prescriptions",
  "status": "active",
  "kind": "operation",
  "date": "2022-03-21",
  "publisher": "Swedish eHealth Agency",
  "description": "This operation is invoked on a Patient resource to initiate the creation of a pdf report which the patients prescriptions with status 'active' and format electronic.",
  "purpose": "Create a pdf report with the patient's active prescriptions.",
  "affectsState": false,
  "code": "print-prescriptions",
  "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 which the patients prescriptions with status 'active' and format electronic.\r\nNB! The response containes a Binary resource without the parameter format.",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "A Base64 encoded PDF file with a patient's active prescriptions (status 'active').",
      "type": "Binary"
    },
    {
      "name": "sortOrder",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The prescriptions are sorted on AuthoredOn (sv. utfardandedatum) by default.\r\nAn alternate option is to sort the prescriptions by product name.",
      "type": "code",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/prescription-sort-orders"
      }
    }
  ]
}