View source: R/healthlake_operations.R
healthlake_start_fhir_import_job | R Documentation |
Begins a FHIR Import job.
See https://www.paws-r-sdk.com/docs/healthlake_start_fhir_import_job/ for full documentation.
healthlake_start_fhir_import_job(
JobName = NULL,
InputDataConfig,
JobOutputDataConfig,
DatastoreId,
DataAccessRoleArn,
ClientToken = NULL
)
JobName |
The name of the FHIR Import job in the StartFHIRImport job request. |
InputDataConfig |
[required] The input properties of the FHIR Import job in the StartFHIRImport job request. |
JobOutputDataConfig |
[required] |
DatastoreId |
[required] The AWS-generated data store ID. |
DataAccessRoleArn |
[required] The Amazon Resource Name (ARN) that gives AWS HealthLake access permission. |
ClientToken |
Optional user provided token used for ensuring idempotency. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.