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