FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Task |
| Id | Task-rs-example-task.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Task",
"id": "rs-example-task",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"intent": "plan",
"focus": {
"reference": "ServiceRequest/rs-example-service-request"
},
"for": {
"reference": "Patient/rs-example-patient"
},
"executionPeriod": {
"start": "2025-10-31T16:15:00+08:00",
"end": "2025-10-31T18:45:00+08:00"
},
"owner": {
"reference": "Practitioner/rs-practitioner-receivedby"
},
"note": [
{
"text": "Coordinating ambulance standby while awaiting receiving facility confirmation."
}
]
}