Questionnaire Administration
Descripción general
Questionnaires in vitalera are FHIR-compliant structured forms used to collect patient-reported outcomes (PROs), clinical assessments, and other structured health data. They support multiple languages and can be scheduled as recurring activities within care plans.
Flujo de trabajo
1. Questionnaire Design
Questionnaires are configured in the platform with:
- Multiple question types (multiple choice, numeric, free text, slider)
- Conditional logic (show/hide questions based on previous answers)
- Multi-language translations
- Scoring algorithms
2. Assignment to Care Plans
Questionnaires are assigned through care plan activities with:
- Timing: How often the questionnaire should be completed (daily, weekly, on-demand)
- Mandatory flag: Whether the activity is required or optional
- Period: Start and end dates for the assignment
3. Patient Completion
Patients receive questionnaire tasks in their mobile app:
- Scheduled tasks appear in the activity calendar
- Push notifications remind patients of pending questionnaires
- Completed responses are stored as QuestionnaireResponse resources
4. Professional Review
Healthcare professionals can:
- View completed questionnaire responses
- Track completion rates and adherence
- Review scored results and trends over time
- Export responses for analysis
Integración con la API
# List questionnaires
GET /api/questionnaires/
# Get questionnaire items with translations
GET /api/questionnaires/{id}/items/
Accept-Language: es-ES
# List questionnaire responses for a patient
GET /api/monitoreds/{id}/questionnaire-responses/