destinationStore property

String? destinationStore
getter/setter pair

The name of the FHIR store to create and write the redacted data to.

For example, projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}.

  • The destination dataset must exist. * The source dataset and destination dataset must both reside in the same location. De-identifying data across multiple locations is not supported. * The destination FHIR store must exist. * The caller must have the healthcare.fhirResources.update permission to write to the destination FHIR store.

Required.

Implementation

core.String? destinationStore;