FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.ppdr.r5
Resource TypeOperationDefinition
IdOperationDefinition-ProcessRestriction.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/NDI/OperationDefinition/ProcessRestriction
URLhttp://electronichealth.se/fhir/NDI/OperationDefinition/ProcessRestriction
Version0.1.0
Statusdraft
NameProcessRestriction
Realmse
DescriptionProcesses a restriction Bundle containing one ore more Consents and their related resources.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
se.electronichealth.fhir.ppdr.r5#0.1.3-alpharestriction-resource-client-capabilities-re

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationDefinition",
  "id": "ProcessRestriction",
  "url": "http://electronichealth.se/fhir/NDI/OperationDefinition/ProcessRestriction",
  "description": "Processes a restriction Bundle containing one ore more Consents and their related resources.",
  "parameter": [
    {
      "name": "restrictionBundle",
      "documentation": "Bundle with one or more Consents and related resources",
      "use": "in",
      "min": 1,
      "max": "1",
      "type": "Bundle"
    },
    {
      "name": "outcome",
      "documentation": "OperationOutcome with result of operation",
      "use": "out",
      "min": 1,
      "max": "1",
      "type": "OperationOutcome"
    },
    {
      "name": "restriction",
      "documentation": "References to logical IDs of created NDIRestrictions.",
      "use": "out",
      "min": 0,
      "max": "*",
      "type": "Reference"
    }
  ],
  "status": "draft",
  "version": "0.1.0",
  "kind": "operation",
  "affectsState": true,
  "system": true,
  "type": false,
  "instance": false,
  "code": "process-restriction",
  "name": "ProcessRestriction"
}