core.accesspolicyinteraction
Home > @medplum/core > AccessPolicyInteraction
AccessPolicyInteraction variable
Interactions with a resource that can be controlled via an access policy.
Codes taken from http://hl7.org/fhir/codesystem-restful-interaction.html
Signature:
AccessPolicyInteraction: {
readonly READ: "read";
readonly VREAD: "vread";
readonly UPDATE: "update";
readonly PATCH: "patch";
readonly DELETE: "delete";
readonly HISTORY: "history";
readonly HISTORY_INSTANCE: "history-instance";
readonly HISTORY_TYPE: "history-type";
readonly HISTORY_SYSTEM: "history-system";
readonly CREATE: "create";
readonly SEARCH: "search";
readonly SEARCH_TYPE: "search-type";
readonly SEARCH_SYSTEM: "search-system";
readonly SEARCH_COMPARTMENT: "search-compartment";
readonly CAPABILITIES: "capabilities";
readonly TRANSACTION: "transaction";
readonly BATCH: "batch";
readonly OPERATION: "operation";
}