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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeServiceRequest
IdServiceRequest-Scen1ExerciseRx.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 "Scen1ExerciseRx"

pertains to goal: Goal/Scen1GoalV1

basedOn: CarePlan/Scen1CarePlanV1

status: active

intent: order

category: Physical Activity (Temporary Codes#PhysicalActivity)

priority: routine

code: Exercise therapy (regime/therapy) (SNOMED CT#229065009)

subject: Patient/Scen1PatientKhatun: Jorin Khatun " KHATUN"

occurrence: 2022-12-01 --> 2023-05-01

authoredOn: 2022-12-01

requester: Practitioner/Scen1PractitionerPatel: Dr. Rajesh Patel " PATEL"

performer: Patient/Scen1PatientKhatun: Jorin Khatun " KHATUN"

reasonCode: Hypertension (SNOMED CT#38341003), Lack of physical exercise (SNOMED CT#40979000)


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Scen1ExerciseRx",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference": {
        "reference": "Goal/Scen1GoalV1"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "CarePlan/Scen1CarePlanV1"
    }
  ],
  "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": "229065009",
        "display": "Exercise therapy (regime/therapy)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Scen1PatientKhatun",
    "display": "Jorin Khatun"
  },
  "occurrencePeriod": {
    "start": "2022-12-01",
    "end": "2023-05-01"
  },
  "authoredOn": "2022-12-01",
  "requester": {
    "reference": "Practitioner/Scen1PractitionerPatel",
    "display": "Dr. Rajesh Patel"
  },
  "performer": [
    {
      "reference": "Patient/Scen1PatientKhatun",
      "display": "Jorin Khatun"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "38341003",
          "display": "Hypertension"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "40979000",
          "display": "Lack of physical exercise"
        }
      ]
    }
  ]
}