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

FHIR IG Statistics: OperationDefinition/NLLRestore.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLRestore.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLRestore
URLhttp://electronichealth.se/fhir/OperationDefinition/NLLRestore
Version1.0.0
Statusactive
Date2024-03-22
NameNLLRestore
DescriptionRestores one or two (if parallell) prescriptions to their previous versions.
Typetrue
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/NLLRestore",
  "version": "1.0.0",
  "name": "NLLRestore",
  "status": "active",
  "kind": "operation",
  "date": "2024-03-22",
  "publisher": "The Swedish eHealth Agency",
  "description": "Restores one or two (if parallell) prescriptions to their previous versions.",
  "affectsState": true,
  "code": "restore",
  "comment": "Can be invoked with a HTTP POST.\r\nThis operation is used for restoring one or two (if parallell) MedicationRequests to their previous versions.",
  "resource": [
    "MedicationRequest"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "resource",
      "use": "in",
      "min": 1,
      "max": "2",
      "documentation": "Reference to the MedicationRequest(s) that should be restored to previous versions. Shall contain version specific reference to the resource version that will be restored on the following format: MedicationRequest/[id]/_history/[vid].",
      "type": "Reference",
      "targetProfile": [
        "http://electronichealth.se/fhir/StructureDefinition/NLLReference"
      ]
    },
    {
      "name": "result",
      "use": "out",
      "min": 1,
      "max": "2",
      "documentation": "The restored MedicationRequests.",
      "type": "MedicationRequest"
    }
  ]
}