Settings for the HealthLake Inbound Query Adapter
Summary
EnsLib.AmazonHealthLake.InboundAdapterQueryOpens in a new tab has the following settings:
Group | Settings |
---|---|
HealthLake | DatastoreId, SearchType, SearchParameters |
AWS | CredentialsFile, Region |
The remaining settings are common to all business services. For information, see Settings for All Business Services.
See Settings for the HealthLake Inbound Adapter for information on the other inbound HealthLake adapter.
CredentialsFile
If this setting is blank, Amazon uses the default credential provider chainOpens in a new tab to obtain the credentials needed to access HealthLake. If you prefer to use an AWS credential file, enter its pathname.
DatastoreId
Specifies the ID of the data store to query.
Region
Specifies the AWS region that you want to access. For a list of regions, see Amazon Regions, Availability Zones, and Local ZonesOpens in a new tab.
SearchType
Specifies the resource type of the search, for example, Patient or Observation.
For example, consider a search like this:
GET [base]/datastore/12asdf45/Patient?name=Smith&birthdate=1944-08-23
For this search, specify SearchType as Patient.
SearchParameters
A comma-separated list of valid FHIR search parameters supported by HealthLake.
For example, consider a search like this:
GET [base]/datastore/12asdf45/Patient?name=Smith&birthdate=1944-08-23
For this search, specify SearchParameters as name=Smith&birthdate=1944-08-23.
For a list of search parameters supported by HealthLake, see the HealthLake DocumentationOpens in a new tab.