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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeBundle
IdBundle-Scen2TaskGetFitResponseBundle.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": "Scen2TaskGetFitResponseBundle",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "Task?status=requested&owner=https%3A//registry.example.org/fhir/Organization/Scen2OrgGetFitTraining&_include=Task:patient&_include=Task:focus"
    }
  ],
  "entry": [
    {
      "fullUrl": "http://example.org/fhir/Task/Scen2TaskGetFitV1",
      "resource": {
        "resourceType": "Task",
        "id": "Scen2TaskGetFitV1",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_Scen2TaskGetFitV1\"> </a><p><b>Generated Narrative: Task</b><a name=\"Scen2TaskGetFitV1\"> </a><a name=\"hcScen2TaskGetFitV1\"> </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;Scen2TaskGetFitV1&quot; </p></div><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>focus</b>: <a href=\"#ServiceRequest_Scen2ServiceRequest\">See above (ServiceRequest/Scen2ServiceRequest)</a></p><p><b>for</b>: <a href=\"#Patient_Scen2PatientJohansson\">See above (Patient/Scen2PatientJohansson: Nancy Johansson)</a></p><p><b>authoredOn</b>: 2023-03-15</p><p><b>requester</b>: <a href=\"Organization-Scen2OrgGoodCardio.html\">Organization/Scen2OrgGoodCardio: Good Health Cardiology</a> &quot;Good Health Cardiology&quot;</p><p><b>owner</b>: <a href=\"Organization-Scen2OrgGetFitTraining.html\">Organization/Scen2OrgGetFitTraining: Get Fit</a> &quot;Get Fit Training&quot;</p></div>"
        },
        "status": "requested",
        "intent": "order",
        "code": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/CodeSystem/task-code",
              "code": "fulfill"
            }
          ]
        },
        "focus": {
          "reference": "ServiceRequest/Scen2ServiceRequest"
        },
        "for": {
          "reference": "Patient/Scen2PatientJohansson",
          "display": "Nancy Johansson"
        },
        "authoredOn": "2023-03-15",
        "requester": {
          "reference": "Organization/Scen2OrgGoodCardio",
          "display": "Good Health Cardiology"
        },
        "owner": {
          "reference": "Organization/Scen2OrgGetFitTraining",
          "display": "Get Fit"
        }
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "http://example.org/fhir/Patient/Scen2PatientJohansson",
      "resource": {
        "resourceType": "Patient",
        "id": "Scen2PatientJohansson",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_Scen2PatientJohansson\"> </a><p><b>Generated Narrative: Patient</b><a name=\"Scen2PatientJohansson\"> </a><a name=\"hcScen2PatientJohansson\"> </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 Patient &quot;Scen2PatientJohansson&quot; </p></div><p><b>identifier</b>: Medical record number/123456 (use: USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Nancy Johansson (OFFICIAL)</p><p><b>telecom</b>: <a href=\"tel:+1(555)555-5555\">+1 (555) 555-5555</a>, <a href=\"mailto:nancy.johansson@example.org\">nancy.johansson@example.org</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1960-05-15</p><p><b>address</b>: 123 Main St Springfield IL 62701 USA (HOME)</p></div>"
        },
        "identifier": [
          {
            "use": "usual",
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR",
                  "display": "Medical record number"
                }
              ],
              "text": "Medical record number"
            },
            "system": "http://goodCardio.example.org/identifiers/mrn",
            "value": "123456"
          }
        ],
        "active": true,
        "name": [
          {
            "use": "official",
            "family": "Johansson",
            "given": [
              "Nancy"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "+1 (555) 555-5555",
            "use": "home"
          },
          {
            "system": "email",
            "value": "nancy.johansson@example.org",
            "use": "home"
          }
        ],
        "gender": "male",
        "birthDate": "1960-05-15",
        "address": [
          {
            "use": "home",
            "line": [
              "123 Main St"
            ],
            "city": "Springfield",
            "state": "IL",
            "postalCode": "62701",
            "country": "USA"
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "http://example.org/fhir/ServiceRequest/Scen2ServiceRequest",
      "resource": {
        "resourceType": "ServiceRequest",
        "id": "Scen2ServiceRequest",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_Scen2ServiceRequest\"> </a><p><b>Generated Narrative: ServiceRequest</b><a name=\"Scen2ServiceRequest\"> </a><a name=\"hcScen2ServiceRequest\"> </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 ServiceRequest &quot;Scen2ServiceRequest&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Physical Activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pa-temporary-codes.html\">Temporary Codes</a>#PhysicalActivity)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: Ms. Johansson suffered from a mild heart attack last fall.  She has made a full recovery.  However, her level of physical activity has significantly declined from that prior to her incident due to discomfort and concerns about triggering another event.  I have explained that this reduced level of activity has negative implications for her health.\n\nMs. Johnson has agreed that some 1-on-1 consultation with an exercise professional who can help her resume a level of physical activity that is safe and feels positive would be helpful.  Please meet with her and support her in this endeavor. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#409063005 &quot;Counseling&quot;)</span></p><p><b>subject</b>: <a href=\"#Patient_Scen2PatientJohansson\">See above (Patient/Scen2PatientJohansson: Nancy Johansson)</a></p><p><b>occurrence</b>: 2023-03-16 --&gt; 2023-06-16</p><p><b>authoredOn</b>: 2023-03-16</p><p><b>requester</b>: <a href=\"PractitionerRole-Scen2RoleLopez.html\">PractitionerRole/Scen2RoleLopez: Dr. Lopez</a></p><p><b>reasonReference</b>: <a href=\"Condition-Scen2ConditionHypertension.html\">Condition/Scen2ConditionHypertension</a></p></div>"
        },
        "status": "active",
        "intent": "order",
        "category": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
                "code": "PhysicalActivity"
              }
            ]
          }
        ],
        "priority": "routine",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "409063005",
              "display": "Counseling"
            }
          ],
          "text": "Ms. Johansson suffered from a mild heart attack last fall.  She has made a full recovery.  However, her level of physical activity has significantly declined from that prior to her incident due to discomfort and concerns about triggering another event.  I have explained that this reduced level of activity has negative implications for her health.\n\nMs. Johnson has agreed that some 1-on-1 consultation with an exercise professional who can help her resume a level of physical activity that is safe and feels positive would be helpful.  Please meet with her and support her in this endeavor."
        },
        "subject": {
          "reference": "Patient/Scen2PatientJohansson",
          "display": "Nancy Johansson"
        },
        "occurrencePeriod": {
          "start": "2023-03-16",
          "end": "2023-06-16"
        },
        "authoredOn": "2023-03-16",
        "requester": {
          "reference": "PractitionerRole/Scen2RoleLopez",
          "display": "Dr. Lopez"
        },
        "reasonReference": [
          {
            "reference": "Condition/Scen2ConditionHypertension"
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    }
  ]
}