FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Task |
| Id | Task-Scen4TaskFillSurveyV2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Task "Scen4TaskFillSurveyV2"
status: completed
intent: order
priority: routine
code: Complete Questionnaire (Temporary SDC Codes#complete-questionnaire)
description: Fill out a survey indicating satisfaction with plan
for: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
authoredOn: 2023-10-14 09:00:00-0700
requester: PractitionerRole/Scen4Role: Ms. Rocha
owner: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
| Type | Value[x] |
| Questionnaire (Temporary SDC Codes#questionnaire) | https://example.org/fhir/Questionnaire/satisfaction|2.1 |
| Type | Value[x] |
| Questionnaire Response (Temporary SDC Codes#questionnaire-response) | QuestionnaireResponse/Scen4QuestionnaireResponse |
{
"resourceType": "Task",
"id": "Scen4TaskFillSurveyV2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "complete-questionnaire"
}
]
},
"description": "Fill out a survey indicating satisfaction with plan",
"for": {
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
},
"authoredOn": "2023-10-14T09:00:00-07:00",
"requester": {
"reference": "PractitionerRole/Scen4Role",
"display": "Ms. Rocha"
},
"owner": {
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "questionnaire"
}
]
},
"valueCanonical": "https://example.org/fhir/Questionnaire/satisfaction|2.1"
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
"code": "questionnaire-response"
}
]
},
"valueReference": {
"reference": "QuestionnaireResponse/Scen4QuestionnaireResponse"
}
}
]
}