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

FHIR IG Statistics: OperationDefinition/NLLCancelPrescription.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLCancelPrescription.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLCancelPrescription
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLCancelPrescription
Version1.0.2
Statusactive
Date2024-06-12
NameNLLCancelPrescription
DescriptionCancels the prescription the operation is invoked on. $cancel-prescription is now obsolete and is planned to be removed in a future major release. The operation $end is the recommended operation for cancelling 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/NLLCancelPrescription",
  "version": "1.0.2",
  "name": "NLLCancelPrescription",
  "status": "active",
  "kind": "operation",
  "date": "2024-06-12",
  "publisher": "The Swedish eHealth Agency",
  "description": "Cancels the prescription the operation is invoked on.\r\n$cancel-prescription is now obsolete and is planned to be removed in a future major release. The operation $end is the recommended operation for cancelling prescriptions.",
  "affectsState": true,
  "code": "cancel-prescription",
  "comment": "$cancel-prescription is now obsolete and is planned to be removed in a future major release. The operation $end is the recommended operation for cancelling prescriptions. \r\n\r\nCan be invoked with a HTTP POST.\r\n\r\nThis operation is used when it is not possible to fetch a patient's medication list, which is the case when the patient does not have a Swedish national identification number (sv personnummer), i.e. the prescription was created using birthdate instead of identity number. N.B. In order to do so the ID of the prescription must be stored by the requestor when creating the prescription.",
  "resource": [
    "MedicationRequest"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "result",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "In the case of a successfull call, the result is set to \"true\"",
      "type": "boolean"
    },
    {
      "name": "message",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "A message is returned in the case of a successfull call.",
      "type": "string"
    }
  ]
}