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

FHIR IG analytics

Packagese.electronichealth.fhir.ppdr.r5
Resource TypeOperationDefinition
IdOperationDefinition-UpdateConsentEffectivePeriod.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/OperationDefinition/UpdateConsentEffectivePeriod
URLhttp://electronichealth.se/fhir/NDI/OperationDefinition/UpdateConsentEffectivePeriod
Version0.1.0
Statusdraft
NameUpdateConsentEffectivePeriod
Realmse
DescriptionUpdates effective period of a Consent resource.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}