FHIR IG analytics| Package | se.electronichealth.fhir.ppdr.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-UpdateConsentEffectivePeriod.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/UpdateConsentEffectivePeriod |
| URL | http://electronichealth.se/fhir/NDI/OperationDefinition/UpdateConsentEffectivePeriod |
| Version | 0.1.0 |
| Status | draft |
| Name | UpdateConsentEffectivePeriod |
| Realm | se |
| Description | Updates effective period of a Consent resource. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "UpdateConsentEffectivePeriod",
"url": "http://electronichealth.se/fhir/NDI/OperationDefinition/UpdateConsentEffectivePeriod",
"description": "Updates effective period of a Consent resource.",
"resource": [
"Consent"
],
"parameter": [
{
"name": "updatedBy",
"documentation": "Identifier of person who is updating the Consent, with system and value.",
"use": "in",
"min": 1,
"max": "1",
"type": "Identifier"
},
{
"name": "period",
"documentation": "New effective period of Consent, with at least start time supplied.",
"use": "in",
"min": 1,
"max": "1",
"type": "Period"
},
{
"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": "update-period",
"name": "UpdateConsentEffectivePeriod"
}