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

: Task - view video 'completed' - Scenario 4 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "Scen4TaskReviewVideoV2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"Scen4TaskReviewVideoV2\"> </a><a name=\"hcScen4TaskReviewVideoV2\"> </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;Scen4TaskReviewVideoV2&quot; </p></div><p><b>status</b>: completed</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><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>General Information Response <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>#general-information-response)</span></td><td>Ok, that makes sense.  Thanks.</td></tr></table><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" : "completed",
  "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"
  },
  "output" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
            "code" : "general-information-response"
          }
        ]
      },
      "valueMarkdown" : "Ok, that makes sense.  Thanks."
    }
  ]
}