Population

Aidbox supports 3 options for pre-filling the fields: Default Valie, Observation-Based, and Expression-Based. These options provide flexibility in how fields can be pre-filled with data.

Aidbox Forms provide three options for pre-filling the field:

  1. Default Value: For all fields except groups and display widgets, the user can set the initial value. If the user does not change the value, this is what will appear in the completed QuestionnaireResponse.

  2. Observation: Used to pre-fill a field with values ​​that are stored in the database in the Observation resources. To do this, the user needs to select the time period during which these observations could have been made. The mechanism is described in more detail in the FHIR SDC specification.

  3. Expression: This approach to population is more generic. It supports retrieving data from any queryable FHIR resources available in the database. Those queries can be based on the context in which the QuestionnaireResponse is being generated and/or on the results of other queries. The user needs to use FHIRPath for this purpose or The FHIRPath Editor. For more detail go to the FHIR SDC specification.

Last updated

Was this helpful?