FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeTask
IdTask-Scen4TaskReviewVideoV2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task

Resource Task "Scen4TaskReviewVideoV2"

status: completed

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.

focus:

status: current

content

Attachments

-ContentTypeUrl
*video/mp4http://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"

Outputs

-TypeValue[x]
*General Information Response (SDOHCC CodeSystem Temporary Codes#general-information-response)Ok, that makes sense. Thanks.

Generated Narrative: DocumentReference #Scen4Video

status: current

content

Attachments

-ContentTypeUrl
*video/mp4http://example.org/videos/123.mpg

Source1

{
  "resourceType": "Task",
  "id": "Scen4TaskReviewVideoV2",
  "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": "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."
    }
  ]
}