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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity.r4b
Resource TypeServiceRequest
IdServiceRequest-ExampleServiceRequest.json
FHIR VersionR4B

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 "ExampleServiceRequest"

pertains to goal: Goal/ExampleGoal

status: active

intent: original-order

category: Counseling (SNOMED CT#409063005), Physical Activity (Temporary Codes#PhysicalActivity)

priority: routine

code: Referral to physical activity program (Procedure) (SNOMED CT#390893007)

subject: http://example.org/Patient/1: Example Patient

occurrence: 2022-06-08 --> 2022-08-01

authoredOn: 2022-06-08

requester: http://example.org/PractitionerRole/1: Ordering Clinician

performer: http://example.org/Organization/1

reasonReference: Condition/ExampleCondition


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ExampleServiceRequest",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference": {
        "reference": "Goal/ExampleGoal"
      }
    }
  ],
  "status": "active",
  "intent": "original-order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "409063005",
          "display": "Counseling"
        }
      ]
    },
    {
      "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": "390893007",
        "display": "Referral to physical activity program (Procedure)"
      }
    ]
  },
  "subject": {
    "reference": "http://example.org/Patient/1",
    "display": "Example Patient"
  },
  "occurrencePeriod": {
    "start": "2022-06-08",
    "end": "2022-08-01"
  },
  "authoredOn": "2022-06-08",
  "requester": {
    "reference": "http://example.org/PractitionerRole/1",
    "display": "Ordering Clinician"
  },
  "performer": [
    {
      "reference": "http://example.org/Organization/1"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/ExampleCondition"
    }
  ]
}