FhirOutputArgs

data class FhirOutputArgs(val fhirStore: Output<String>? = null) : ConvertibleToJava<FhirOutputArgs>

Details about the FHIR store to write the output to.

Constructors

Link copied to clipboard
fun FhirOutputArgs(fhirStore: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FhirOutputArgs

Properties

Link copied to clipboard
val fhirStore: Output<String>? = null

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.