gdc-common-utils-ts 2.5.3 → 2.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/constants/data-capabilities.d.ts +7 -7
  2. package/dist/constants/device.d.ts +6 -0
  3. package/dist/constants/device.js +5 -0
  4. package/dist/constants/employee-lifecycle.d.ts +52 -0
  5. package/dist/constants/employee-lifecycle.js +48 -0
  6. package/dist/constants/healthcare.d.ts +2 -0
  7. package/dist/constants/healthcare.js +2 -0
  8. package/dist/constants/http.d.ts +28 -0
  9. package/dist/constants/http.js +28 -0
  10. package/dist/constants/identity-auth.d.ts +57 -0
  11. package/dist/constants/identity-auth.js +57 -0
  12. package/dist/constants/index.d.ts +4 -0
  13. package/dist/constants/index.js +4 -0
  14. package/dist/constants/organization-application.d.ts +27 -0
  15. package/dist/constants/organization-application.js +29 -0
  16. package/dist/constants/verifiable-credentials.d.ts +6 -2
  17. package/dist/constants/verifiable-credentials.js +6 -2
  18. package/dist/examples/inter-tenant-access-contract.d.ts +7 -7
  19. package/dist/examples/inter-tenant-access-contract.js +3 -2
  20. package/dist/examples/license.d.ts +111 -0
  21. package/dist/examples/license.js +85 -2
  22. package/dist/examples/shared.d.ts +33 -0
  23. package/dist/examples/shared.js +32 -0
  24. package/dist/models/device-license.d.ts +2 -2
  25. package/dist/models/index.d.ts +2 -0
  26. package/dist/models/index.js +2 -0
  27. package/dist/models/inter-tenant-access-contract.d.ts +1 -1
  28. package/dist/models/inter-tenant-access-contract.js +1 -1
  29. package/dist/models/organization-employee-lifecycle.d.ts +45 -0
  30. package/dist/models/organization-employee-lifecycle.js +1 -0
  31. package/dist/models/test-network-organization-registration-form.d.ts +71 -0
  32. package/dist/models/test-network-organization-registration-form.js +43 -0
  33. package/dist/utils/index.d.ts +3 -1
  34. package/dist/utils/index.js +3 -1
  35. package/dist/utils/jwk-thumbprint.d.ts +2 -0
  36. package/dist/utils/jwk-thumbprint.js +8 -0
  37. package/dist/utils/legal-organization-verification-transaction.d.ts +5 -0
  38. package/dist/utils/legal-organization-verification-transaction.js +3 -0
  39. package/dist/utils/license.js +3 -3
  40. package/dist/utils/organization-employee-lifecycle.d.ts +12 -0
  41. package/dist/utils/organization-employee-lifecycle.js +125 -0
  42. package/dist/utils/{organization-registration-authorization.d.ts → organization-test-network-credential.d.ts} +4 -4
  43. package/dist/utils/{organization-registration-authorization.js → organization-test-network-credential.js} +6 -6
  44. package/dist/utils/test-network-organization-credentials.d.ts +35 -0
  45. package/dist/utils/test-network-organization-credentials.js +144 -0
  46. package/package.json +1 -1
@@ -92,11 +92,11 @@ export declare function parseDataCapabilityKey(input: string): DataCapability |
92
92
  * in docs or chat history.
93
93
  */
