Diagnostics data
How are questionnaires captured and how to use them in care flows ?
To collect questionnaire responses, add a form action to your care flow. This generates an equivalent Questionnaire resource with properties like title, name, and code that have semantic meaning. The items within the questionnaire represent the questions, each with its own text and code.
Questionnaire responses can be used to drive care flow logic. For example, if a patient indicates in a questionnaire that they want a consultation with a specialist, you can configure the care flow to schedule an appointment. This ensures that patient preferences and needs are integrated into the care flow dynamically.
Property name | Type | Description |
---|---|---|
title | semantic | A short, descriptive, user-friendly title for the questionnaire. |
name | semantic | A natural language name identifying the questionnaire. This name should be usable as an identifier for the module by machine processing applications such as code generation. |
code | semantic | An identifier for this question or group of questions in a particular terminology such as LOINC. |
item | The content of the questionnaire is constructed from an ordered, hierarchical collection of items. | |
item.code | semantic | A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers). |
item.text | semantic | The name of a section, the text of a question or text content for a display item. |
Property name | Type | Description |
---|---|---|
authored | actionable | Date the answers were gathered. |
item | A group or question item from the original questionnaire for which answers are provided. | |
item.text | semantic | Text that is displayed above the contents of the group or as the text of the question being answered. |
item.answer | actionable | The respondent's answer(s) to the question. |