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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeServiceRequest
IdServiceRequest-Scen2ServiceRequest.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: ServiceRequest

Resource ServiceRequest "Scen2ServiceRequest"

status: active

intent: order

category: Physical Activity (Temporary Codes#PhysicalActivity)

priority: routine

code: 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. Ms. 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. (SNOMED CT#409063005 "Counseling")

subject: Patient/Scen2PatientJohansson: Nancy Johansson " JOHANSSON"

occurrence: 2023-03-16 --> 2023-06-16

authoredOn: 2023-03-16

requester: PractitionerRole/Scen2RoleLopez: Dr. Lopez

reasonReference: Condition/Scen2ConditionHypertension


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Scen2ServiceRequest",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}