Physical Activity Implementation Guide
1.0.1 - STU Release 1 United States of America flag

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: Bundle 'Search Set' - Task - Second task(s) - Scenario 4 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Scen4TaskBundle2",
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://ufit.example.org/fhir/Task?owner=Patient/Scen4PatientScarborough&status=active,on-hold"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/Task/Scen4TaskReviewVideoV1",
      "resource" : {
        "resourceType" : "Task",
        "id" : "Scen4TaskReviewVideoV1",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_Scen4TaskReviewVideoV1\"> </a><p><b>Generated Narrative: Task</b><a name=\"Scen4TaskReviewVideoV1\"> </a><a name=\"hcScen4TaskReviewVideoV1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;Scen4TaskReviewVideoV1&quot; </p></div><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: Review Material <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/sdoh-clinicalcare/STU2.1/CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#review-material)</span></p><p><b>description</b>: 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.</p><p><b>focus</b>: <a name=\"hcScen4Video\"> </a></p><blockquote><p/><p><a name=\"Scen4Video\"> </a></p><p><a name=\"hcScen4Video\"> </a></p><p><b>status</b>: current</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>video/mp4</td><td><a href=\"http://example.org/videos/123.mpg\">http://example.org/videos/123.mpg</a></td></tr></table></blockquote></blockquote><p><b>for</b>: <a href=\"Patient-Scen4PatientScarborough.html\">Patient/Scen4PatientScarborough: Jessica Scarborough</a> &quot; SCARBOROUGH&quot;</p><p><b>authoredOn</b>: 2023-10-17 09:00:00-0700</p><p><b>requester</b>: <a href=\"PractitionerRole-Scen4Role.html\">PractitionerRole/Scen4Role: Ms. Rocha</a></p><p><b>owner</b>: <a href=\"Patient-Scen4PatientScarborough.html\">Patient/Scen4PatientScarborough: Jessica Scarborough</a> &quot; SCARBOROUGH&quot;</p><hr/><blockquote><p><b>Generated Narrative: DocumentReference #Scen4Video</b><a name=\"Scen4Video\"> </a><a name=\"hcScen4Video\"> </a></p><p><b>status</b>: current</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>video/mp4</td><td><a href=\"http://example.org/videos/123.mpg\">http://example.org/videos/123.mpg</a></td></tr></table></blockquote></blockquote></div>"
        },
        "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"
        }
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}