v1

latestOpenAPI 3.1.02026-07-2649128242.2 KB
Referral

Create Referral

Creates a new Referral record

post/main/Referral

Request body

createdstring date-time nullable

Date when the referral was created

priorityboolean nullable

If true, appointments with fees using the same funder automatically apply this referral. If false (or null), the most recently created referral is applied instead

activeboolean nullable

Indicates if this referral is an active and valid referral

includeCancelledAppointmentboolean nullable

Indicates whether the referral is also applied to cancelled appointments

commentstring nullable

Notes added to the referral

expiryType'standard' | 'non-standard' | 'indefinite' | 'null' nullable

Type of referral expiry - Medicare and DVA referrals only

idstring nullable

The identifier of this referral record

resourceTypestring nullable

Resource Type

Example request

{
  "limitQuantity": {
    "quantity": {
      "system": "http://unitsofmeasure.org"
    }
  }
}

Response

Referral resource created

createdstring date-time nullable

Date when the referral was created

priorityboolean nullable

If true, appointments with fees using the same funder automatically apply this referral. If false (or null), the most recently created referral is applied instead

activeboolean nullable

Indicates if this referral is an active and valid referral

includeCancelledAppointmentboolean nullable

Indicates whether the referral is also applied to cancelled appointments

commentstring nullable

Notes added to the referral

expiryType'standard' | 'non-standard' | 'indefinite' | 'null' nullable

Type of referral expiry - Medicare and DVA referrals only

idstring nullable

The identifier of this referral record

resourceTypestring nullable

Resource Type

Example response

{
  "limitQuantity": {
    "quantity": {
      "system": "http://unitsofmeasure.org"
    }
  }
}