The Referral resource represents a request from one healthcare provider to another for a patient to receive specific healthcare services
The resource includes details about the referring provider, the receiving provider (if any), the patient, referral date, expiry date, and any monetary or appointment limits. This resource is essential for tracking referral usage and coordinating patient care.
βΉοΈ
Context
In Halaxy, referrals are added to a claim in the Funding tab in the patient's profile. See: Guide to referrals
Endpoints
Endpoint
Function
Description
GET/main/Referral
List Referrals
Retrieves a list or collection of referral records of patients in a practice group
GET/main/Referral/{id}
Get Referral
Retrieves an individual patient referral record of in a practice group
POST/main/Referral
Create Referral
Creates a referral records for a patient
PATCH/main/Referral/{id}
Update Referral
Updates specific fields in an existing referral
Schema
Property
Description
id
string
The identifier of this referral record
coverage
Reference(Coverage)
The claim details where this referral is or will be filed under. This refers to the patient's high-level identifiers for their health fund eligibility - such as membership card details.