Skip to content
On this page

Cognitive Voice Analysis

Alows the user to enter a audio input of their own voice to assess cognition

Launch Configuration

Currently maintained within a grouped questionnaire

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...