Skip to content
On this page

Ethnicity Selector

A menu providing a broad array of ethnicity options. Upon selection, the background dynamically updates to reflect the geographical region associated with the chosen ethnicity.

Launch Configuration

js
import ethnicity from '@visiontree/mfx-resources/fhir/questionnaire/ethnicity_questionnaire.json'

export const config_dev: Launch = {
  forms: {
    sources: [
      ethnicity,
    ] as fhir4.Questionnaire[]
  }
}

Demo

INFO

Coming soon...