FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ExampleERefServiceRequestOnward.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ExampleERefServiceRequestOnward
Profile: EReferral ServiceRequest
replaces: ServiceRequest Referral to cardiology service
status: Active
intent: Order
code: Referral to cardiology service
subject: 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 10:15:00+0800
requester: PractitionerRole Medical practitioner
performer: Organization Eastern District Medical Center
reasonCode: Chest pain on exertion, suspected unstable angina
note:
Onward referral after Manila General Hospital reported capacity full and recommended Eastern District Medical Center.
{
"resourceType": "ServiceRequest",
"id": "ExampleERefServiceRequestOnward",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-service-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"replaces": [
{
"reference": "ServiceRequest/ExampleERefServiceRequestTask"
}
],
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183519001",
"display": "Referral to cardiology service"
}
]
},
"subject": {
"reference": "Patient/ExampleERefPatientTask"
},
"authoredOn": "2025-03-15T10:15:00+08:00",
"requester": {
"reference": "PractitionerRole/ExampleERefPractitionerRoleRequester"
},
"performer": [
{
"reference": "Organization/ExampleERefOrganizationOnwardReceiving"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "29857009",
"display": "Chest pain"
}
],
"text": "Chest pain on exertion, suspected unstable angina"
}
],
"note": [
{
"text": "Onward referral after Manila General Hospital reported capacity full and recommended Eastern District Medical Center."
}
]
}