Pipeline Job Reconciliation Pipeline Job
data class PipelineJobReconciliationPipelineJob(val fhirStoreDestination: String? = null, val matchingUriPrefix: String, val mergeConfig: PipelineJobReconciliationPipelineJobMergeConfig)
Constructors
Link copied to clipboard
constructor(fhirStoreDestination: String? = null, matchingUriPrefix: String, mergeConfig: PipelineJobReconciliationPipelineJobMergeConfig)
Properties
Link copied to clipboard
The harmonized FHIR store to write harmonized FHIR resources to, in the format of: project/{projectID}/locations/{locationID}/datasets/{datasetName}/fhirStores/{id}
Link copied to clipboard
Specifies the top level directory of the matching configs used in all mapping pipelines, which extract properties for resources to be matched on. Example: gs://{bucket-id}/{path/to/matching/configs}
Link copied to clipboard
Specifies the location of the reconciliation configuration. Structure is documented below.