94
94
  export declare const ExampleDataCapabilities: Readonly<{
95
- readonly CreateBundleAppointment: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Research" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Research" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Research" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Research" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Research" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Research" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Research" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Research" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Research" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Research" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Research" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Research" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Research" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Research" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Research" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Research" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Research" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Research" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Research" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Research" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Research" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Research" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Research" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Research" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Research" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Research" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Research" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Research" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Research" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Research" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Research" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Research" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Research" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Research" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Research" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Research" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Research" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Research" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Research" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Research" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Research" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Research" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Research" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Research" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Research" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Research" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Research" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Research" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
96
- readonly SendBundleAppointment: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Research" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Research" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Research" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Research" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Research" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Research" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Research" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Research" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Research" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Research" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Research" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Research" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Research" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Research" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Research" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Research" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Research" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Research" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Research" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Research" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Research" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Research" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Research" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Research" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Research" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Research" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Research" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Research" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Research" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Research" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Research" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Research" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Research" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Research" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Research" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Research" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Research" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Research" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Research" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Research" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Research" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Research" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Research" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Research" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Research" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Research" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Research" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Research" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
97
- readonly ViewResourceHealth: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Research" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Research" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Research" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Research" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Research" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Research" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Research" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Research" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Research" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Research" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Research" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Research" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Research" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Research" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Research" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Research" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Research" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Research" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Research" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Research" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Research" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Research" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Research" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Research" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Research" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Research" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Research" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Research" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Research" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Research" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Research" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Research" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Research" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Research" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Research" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Research" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Research" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Research" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Research" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Research" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Research" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Research" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Research" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Research" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Research" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Research" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Research" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Research" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
98
- readonly ViewBundleHealth: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Research" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Research" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Research" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Research" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Research" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Research" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Research" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Research" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Research" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Research" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Research" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Research" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Research" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Research" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Research" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Research" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Research" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Research" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Research" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Research" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Research" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Research" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Research" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Research" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Research" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Research" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Research" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Research" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Research" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Research" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Research" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Research" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Research" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Research" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Research" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Research" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Research" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Research" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Research" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Research" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Research" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Research" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Research" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Research" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Research" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Research" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Research" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Research" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
99
- readonly SendDocumentReferenceInsurance: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Research" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Research" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Research" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Research" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Research" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Research" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Research" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Research" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Research" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Research" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Research" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Research" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Research" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Research" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Research" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Research" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Research" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Research" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Research" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Research" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Research" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Research" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Research" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Research" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Research" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Research" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Research" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Research" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Research" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Research" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Research" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Research" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Research" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Research" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Research" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Research" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Research" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Research" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Research" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Research" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Research" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Research" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Research" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Research" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Research" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Research" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Research" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Research" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
100
- readonly ViewInvoiceBilling: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Research" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Research" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Research" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Research" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Research" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Research" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Research" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Research" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Research" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Research" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Research" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Research" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Research" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Research" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Research" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Research" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Research" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Research" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Research" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Research" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Research" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Research" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Research" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Research" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Research" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Research" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Research" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Research" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Research" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Research" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Research" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Research" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Research" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Research" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Research" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Research" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Research" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Research" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Research" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Research" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Research" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Research" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Research" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Research" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Research" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Research" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Research" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Research" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
101
- readonly SearchBundleResearch: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Research" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Research" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Research" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Research" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Research" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Research" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Research" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Research" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Research" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Research" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Research" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Research" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Research" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Research" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Research" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Research" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Research" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Research" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Research" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Research" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Research" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Research" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Research" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Research" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Research" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Research" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Research" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Research" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Research" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Research" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Research" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Research" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Research" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Research" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Research" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Research" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Research" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Research" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Research" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Research" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Research" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Research" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Research" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Research" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Research" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Research" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Research" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Research" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
95
+ readonly CreateBundleAppointment: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Research" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Research" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Research" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Research" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Research" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Research" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Research" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Research" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Research" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Research" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Research" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Research" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Research" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Research" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Research" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Research" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Research" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Research" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Research" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Research" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Research" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Research" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Research" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Research" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Research" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Research" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Research" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Research" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Research" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Research" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Research" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Research" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Research" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Research" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Research" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Research" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Research" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Research" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Research" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Research" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Research" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Research" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Research" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Research" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Research" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Research" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Research" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Research" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
96
+ readonly SendBundleAppointment: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Research" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Research" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Research" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Research" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Research" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Research" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Research" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Research" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Research" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Research" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Research" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Research" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Research" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Research" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Research" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Research" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Research" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Research" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Research" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Research" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Research" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Research" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Research" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Research" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Research" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Research" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Research" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Research" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Research" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Research" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Research" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Research" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Research" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Research" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Research" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Research" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Research" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Research" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Research" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Research" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Research" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Research" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Research" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Research" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Research" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Research" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Research" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Research" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
97
+ readonly ViewResourceHealth: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Research" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Research" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Research" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Research" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Research" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Research" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Research" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Research" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Research" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Research" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Research" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Research" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Research" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Research" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Research" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Research" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Research" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Research" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Research" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Research" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Research" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Research" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Research" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Research" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Research" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Research" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Research" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Research" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Research" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Research" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Research" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Research" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Research" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Research" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Research" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Research" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Research" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Research" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Research" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Research" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Research" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Research" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Research" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Research" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Research" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Research" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Research" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Research" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
98
+ readonly ViewBundleHealth: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Research" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Research" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Research" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Research" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Research" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Research" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Research" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Research" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Research" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Research" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Research" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Research" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Research" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Research" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Research" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Research" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Research" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Research" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Research" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Research" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Research" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Research" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Research" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Research" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Research" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Research" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Research" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Research" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Research" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Research" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Research" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Research" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Research" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Research" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Research" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Research" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Research" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Research" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Research" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Research" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Research" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Research" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Research" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Research" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Research" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Research" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Research" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Research" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
99
+ readonly SendDocumentReferenceInsurance: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Research" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Research" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Research" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Research" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Research" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Research" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Research" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Research" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Research" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Research" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Research" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Research" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Research" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Research" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Research" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Research" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Research" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Research" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Research" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Research" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Research" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Research" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Research" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Research" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Research" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Research" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Research" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Research" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Research" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Research" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Research" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Research" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Research" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Research" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Research" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Research" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Research" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Research" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Research" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Research" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Research" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Research" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Research" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Research" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Research" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Research" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Research" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Research" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
100
+ readonly ViewInvoiceBilling: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Research" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Research" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Research" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Research" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Research" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Research" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Research" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Research" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Research" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Research" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Research" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Research" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Research" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Research" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Research" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Research" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Research" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Research" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Research" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Research" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Research" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Research" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Research" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Research" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Research" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Research" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Research" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Research" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Research" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Research" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Research" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Research" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Research" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Research" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Research" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Research" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Research" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Research" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Research" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Research" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Research" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Research" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Research" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Research" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Research" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Research" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Research" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Research" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
101
+ readonly SearchBundleResearch: "View.Bundle.Appointment" | "View.Bundle.Consent" | "View.Bundle.Research" | "View.Bundle.Health" | "View.Bundle.Veterinary" | "View.Bundle.Insurance" | "View.Bundle.Billing" | "View.Bundle.Identity" | "View.Communication.Appointment" | "View.Communication.Consent" | "View.Communication.Research" | "View.Communication.Health" | "View.Communication.Veterinary" | "View.Communication.Insurance" | "View.Communication.Billing" | "View.Communication.Identity" | "View.DocumentReference.Appointment" | "View.DocumentReference.Consent" | "View.DocumentReference.Research" | "View.DocumentReference.Health" | "View.DocumentReference.Veterinary" | "View.DocumentReference.Insurance" | "View.DocumentReference.Billing" | "View.DocumentReference.Identity" | "View.Invoice.Appointment" | "View.Invoice.Consent" | "View.Invoice.Research" | "View.Invoice.Health" | "View.Invoice.Veterinary" | "View.Invoice.Insurance" | "View.Invoice.Billing" | "View.Invoice.Identity" | "View.Resource.Appointment" | "View.Resource.Consent" | "View.Resource.Research" | "View.Resource.Health" | "View.Resource.Veterinary" | "View.Resource.Insurance" | "View.Resource.Billing" | "View.Resource.Identity" | "View.Attachment.Appointment" | "View.Attachment.Consent" | "View.Attachment.Research" | "View.Attachment.Health" | "View.Attachment.Veterinary" | "View.Attachment.Insurance" | "View.Attachment.Billing" | "View.Attachment.Identity" | "View.Claims.Appointment" | "View.Claims.Consent" | "View.Claims.Research" | "View.Claims.Health" | "View.Claims.Veterinary" | "View.Claims.Insurance" | "View.Claims.Billing" | "View.Claims.Identity" | "Create.Bundle.Appointment" | "Create.Bundle.Consent" | "Create.Bundle.Research" | "Create.Bundle.Health" | "Create.Bundle.Veterinary" | "Create.Bundle.Insurance" | "Create.Bundle.Billing" | "Create.Bundle.Identity" | "Create.Communication.Appointment" | "Create.Communication.Consent" | "Create.Communication.Research" | "Create.Communication.Health" | "Create.Communication.Veterinary" | "Create.Communication.Insurance" | "Create.Communication.Billing" | "Create.Communication.Identity" | "Create.DocumentReference.Appointment" | "Create.DocumentReference.Consent" | "Create.DocumentReference.Research" | "Create.DocumentReference.Health" | "Create.DocumentReference.Veterinary" | "Create.DocumentReference.Insurance" | "Create.DocumentReference.Billing" | "Create.DocumentReference.Identity" | "Create.Invoice.Appointment" | "Create.Invoice.Consent" | "Create.Invoice.Research" | "Create.Invoice.Health" | "Create.Invoice.Veterinary" | "Create.Invoice.Insurance" | "Create.Invoice.Billing" | "Create.Invoice.Identity" | "Create.Resource.Appointment" | "Create.Resource.Consent" | "Create.Resource.Research" | "Create.Resource.Health" | "Create.Resource.Veterinary" | "Create.Resource.Insurance" | "Create.Resource.Billing" | "Create.Resource.Identity" | "Create.Attachment.Appointment" | "Create.Attachment.Consent" | "Create.Attachment.Research" | "Create.Attachment.Health" | "Create.Attachment.Veterinary" | "Create.Attachment.Insurance" | "Create.Attachment.Billing" | "Create.Attachment.Identity" | "Create.Claims.Appointment" | "Create.Claims.Consent" | "Create.Claims.Research" | "Create.Claims.Health" | "Create.Claims.Veterinary" | "Create.Claims.Insurance" | "Create.Claims.Billing" | "Create.Claims.Identity" | "Update.Bundle.Appointment" | "Update.Bundle.Consent" | "Update.Bundle.Research" | "Update.Bundle.Health" | "Update.Bundle.Veterinary" | "Update.Bundle.Insurance" | "Update.Bundle.Billing" | "Update.Bundle.Identity" | "Update.Communication.Appointment" | "Update.Communication.Consent" | "Update.Communication.Research" | "Update.Communication.Health" | "Update.Communication.Veterinary" | "Update.Communication.Insurance" | "Update.Communication.Billing" | "Update.Communication.Identity" | "Update.DocumentReference.Appointment" | "Update.DocumentReference.Consent" | "Update.DocumentReference.Research" | "Update.DocumentReference.Health" | "Update.DocumentReference.Veterinary" | "Update.DocumentReference.Insurance" | "Update.DocumentReference.Billing" | "Update.DocumentReference.Identity" | "Update.Invoice.Appointment" | "Update.Invoice.Consent" | "Update.Invoice.Research" | "Update.Invoice.Health" | "Update.Invoice.Veterinary" | "Update.Invoice.Insurance" | "Update.Invoice.Billing" | "Update.Invoice.Identity" | "Update.Resource.Appointment" | "Update.Resource.Consent" | "Update.Resource.Research" | "Update.Resource.Health" | "Update.Resource.Veterinary" | "Update.Resource.Insurance" | "Update.Resource.Billing" | "Update.Resource.Identity" | "Update.Attachment.Appointment" | "Update.Attachment.Consent" | "Update.Attachment.Research" | "Update.Attachment.Health" | "Update.Attachment.Veterinary" | "Update.Attachment.Insurance" | "Update.Attachment.Billing" | "Update.Attachment.Identity" | "Update.Claims.Appointment" | "Update.Claims.Consent" | "Update.Claims.Research" | "Update.Claims.Health" | "Update.Claims.Veterinary" | "Update.Claims.Insurance" | "Update.Claims.Billing" | "Update.Claims.Identity" | "Send.Bundle.Appointment" | "Send.Bundle.Consent" | "Send.Bundle.Research" | "Send.Bundle.Health" | "Send.Bundle.Veterinary" | "Send.Bundle.Insurance" | "Send.Bundle.Billing" | "Send.Bundle.Identity" | "Send.Communication.Appointment" | "Send.Communication.Consent" | "Send.Communication.Research" | "Send.Communication.Health" | "Send.Communication.Veterinary" | "Send.Communication.Insurance" | "Send.Communication.Billing" | "Send.Communication.Identity" | "Send.DocumentReference.Appointment" | "Send.DocumentReference.Consent" | "Send.DocumentReference.Research" | "Send.DocumentReference.Health" | "Send.DocumentReference.Veterinary" | "Send.DocumentReference.Insurance" | "Send.DocumentReference.Billing" | "Send.DocumentReference.Identity" | "Send.Invoice.Appointment" | "Send.Invoice.Consent" | "Send.Invoice.Research" | "Send.Invoice.Health" | "Send.Invoice.Veterinary" | "Send.Invoice.Insurance" | "Send.Invoice.Billing" | "Send.Invoice.Identity" | "Send.Resource.Appointment" | "Send.Resource.Consent" | "Send.Resource.Research" | "Send.Resource.Health" | "Send.Resource.Veterinary" | "Send.Resource.Insurance" | "Send.Resource.Billing" | "Send.Resource.Identity" | "Send.Attachment.Appointment" | "Send.Attachment.Consent" | "Send.Attachment.Research" | "Send.Attachment.Health" | "Send.Attachment.Veterinary" | "Send.Attachment.Insurance" | "Send.Attachment.Billing" | "Send.Attachment.Identity" | "Send.Claims.Appointment" | "Send.Claims.Consent" | "Send.Claims.Research" | "Send.Claims.Health" | "Send.Claims.Veterinary" | "Send.Claims.Insurance" | "Send.Claims.Billing" | "Send.Claims.Identity" | "Search.Bundle.Appointment" | "Search.Bundle.Consent" | "Search.Bundle.Research" | "Search.Bundle.Health" | "Search.Bundle.Veterinary" | "Search.Bundle.Insurance" | "Search.Bundle.Billing" | "Search.Bundle.Identity" | "Search.Communication.Appointment" | "Search.Communication.Consent" | "Search.Communication.Research" | "Search.Communication.Health" | "Search.Communication.Veterinary" | "Search.Communication.Insurance" | "Search.Communication.Billing" | "Search.Communication.Identity" | "Search.DocumentReference.Appointment" | "Search.DocumentReference.Consent" | "Search.DocumentReference.Research" | "Search.DocumentReference.Health" | "Search.DocumentReference.Veterinary" | "Search.DocumentReference.Insurance" | "Search.DocumentReference.Billing" | "Search.DocumentReference.Identity" | "Search.Invoice.Appointment" | "Search.Invoice.Consent" | "Search.Invoice.Research" | "Search.Invoice.Health" | "Search.Invoice.Veterinary" | "Search.Invoice.Insurance" | "Search.Invoice.Billing" | "Search.Invoice.Identity" | "Search.Resource.Appointment" | "Search.Resource.Consent" | "Search.Resource.Research" | "Search.Resource.Health" | "Search.Resource.Veterinary" | "Search.Resource.Insurance" | "Search.Resource.Billing" | "Search.Resource.Identity" | "Search.Attachment.Appointment" | "Search.Attachment.Consent" | "Search.Attachment.Research" | "Search.Attachment.Health" | "Search.Attachment.Veterinary" | "Search.Attachment.Insurance" | "Search.Attachment.Billing" | "Search.Attachment.Identity" | "Search.Claims.Appointment" | "Search.Claims.Consent" | "Search.Claims.Research" | "Search.Claims.Health" | "Search.Claims.Veterinary" | "Search.Claims.Insurance" | "Search.Claims.Billing" | "Search.Claims.Identity" | "Index.Bundle.Appointment" | "Index.Bundle.Consent" | "Index.Bundle.Research" | "Index.Bundle.Health" | "Index.Bundle.Veterinary" | "Index.Bundle.Insurance" | "Index.Bundle.Billing" | "Index.Bundle.Identity" | "Index.Communication.Appointment" | "Index.Communication.Consent" | "Index.Communication.Research" | "Index.Communication.Health" | "Index.Communication.Veterinary" | "Index.Communication.Insurance" | "Index.Communication.Billing" | "Index.Communication.Identity" | "Index.DocumentReference.Appointment" | "Index.DocumentReference.Consent" | "Index.DocumentReference.Research" | "Index.DocumentReference.Health" | "Index.DocumentReference.Veterinary" | "Index.DocumentReference.Insurance" | "Index.DocumentReference.Billing" | "Index.DocumentReference.Identity" | "Index.Invoice.Appointment" | "Index.Invoice.Consent" | "Index.Invoice.Research" | "Index.Invoice.Health" | "Index.Invoice.Veterinary" | "Index.Invoice.Insurance" | "Index.Invoice.Billing" | "Index.Invoice.Identity" | "Index.Resource.Appointment" | "Index.Resource.Consent" | "Index.Resource.Research" | "Index.Resource.Health" | "Index.Resource.Veterinary" | "Index.Resource.Insurance" | "Index.Resource.Billing" | "Index.Resource.Identity" | "Index.Attachment.Appointment" | "Index.Attachment.Consent" | "Index.Attachment.Research" | "Index.Attachment.Health" | "Index.Attachment.Veterinary" | "Index.Attachment.Insurance" | "Index.Attachment.Billing" | "Index.Attachment.Identity" | "Index.Claims.Appointment" | "Index.Claims.Consent" | "Index.Claims.Research" | "Index.Claims.Health" | "Index.Claims.Veterinary" | "Index.Claims.Insurance" | "Index.Claims.Billing" | "Index.Claims.Identity" | "Purge.Bundle.Appointment" | "Purge.Bundle.Consent" | "Purge.Bundle.Research" | "Purge.Bundle.Health" | "Purge.Bundle.Veterinary" | "Purge.Bundle.Insurance" | "Purge.Bundle.Billing" | "Purge.Bundle.Identity" | "Purge.Communication.Appointment" | "Purge.Communication.Consent" | "Purge.Communication.Research" | "Purge.Communication.Health" | "Purge.Communication.Veterinary" | "Purge.Communication.Insurance" | "Purge.Communication.Billing" | "Purge.Communication.Identity" | "Purge.DocumentReference.Appointment" | "Purge.DocumentReference.Consent" | "Purge.DocumentReference.Research" | "Purge.DocumentReference.Health" | "Purge.DocumentReference.Veterinary" | "Purge.DocumentReference.Insurance" | "Purge.DocumentReference.Billing" | "Purge.DocumentReference.Identity" | "Purge.Invoice.Appointment" | "Purge.Invoice.Consent" | "Purge.Invoice.Research" | "Purge.Invoice.Health" | "Purge.Invoice.Veterinary" | "Purge.Invoice.Insurance" | "Purge.Invoice.Billing" | "Purge.Invoice.Identity" | "Purge.Resource.Appointment" | "Purge.Resource.Consent" | "Purge.Resource.Research" | "Purge.Resource.Health" | "Purge.Resource.Veterinary" | "Purge.Resource.Insurance" | "Purge.Resource.Billing" | "Purge.Resource.Identity" | "Purge.Attachment.Appointment" | "Purge.Attachment.Consent" | "Purge.Attachment.Research" | "Purge.Attachment.Health" | "Purge.Attachment.Veterinary" | "Purge.Attachment.Insurance" | "Purge.Attachment.Billing" | "Purge.Attachment.Identity" | "Purge.Claims.Appointment" | "Purge.Claims.Consent" | "Purge.Claims.Research" | "Purge.Claims.Health" | "Purge.Claims.Veterinary" | "Purge.Claims.Insurance" | "Purge.Claims.Billing" | "Purge.Claims.Identity";
102
102
  }>;
