Class FhirStoreStreamConfig


  • public final class FhirStoreStreamConfig
    extends java.lang.Object
    • Method Detail

      • bigqueryDestination

        public FhirStoreStreamConfigBigqueryDestination bigqueryDestination()
        Returns:
        The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types, e.g. "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. See the [streaming config reference](https://cloud.google.com/healthcare/docs/reference/rest/v1beta1/projects.locations.datasets.fhirStores#streamconfig) for more details. Structure is documented below.
      • resourceTypes

        public java.util.List<java.lang.String> resourceTypes()
        Returns:
        Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.