Class FhirIO.Import

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.beam.sdk.transforms.display.HasDisplayData
    Enclosing class:
    FhirIO

    public static class FhirIO.Import
    extends FhirIO.Write
    Writes each bundle of elements to a new-line delimited JSON file on GCS and issues a fhirStores.import Request for that file. This is intended for batch use only to facilitate large backfills to empty FHIR stores and should not be used with unbounded PCollections. If your use case is streaming checkout using FhirIO.ExecuteBundles to more safely execute bundles as transactions which is safer practice for a use on a "live" FHIR store.
    See Also:
    Serialized Form