View Source AWS.HealthLake (aws-elixir v1.0.10)

This is the AWS HealthLake API Reference.

For an introduction to the service, see What is AWS HealthLake? in the AWS HealthLake Developer Guide.

Link to this section Summary

Functions

Create a FHIR-enabled data store.

Delete a FHIR-enabled data store.

Get properties for a FHIR-enabled data store.

Get the import job properties to learn more about the job or job progress.

List all FHIR-enabled data stores in a user’s account, regardless of data store status.

Lists all FHIR export jobs associated with an account and their statuses.

List all FHIR import jobs associated with an account and their statuses.

Returns a list of all existing tags associated with a data store.

Start importing bulk FHIR data into an ACTIVE data store.

Add a user-specifed key and value tag to a data store.

Remove a user-specifed key and value tag from a data store.

Link to this section Functions

Link to this function

create_fhir_datastore(client, input, options \\ [])

View Source

Create a FHIR-enabled data store.

Link to this function

delete_fhir_datastore(client, input, options \\ [])

View Source

Delete a FHIR-enabled data store.

Link to this function

describe_fhir_datastore(client, input, options \\ [])

View Source

Get properties for a FHIR-enabled data store.

Link to this function

describe_fhir_export_job(client, input, options \\ [])

View Source

Get FHIR export job properties.

Link to this function

describe_fhir_import_job(client, input, options \\ [])

View Source

Get the import job properties to learn more about the job or job progress.

Link to this function

list_fhir_datastores(client, input, options \\ [])

View Source

List all FHIR-enabled data stores in a user’s account, regardless of data store status.

Link to this function

list_fhir_export_jobs(client, input, options \\ [])

View Source

Lists all FHIR export jobs associated with an account and their statuses.

Link to this function

list_fhir_import_jobs(client, input, options \\ [])

View Source

List all FHIR import jobs associated with an account and their statuses.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Returns a list of all existing tags associated with a data store.

Link to this function

start_fhir_export_job(client, input, options \\ [])

View Source

Start a FHIR export job.

Link to this function

start_fhir_import_job(client, input, options \\ [])

View Source

Start importing bulk FHIR data into an ACTIVE data store.

The import job imports FHIR data found in the InputDataConfig object and stores processing results in the JobOutputDataConfig object.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Add a user-specifed key and value tag to a data store.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Remove a user-specifed key and value tag from a data store.