FhirOutputResponse

data class FhirOutputResponse(val fhirStore: String)

Details about the FHIR store to write the output to.

Constructors

Link copied to clipboard
fun FhirOutputResponse(fhirStore: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the output FHIR store, which must already exist. You must grant the healthcare.fhirResources.update permission on the destination store to your project's Cloud Healthcare Service Agent service account. The destination store must set enable_update_create to true. The destination store must use FHIR version R4. Writing these resources will consume FHIR operations quota from the project containing the source data. De-identify operation metadata is only generated for DICOM de-identification operations.