healthlake_create_fhir_datastore: Creates a data store that can ingest and export FHIR...

View source: R/healthlake_operations.R

healthlake_create_fhir_datastoreR Documentation

Creates a data store that can ingest and export FHIR formatted data

Description

Creates a data store that can ingest and export FHIR formatted data.

See https://www.paws-r-sdk.com/docs/healthlake_create_fhir_datastore/ for full documentation.

Usage

healthlake_create_fhir_datastore(
  DatastoreName = NULL,
  DatastoreTypeVersion,
  SseConfiguration = NULL,
  PreloadDataConfig = NULL,
  ClientToken = NULL,
  Tags = NULL,
  IdentityProviderConfiguration = NULL
)

Arguments

DatastoreName

The user generated name for the data store.

DatastoreTypeVersion

[required] The FHIR version of the data store. The only supported version is R4.

SseConfiguration

The server-side encryption key configuration for a customer provided encryption key specified for creating a data store.

PreloadDataConfig

Optional parameter to preload data upon creation of the data store. Currently, the only supported preloaded data is synthetic data generated from Synthea.

ClientToken

Optional user provided token used for ensuring idempotency.

Tags

Resource tags that are applied to a data store when it is created.

IdentityProviderConfiguration

The configuration of the identity provider that you want to use for your data store.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.