FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Task |
| Id | Task-ExampleFulfillmentTask.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Task "ExampleFulfillmentTask"
status: in-progress
businessStatus: Attended orientation meeting ()
intent: order
priority: routine
focus: ServiceRequest/ExampleServiceRequest: Referral
for: http://example.org/fhir/Patient/1: Example Patient
authoredOn: 2022-06-08
requester: http://example.org/fhir/Organization/1: Requesting Organization
owner: http://example.org/fhir/Organization/2: Performing Organization
note: Orientation went well. Patient is looking forward to attending class. (By http://example.org/fhir/PractitionerRole/2 @2022-06-17)
{
"resourceType": "Task",
"id": "ExampleFulfillmentTask",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"businessStatus": {
"text": "Attended orientation meeting"
},
"intent": "order",
"priority": "routine",
"focus": {
"reference": "ServiceRequest/ExampleServiceRequest",
"display": "Referral"
},
"for": {
"reference": "http://example.org/fhir/Patient/1",
"display": "Example Patient"
},
"authoredOn": "2022-06-08",
"requester": {
"reference": "http://example.org/fhir/Organization/1",
"display": "Requesting Organization"
},
"owner": {
"reference": "http://example.org/fhir/Organization/2",
"display": "Performing Organization"
},
"note": [
{
"authorReference": {
"reference": "http://example.org/fhir/PractitionerRole/2",
"display": "Performing Provider"
},
"time": "2022-06-17",
"text": "Orientation went well. Patient is looking forward to attending class."
}
]
}