FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Task |
| Id | Task-Scen4TaskReviewVideoV1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Task "Scen4TaskReviewVideoV1"
status: requested
intent: order
priority: routine
code: Review Material (SDOHCC CodeSystem Temporary Codes#review-material)
description: Please review this arm-curl video. Pay particular attention to the 3:00 - 3:35 portion. If you adjust your technique accordingly, it may help with your shoulder pain.
status: current
content
Attachments
ContentType Url video/mp4 http://example.org/videos/123.mpg
for: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
authoredOn: 2023-10-17 09:00:00-0700
requester: PractitionerRole/Scen4Role: Ms. Rocha
owner: Patient/Scen4PatientScarborough: Jessica Scarborough " SCARBOROUGH"
Generated Narrative: DocumentReference #Scen4Video
status: current
content
Attachments
ContentType Url video/mp4 http://example.org/videos/123.mpg
{
"resourceType": "Task",
"id": "Scen4TaskReviewVideoV1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "DocumentReference",
"id": "Scen4Video",
"status": "current",
"content": [
{
"attachment": {
"contentType": "video/mp4",
"url": "http://example.org/videos/123.mpg"
}
}
]
}
],
"status": "requested",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
"code": "review-material"
}
]
},
"description": "Please review this arm-curl video. Pay particular attention to the 3:00 - 3:35 portion. If you adjust your technique accordingly, it may help with your shoulder pain.",
"focus": {
"reference": "#Scen4Video"
},
"for": {
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
},
"authoredOn": "2023-10-17T09:00:00-07:00",
"requester": {
"reference": "PractitionerRole/Scen4Role",
"display": "Ms. Rocha"
},
"owner": {
"reference": "Patient/Scen4PatientScarborough",
"display": "Jessica Scarborough"
}
}