HealthLake#
Client#
- class HealthLake.Client#
 A low-level client representing Amazon HealthLake
Amazon HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud.
import boto3 client = boto3.client('healthlake')
These are the available methods:
- can_paginate
 - close
 - create_fhir_datastore
 - delete_fhir_datastore
 - describe_fhir_datastore
 - describe_fhir_export_job
 - describe_fhir_import_job
 - get_paginator
 - get_waiter
 - list_fhir_datastores
 - list_fhir_export_jobs
 - list_fhir_import_jobs
 - list_tags_for_resource
 - start_fhir_export_job
 - start_fhir_import_job
 - tag_resource
 - untag_resource