Data source configuration

You can configure data sources to ingest clinical data from various origins, such as AWS S3 buckets, AWS Healthlake, and Microsoft Azure FHIR Store.

Adding a data source

  1. On the Infor Population Health Analytics web interface, open the left navigation panel.
  2. Select Settings > Data Sources.
  3. On the Data Sources tab, click Add.
  4. Select one of these data sources:
    • AWS Healthlake
    • AWS S3
    • Azure FHIR Store
  5. If you select the AWS Healthlake data source, specify this information:
    Name
    Specify a unique name for the data source. The name must be 3–100 characters long and can include alphanumeric characters, hyphens, underscores, and periods.
    Description
    Provide a brief explanation of the purpose or contents of the data source. The description can contain up to 500 characters.
    Authorization Strategy
    Select an authorization strategy.
    Token Endpoint
    Specify the URL to obtain access tokens.
    Client ID
    Specify the unique identifier for your application that is registered with the authorization server.
    Client Secret
    Specify the confidential string for your application that is registered with the authorization server.
    Scope
    Specify the level of access your application is requesting.
    Datastore Endpoint
    Specify the RESTful API endpoint of the HealthLake FHIR datastore.
    Datastore Access Role ARN
    Specify the Amazon Resource Name (ARN) of the IAM role to grant access to the datastore.
    S3 Bucket URI

    Specify the URI of the Amazon S3 bucket where exported files are stored.

    KMS Key Id
    Specify the identifier of the AWS Key Management Service (KMS) key used to encrypt exported files.
    S3 Access Delegate Role ARN
    Specify the ARN of the IAM role to provide delegated access to the S3 bucket containing exported files.
  6. If you select the AWS S3 data source, specify this information:
    Name
    Specify a unique name for the data source. The name must be 3–100 characters long and can include alphanumeric characters, hyphens, underscores, and periods.
    Description
    Provide a brief explanation of the purpose or contents of the data source. The description can contain up to 500 characters.
    S3 Bucket URI
    Specify the full URI of the S3 bucket where the data files are stored.
    AWS Access Key
    Specify the access key ID for the AWS account used for authentication.
    AWS Secret Access Key
    Specify the secret key paired with the access key.
  7. If you select the Azure FHIR Store data source, specify this information:
    Name
    Specify a unique name for the data source. The name must be 3–100 characters long and can include alphanumeric characters, hyphens, underscores, and periods.
    Description
    Provide a brief explanation of the purpose or contents of the data source. The description can contain up to 500 characters.
    Client ID
    Specify the unique identifier for your application registered in Microsoft Entra ID or Azure AD.
    Subscription Key
    Specify the key provided by Azure API for FHIR or Azure Health Data Services to authenticate API requests.
    Tenant ID
    Specify the tenant directory identifier in Microsoft Entra ID. This is required to construct OAuth endpoints and obtain tokens.
    OAuth Endpoint
    Specify the URL for the authorization server’s token endpoint.
    Base API
    Specify the base URL of your FHIR service endpoint.
    Location Path
    Specify the resource path appended to the Base API for specific FHIR operations.
    Scope
    Specify the permissions requested by the client.
    Certificate Thumbprint
    Specify the SHA-1 hash of the client certificate used for authentication when certificate-based authentication is enabled.
    Private Key
    Specify the private key associated with the client certificate for mutual TLS or signed JWT authentication.
  8. Click Test to verify the connection.
  9. Click Save to add the data source.

Editing a data source

  1. On the Infor Population Health Analytics web interface, open the left navigation panel.
  2. Select Settings > Data Sources.
  3. Click the ID or Edit on the row of the data source to configure.
  4. Modify the fields as required.
  5. For an AWS Healthlake data source, specify a valid Client Secret.
  6. For an AWS S3 data source, specify an AWS Secret Access Key.
  7. For an Azure FHIR Store data source, specify a valid Private Key.
  8. Click Update.

Deleting a data source

  1. On the Infor Population Health Analytics web interface, open the left navigation panel.
  2. Select Settings > Data Sources.
  3. On the Data Sources tab, select the data source to delete.
  4. Click Delete.
  5. In the Delete Confirmation dialog box, specify delete.
  6. Click Ok.