| Package | hl7.fhir.us.physical-activity |
| Resource Type | Questionnaire |
| Id | Scen4Questionnaire |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/physical-activity/https://build.fhir.org/ig/HL7/physical-activity/Questionnaire-Scen4Questionnaire.html |
| URL | https://example.org/fhir/Questionnaire/satisfaction |
| Version | 1.0.1 |
| Status | active |
| Date | 2024-03-12T17:26:10+00:00 |
| Realm | us |
| Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| LinkId | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire | https://example.org/fhir/Questionnaire/satisfaction#1.0.1 | ||
![]() ![]() | Are you satisfied with your current exercise plan? | 0..1 | boolean | |
![]() ![]() | Did you experience any discomfort with an exercise? | 0..1 | boolean | |
![]() ![]() | If yes, which exercise? | 0..1 | string | |
{
"resourceType": "Questionnaire",
"id": "Scen4Questionnaire",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
}
],
"url": "https://example.org/fhir/Questionnaire/satisfaction",
"version": "1.0.1",
"status": "active",
"subjectType": [
"Patient"
],
"date": "2024-03-12T17:26:10+00:00",
"publisher": "HL7 International / Patient Care",
"contact": [
{
"name": "HL7 International / Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"item": [
{
"linkId": "1",
"text": "Are you satisfied with your current exercise plan?",
"type": "boolean"
},
{
"linkId": "2",
"text": "Did you experience any discomfort with an exercise?",
"type": "boolean"
},
{
"linkId": "3",
"text": "If yes, which exercise?",
"type": "string"
}
]
}