FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-Scen4QuestionnaireResponse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| LinkId | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:https://example.org/fhir/Questionnaire/satisfaction|2.1 | ||
![]() ![]() | Are you satisfied with your current exercise plan? | true | |
![]() ![]() | Did you experience any discomfort with an exercise? | true | |
![]() ![]() | If yes, which exercise? | Shoulder exercise | |
{
"resourceType": "QuestionnaireResponse",
"id": "Scen4QuestionnaireResponse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "CarePlan/Scen4CarePlanV1"
}
],
"questionnaire": "https://example.org/fhir/Questionnaire/satisfaction|2.1",
"status": "completed",
"subject": {
"reference": "Patient/Scen4PatientScarborough",
"display": "Ms. Scarborough"
},
"authored": "2023-10-16",
"item": [
{
"linkId": "1",
"text": "Are you satisfied with your current exercise plan?",
"answer": [
{
"valueBoolean": true
}
]
},
{
"linkId": "2",
"text": "Did you experience any discomfort with an exercise?",
"answer": [
{
"valueBoolean": true
}
]
},
{
"linkId": "3",
"text": "If yes, which exercise?",
"answer": [
{
"valueString": "Shoulder exercise"
}
]
}
]
}