@@ -14,3 +14,9 @@ export declare const DeviceAppTypes: Readonly<{
14
14
  readonly Web: "web";
15
15
  }>;
16
16
  export type DeviceAppType = typeof DeviceAppTypes[keyof typeof DeviceAppTypes];
17
+ /** Lifecycle states for one concrete DCR installation bound to a seat. */
18
+ export declare const DeviceBindingStatuses: Readonly<{
19
+ readonly Active: "active";
20
+ readonly Revoked: "revoked";
21
+ }>;
22
+ export type DeviceBindingStatus = typeof DeviceBindingStatuses[keyof typeof DeviceBindingStatuses];
@@ -13,3 +13,8 @@ export const DeviceAppTypes = Object.freeze({
13
13
  Mobile: 'mobile',
14
14
  Web: 'web',
15
15
  });
16
+ /** Lifecycle states for one concrete DCR installation bound to a seat. */
17
+ export const DeviceBindingStatuses = Object.freeze({
18
+ Active: 'active',
19
+ Revoked: 'revoked',
20
+ });
@@ -0,0 +1,52 @@
1
+ /** Employee directory states exposed by organization lifecycle projections. */
2
+ export declare const EmployeeDirectoryStatuses: Readonly<{
3
+ readonly Active: "active";
4
+ readonly Inactive: "inactive";
5
+ readonly Purged: "purged";
6
+ readonly Unknown: "unknown";
7
+ }>;
8
+ export type EmployeeDirectoryStatus = typeof EmployeeDirectoryStatuses[keyof typeof EmployeeDirectoryStatuses];
9
+ /** Controller actions supported by the reusable employee lifecycle service. */
10
+ export declare const EmployeeLifecycleActions: Readonly<{
11
+ readonly Disable: "disable";
12
+ readonly Purge: "purge";
13
+ readonly RevokeDevice: "revoke_device";
14
+ }>;
15
+ /** Read-only API actions kept separate from mutating employee lifecycle actions. */
16
+ export declare const EmployeeLifecycleQueryActions: Readonly<{
17
+ readonly List: "list";
18
+ }>;
19
+ export type EmployeeLifecycleAction = typeof EmployeeLifecycleActions[keyof typeof EmployeeLifecycleActions];
20
+ /** Version tag for routing metadata stored outside the high-entropy GW credential. */
21
+ export declare const EmployeeActivationGrantVersions: Readonly<{
22
+ readonly V1: "employee-activation-grant-v1";
23
+ }>;
24
+ /** Supported durable routing-grant schema versions. */
25
+ export type EmployeeActivationGrantVersion = typeof EmployeeActivationGrantVersions[keyof typeof EmployeeActivationGrantVersions];
26
+ /** Shared durable-storage layout for hashed employee activation routing grants. */
27
+ export declare const EmployeeActivationGrantStorage: Readonly<{
28
+ readonly ScopedLayout: "scoped-v2";
29
+ readonly CollectionSegment: "employee-activation-grants";
30
+ readonly ScopeSeparator: "__";
31
+ readonly DefaultTtlMs: number;
32
+ }>;
33
+ /** JSON field names shared by employee lifecycle portal adapters. */
34
+ export declare const OrganizationEmployeeApiFields: Readonly<{
35
+ readonly Action: "action";
36
+ readonly ProfileId: "profileId";
37
+ readonly Pin: "pin";
38
+ readonly PasskeyAccessToken: "passkeyAccessToken";
39
+ readonly ResourceId: "resourceId";
40
+ readonly LicenseId: "licenseId";
41
+ readonly ClientId: "clientId";
42
+ readonly ActivationCode: "activationCode";
43
+ readonly ClientInstanceId: "clientInstanceId";
44
+ readonly Email: "email";
45
+ readonly Role: "role";
46
+ }>;
47
+ /** Stable employee portal error identifiers. */
48
+ export declare const OrganizationEmployeePortalErrors: Readonly<{
49
+ readonly InvitationFailed: "invitation_failed";
50
+ readonly LifecycleFailed: "employee_lifecycle_failed";
51
+ readonly ActivationFailed: "employee_activation_failed";
52
+ }>;