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

FHIR IG Statistics: OperationDefinition/NLLPrintOriginal.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLPrintOriginal.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPrintOriginal
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLPrintOriginal
Version1.1.0
Statusactive
Date2023-04-20
NameNLLPrintOriginal
DescriptionThis operation is invoked on a MedicationRequest resource to initiate changing the original format from digital to paper and return the new paper based original as an PDF.
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/NLLPrintOriginal",
  "version": "1.1.0",
  "name": "NLLPrintOriginal",
  "status": "active",
  "kind": "operation",
  "date": "2023-04-20",
  "publisher": "Swedish eHealth Agency",
  "description": "This operation is invoked on a MedicationRequest resource to initiate changing the original format from digital to paper and return the new paper based original as an PDF.",
  "affectsState": true,
  "code": "print",
  "comment": "Can be invoked with a HTTP POST.\r\n\r\nThis operation changes the format of the prescription (MedicationRequest) from digital to paper based. After a successful call, the returned PDF is printed out and serves as the prescription. Further dispenses will have to be made based on the information included on the printed prescription. \r\nApart from the PDF, this operation will also return information about any dispenses that are not included on the printed prescription as a list of MedicationDispenses (the PDF only includes the 2 latest dispenses). In addition one of \"treatment end date\" or \"treatment review date\" may occur in the response.\r\n\r\nUnder certain circumstances, it is possible to generate a new PDF print-out from a paper based prescription that has already been printed. The new generated PDF will then contain the information \"Receptkopia\" (prescription copy) visible on the print-out.\r\n\r\nA Provenance object must be included in the HTTP header X-Provenance.",
  "resource": [
    "MedicationRequest"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "nllDispenseList",
      "use": "out",
      "min": 0,
      "max": "*",
      "documentation": "Prints additional dispenses made for this prescription that are not included on the pdf.",
      "type": "MedicationDispense"
    },
    {
      "name": "nllTreatmentEndDate",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Last date for ending this treatment (sv: senaste datum för avslut)",
      "type": "date"
    },
    {
      "name": "nllTreatmentReviewDate",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Last date for review (sv: senaste datum för uppföljning)",
      "type": "date"
    },
    {
      "name": "nllUsageEndDate",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "End date for dosage usage (sv: sista doseringsdag)",
      "type": "date"
    },
    {
      "name": "nllUsageStartDate",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Start date for dosage usage (sv: första doseringsdag)",
      "type": "date"
    },
    {
      "name": "pdf",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "A Base64 encoded PDF file of the prescription original",
      "type": "Binary"
    }
  ]
}