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 DELETE: "delete";
readonly HISTORY: "history";
readonly CREATE: "create";
readonly SEARCH: "search";
}