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

FHIR IG analytics

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

status: active

intent: order

category: Physical Activity (Temporary Codes#PhysicalActivity)

priority: routine

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

subject: Patient/Scen3PatientShevchenko: Nancy Johansson " SHEVCHENKO"

occurrence: 2023-05-15 --> 2023-08-30

authoredOn: 2023-05-15

requester: PractitionerRole/Scen3RoleBlackrock: Dr. Blackrock

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


Source1

{
  "resourceType": "ServiceRequest",
  "id": "Scen3ServiceRequest",
  "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": "390893007",
        "display": "Referral to physical activity program"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Scen3PatientShevchenko",
    "display": "Nancy Johansson"
  },
  "occurrencePeriod": {
    "start": "2023-05-15",
    "end": "2023-08-30"
  },
  "authoredOn": "2023-05-15",
  "requester": {
    "reference": "PractitionerRole/Scen3RoleBlackrock",
    "display": "Dr. Blackrock"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "40979000",
          "display": "Lack of physical exercise"
        }
      ]
    }
  ]
}