FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-Scen3ServiceRequest.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
{
"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"
}
]
}
]
}