Skip to main content

core.accesspolicyinteraction

Home > @medplum/core > AccessPolicyInteraction

AccessPolicyInteraction enum

Interactions with a resource that can be controlled via an access policy.

Codes taken from http://hl7.org/fhir/codesystem-restful-interaction.html

Signature:

export declare enum AccessPolicyInteraction 

Enumeration Members

MemberValueDescription
BATCH"batch"
CAPABILITIES"capabilities"
CREATE"create"
DELETE"delete"
HISTORY"history"
HISTORY_INSTANCE"history-instance"
HISTORY_SYSTEM"history-system"
HISTORY_TYPE"history-type"
OPERATION"operation"
PATCH"patch"
READ"read"
SEARCH"search"
SEARCH_COMPARTMENT"search-compartment"
SEARCH_SYSTEM"search-system"
SEARCH_TYPE"search-type"
TRANSACTION"transaction"
UPDATE"update"
VREAD"vread"