DeidentifiedStoreDestination

Contains configuration for streaming de-identified FHIR export.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
config object The configuration to use when de-identifying resources that are added to this store.
store string The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
View JSON Schema on GitHub

JSON Schema

DeidentifiedStoreDestination.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DeidentifiedStoreDestination",
  "description": "Contains configuration for streaming de-identified FHIR export.",
  "properties": {
    "config": {
      "$ref": "#/components/schemas/DeidentifyConfig",
      "description": "The configuration to use when de-identifying resources that are added to this store."
    },
    "store": {
      "description": "The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.",
      "type": "string"
    }
  },
  "type": "object"
}