FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Task |
| Id | Task-ExampleERefTaskRejected.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task ExampleERefTaskRejected
Profile: EReferral Task
status: Rejected
statusReason: Receiving facility cannot take the case. No onward receiving facility was identified in this response.
businessStatus: Rejected
intent: order
code: eReferral for cardiology consultation
focus: ServiceRequest Referral to cardiology service
for: Juan Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)
authoredOn: 2025-03-15 09:30:00+0800
lastModified: 2025-03-15 10:05:00+0800
requester: PractitionerRole Medical practitioner
owner: Organization Manila General Hospital
note: ,
New referral for patient with chest pain. Awaiting receiving-facility response.
Manila General Hospital cannot take the case. Referring facility must determine the next action.
{
"resourceType": "Task",
"id": "ExampleERefTaskRejected",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "rejected",
"statusReason": {
"text": "Receiving facility cannot take the case. No onward receiving facility was identified in this response."
},
"businessStatus": {
"coding": [
{
"system": "https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow",
"code": "rejected",
"display": "Rejected"
}
]
},
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3457005",
"display": "Patient referral"
}
],
"text": "eReferral for cardiology consultation"
},
"focus": {
"reference": "ServiceRequest/ExampleERefServiceRequestTask"
},
"for": {
"reference": "Patient/ExampleERefPatientTask"
},
"authoredOn": "2025-03-15T09:30:00+08:00",
"lastModified": "2025-03-15T10:05:00+08:00",
"requester": {
"reference": "PractitionerRole/ExampleERefPractitionerRoleRequester"
},
"owner": {
"reference": "Organization/ExampleERefOrganizationReceiving"
},
"note": [
{
"text": "New referral for patient with chest pain. Awaiting receiving-facility response."
},
{
"text": "Manila General Hospital cannot take the case. Referring facility must determine the next action."
}
]
}