...
Status
: Reflects the state of the session (CON
orEND
).Message
: Question item, options, or validation message displayed to the user.QuestionnaireResponse
: Returned ifshowQR
is true or the session reaches the end.
Example Response
...
Code Block | ||
---|---|---|
| ||
{
"status": "CON",
"message": "2. Household owns a mobile phone?<br/>1. Yes<br/>2. No",
"questionnnaireResponse": {
"resourceType": "QuestionnaireResponse",
"questionnaire": "BI USSD - Register Household",
"status": "in-progress",
"item": [
{
"linkId": "CHW_02",
"text": "Has the client consented to data capture?",
"answer": [
{
"valueBoolean": true
}
]
}
]
},
"linkId": "CHW_03"
} |
Supported FHIR Question Types
...