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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeBundle
IdBundle-Scen4TaskBundle3.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "Scen4TaskBundle3",
  "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/Scen4TaskFillSurvey2V1",
      "resource": {
        "resourceType": "Task",
        "id": "Scen4TaskFillSurvey2V1",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_Scen4TaskFillSurvey2V1\"> </a><p><b>Generated Narrative: Task</b><a name=\"Scen4TaskFillSurvey2V1\"> </a><a name=\"hcScen4TaskFillSurvey2V1\"> </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;Scen4TaskFillSurvey2V1&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>: Complete Questionnaire <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\">Temporary SDC Codes</a>#complete-questionnaire)</span></p><p><b>description</b>: Fill out a survey indicating satisfaction with plan</p><p><b>for</b>: <a href=\"Patient-Scen4PatientScarborough.html\">Patient/Scen4PatientScarborough: Jessica Scarborough</a> &quot; SCARBOROUGH&quot;</p><p><b>authoredOn</b>: 2024-02-20 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>Inputs</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>Questionnaire <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\">Temporary SDC Codes</a>#questionnaire)</span></td><td><a href=\"https://example.org/fhir/Questionnaire/satisfaction\">https://example.org/fhir/Questionnaire/satisfaction|2.1</a></td></tr></table></div>"
        },
        "status": "requested",
        "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": "2024-02-20T09: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"
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}