FHIR IG analytics| Package | se.electronichealth.fhir.ppdr.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-RevokeConsent.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/RevokeConsent |
| URL | http://electronichealth.se/fhir/NDI/OperationDefinition/RevokeConsent |
| Version | 0.1.0 |
| Status | draft |
| Name | RevokeConsent |
| Realm | se |
| Description | Revokes a Consent resource. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "RevokeConsent",
"url": "http://electronichealth.se/fhir/NDI/OperationDefinition/RevokeConsent",
"description": "Revokes a Consent resource.",
"resource": [
"Consent"
],
"parameter": [
{
"name": "revokedBy",
"documentation": "Identifier of person who is revoking the Consent, with system and value.",
"use": "in",
"min": 1,
"max": "1",
"type": "Identifier"
},
{
"name": "return",
"documentation": "Outcome of operation",
"use": "out",
"min": 1,
"max": "1",
"type": "OperationOutcome"
}
],
"status": "draft",
"version": "0.1.0",
"kind": "operation",
"affectsState": true,
"system": false,
"type": false,
"instance": true,
"code": "revoke",
"name": "RevokeConsent"
}