FHIR IG analytics| Package | se.electronichealth.fhir.ppdr.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-ProcessRestriction.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/OperationDefinition/ProcessRestriction |
| URL | http://electronichealth.se/fhir/NDI/OperationDefinition/ProcessRestriction |
| Version | 0.1.0 |
| Status | draft |
| Name | ProcessRestriction |
| Realm | se |
| Description | Processes a restriction Bundle containing one ore more Consents and their related resources. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"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"
}