2024-12-12
▼ ▲ healthcare.projects.locations.datasets.fhirStores.applyConsents
Path : v1/{+name}:applyConsents
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}:applyConsents
HTTP Method : POST
Parameters :
name
Description : Required. The name of the FHIR store to enforce, in the format `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/fhirStores/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Apply the Consent resources for the FHIR store and reindex the underlying resources in the FHIR store according to the aggregate consent. The aggregate consent of the patient in scope in this request replaces any previous call of this method. Any Consent resource change after this operation execution (including deletion) requires you to call ApplyConsents again to have effect. This method returns an Operation that can be used to track the progress of the consent resources that were processed by calling GetOperation. Upon completion, the ApplyConsentsResponse additionally contains the number of resources that was reindexed. Errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). To enforce consent check for data access, `consent_config.access_enforced` must be set to true for the FhirStore.
▼ ▲ healthcare.projects.locations.datasets.fhirStores.applyAdminConsents
Path : v1/{+name}:applyAdminConsents
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}:applyAdminConsents
HTTP Method : POST
Parameters :
name
Description : Required. The name of the FHIR store to enforce, in the format `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/fhirStores/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Applies the admin Consent resources for the FHIR store and reindexes the underlying resources in the FHIR store according to the aggregate consents. This method also updates the `consent_config.enforced_admin_consents` field of the FhirStore unless `validate_only=true` in ApplyAdminConsentsRequest. Any admin Consent resource change after this operation execution (including deletion) requires you to call ApplyAdminConsents again for the change to take effect. This method returns an Operation that can be used to track the progress of the resources that were reindexed, by calling GetOperation. Upon completion, the ApplyAdminConsentsResponse additionally contains the number of resources that were reindexed. If at least one Consent resource contains an error or fails be be enforced for any reason, the method returns an error instead of an Operation. No resources will be reindexed and the `consent_config.enforced_admin_consents` field will be unchanged. To enforce a consent check for data access, `consent_config.access_enforced` must be set to true for the FhirStore.
▼ ▲ healthcare.projects.locations.datasets.fhirStores.explainDataAccess
Path : v1/{+name}:explainDataAccess
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/fhirStores/{fhirStoresId}:explainDataAccess
HTTP Method : GET
Parameters :
name
Description : Required. The name of the FHIR store to enforce, in the format `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+/fhirStores/[^/]+$
Location : path
Required : Yes
Type : string
resourceId
Description : Required. The ID (`{resourceType}/{id}`) of the resource to explain data access on.
Location : query
Type : string
Parameter Order : name
Scopes :
Description : Explains all the permitted/denied actor, purpose and environment for a given resource.