Skip to main content

FHIR SQL Builder Schema Generation Overview

To generate a schema the main actions are:

  1. Analyze the FHIR repository.

  2. Present the analysis to the user.

  3. Use decisions made by the user to create the required tables.

The analysis process needs to examine enough of the repository to provide useful information, while limiting how much it examines to conserve time and resources. You can make decisions that influence this balance when configuring the analysis task. You can also configure the task to run at a time when there is less demand for computing resources.

FeedbackOpens in a new tab