Referral

This data model communicates patient demographic and clinical information from a referring provider to send the patient's case to another provider.

This typically differs from a consultation, where a provider may review a patient without assuming authority over the patient’s care. Referrals can be internal to an organization (e.g., from one department to another) or external between organizations.

A referral is useful to maintain the administrative aspects of a referral order. You can receive notifications when:

  • A new referral order is placed.
  • An existing referral order is modified or canceled.
  • An authorization review is requested or responded to.

Or, you can search for referral orders based on a patient's demographic and insurance information.

Modify

Receive a notification when an existing referral order has been modified.

Request Body Schema

  • Meta
    required, object
    • DataModel
      required, string
      Reliable

      Referral

    • EventType
      required, string
      Reliable

      Modify

    • EventDateTime
      string, null
      Reliable

      Displays the UTC date and time that an outgoing request is delivered or an incoming request is received.
      ISO 8601 Format

    • Test
      boolean, null
      Reliable

      Indicates whether the request is a test or not.

    • Source
      object

      Contains the information for the system initiating the message, including the source ID and name.
      Included in messages from Redox

      • ID
        string, null
        Reliable

        Identifies the system initiating the message. If you have multiple OAuth API keys per environment type, this value is required. If you have only one OAuth API key per environment type, or you're using legacy API keys, this value is optional.
        UUID

      • Name
        string, null
        Reliable

        Displays the name of the system initiating the message.

    • Destinations
      Array of object

      Contains the information for the endpoint(s) receiving the request. A request must contain at least one destination, but asynchronous requests can have more than one destination. Synchronous requests like queries can only support one destination.
      Required when sending data to Redox.

      • ID
        string, null
        Reliable

        Identifies the endpoint that the request is directed to.
        UUID

      • Name
        string, null
        Reliable

        Displays the name of the endpoint that the request is directed to.

    • Logs
      Array of object

      Contains the log identifier(s) for the request.

      • ID
        string, null
        Reliable

        Identifies the request log(s) that correspond to this request. You can use this value to locate the relevant log in the Redox dashboard for support and reference.
        UUID

      • AttemptID
        string, null
        Reliable

        Identifies the request log attempt value, which is useful when retries are possible.
        UUID

    • FacilityCode
      string, null
      Possible

      Code for the facility related to the message.
      Only use this field if a health system indicates you should. The code is specific to the health system's EHR and might not be unique across health systems. In general, the facility fields within the data models (e.g. OrderingFacility) are more reliable and informative.

  • Patient
    required, object
    • Identifiers
      required, Array of object

      List of IDs and ID types that identify the patient

      • ID
        required, string
        Reliable

        ID for the patient

      • IDType
        required, string
        Reliable

        Type of ID.
        E.g. MRN, EPI

    • Demographics
      object
      • FirstName
        string, null
        Reliable

        Patient's first name

      • MiddleName
        string, null
        Possible

        Patient's middle name or middle initial. For patients with multiple middle names, all their middle names are included in this field.

      • LastName
        string, null
        Reliable

        Patient's last name

      • DOB
        string, null
        Reliable

        Patient's date of birth.
        In ISO 8601 format

      • SSN
        string, null
        Probable

        Patient's social security number

      • Sex
        string, null
        Reliable
        Value Set

        Patient's sex

      • Race
        string, null
        Possible
        Value Set

        Patient's race

      • IsHispanic
        boolean, null
        Possible
        Value Set

        Indicates if the patient is of hispanic origin.

      • Religion
        string, null
        Possible
        Value Set

        Patient's religious affiliation

      • MaritalStatus
        string, null
        Possible
        Value Set

        Patient's marital status

      • IsDeceased
        boolean, null
        Possible

        Indicates if the patient is deceased

      • DeathDateTime
        string, null
        Possible

        Date and Time the patient was proclaimed deceased.
        ISO 8601 Format

      • PhoneNumber
        object
        • Home
          string, null
          Probable

          Patient's home phone number.
          In E. 164 Format. (e.g. +16085551234)

        • Office
          string, null
          Probable

          Patient's office phone number.
          In E. 164 Format. (e.g. +16085551234)

        • Mobile
          string, null
          Probable

          Patient's mobile phone number.
          In E. 164 Format. (e.g. +16085551234)

      • EmailAddresses
        Array of string

        Patient's email address(es)

      • Language
        string, null
        Possible
        Value Set

        Patient's primary spoken language.
        In ISO 639-1 alpha values (e.g. 'en'). Supported Values

      • Citizenship
        Array of string

        Patient's nation(s) of citizenship.
        In ISO 3166 alpha 2 format (e.g. 'US').

      • Address
        object

        Patient's home address

        • StreetAddress
          string, null
          Probable

          Street address

        • City
          string, null
          Probable

          City

        • State
          string, null
          Probable

          State

        • ZIP
          string, null
          Probable

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

    • Notes
      Array of string

      Patient-level notes

    • Contacts
      Array of object
      • FirstName
        string, null
        Possible

        First name of the contact

      • MiddleName
        string, null
        Possible

        Middle name of the contact

      • LastName
        string, null
        Possible

        Last name of the contact

      • Address
        object

        Address of the contact

        • StreetAddress
          string, null
          Possible

          Street address

        • City
          string, null
          Possible

          City

        • State
          string, null
          Possible

          State

        • ZIP
          string, null
          Possible

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

      • PhoneNumber
        object
        • Home
          string, null
          Possible

          Home phone number.
          In E. 164 Format. (e.g. +16085551234)

        • Office
          string, null
          Possible

          Office phone number.
          In E. 164 Format. (e.g. +16085551234)

        • Mobile
          string, null
          Probable

          Mobile phone number.
          In E. 164 Format. (e.g. +16085551234)

      • RelationToPatient
        string, null
        Possible
        Value Set

        Personal relationship to the patient.
        e.x. Father, Spouse

      • EmailAddresses
        Array of string

        Email address(es) of the contact person

      • Roles
        Array of string

        Role of this contact for the patient.
        e.x. Employer, Emergency Contact

    • Guarantor
      object

      Person ultimately responsible for the bill of the appointment

      • Number
        string, null
        Probable

        Number of the guarantor

      • FirstName
        string, null
        Probable

        First name

      • MiddleName
        string, null
        Possible

        Middle name

      • LastName
        string, null
        Probable

        Last name

      • SSN
        string, null
        Possible

        Guarantor's social security number

      • DOB
        string, null
        Possible

        Guarantor's date of birth.
        In ISO 8601 format

      • Sex
        string, null
        Possible
        Value Set

        Guarantor's sex.
        One of the following: Female, Male, Unknown, Other

      • Spouse
        object
        • FirstName
          string, null
          Probable

          Spouse's first name

        • LastName
          string, null
          Probable

          Spouse's last name

      • Address
        object

        Address of the guarantor

        • StreetAddress
          string, null
          Probable

          Street address

        • City
          string, null
          Probable

          City

        • State
          string, null
          Probable

          State

        • ZIP
          string, null
          Probable

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

      • PhoneNumber
        object
        • Home
          string, null
          Probable

          Home phone number.
          In E. 164 Format (i.e. +16085551234)

        • Business
          string, null
          Probable

          Business phone number.
          In E. 164 Format (i.e. +16085551234)

        • Mobile
          string, null
          Probable

          Mobile phone number.
          In E. 164 Format (i.e. +16085551234)

      • EmailAddresses
        Array of string

        Guarantor's email address(es)

      • Type
        string, null
        Probable

        Type of guarantor.
        E.g. institution, individual

      • RelationToPatient
        string, null
        Probable
        Value Set

        Relation to the patient

      • Employer
        object
        • Name
          string, null
          Probable

          Employer's name

        • Address
          object

          Employer's address

          • StreetAddress
            string, null
            Probable

            Street address

          • City
            string, null
            Probable

            City

          • State
            string, null
            Probable

            State

          • ZIP
            string, null
            Probable

            ZIP

          • County
            string, null
            Possible

            County

          • Country
            string, null
            Possible
            Value Set

            Country

        • PhoneNumber
          string, null
          Probable

          Employer phone number.
          In E. 164 Format (i.e. +16085551234)

    • Insurances
      Array of object

      List of insurance coverages for the patient

      • Plan
        object
        • ID
          string, null
          Probable

          Identifier of insurance plan

        • IDType
          string, null
          Probable

          ID type of insurance plan

        • Name
          string, null
          Probable

          Name of insurance plan

        • Type
          string, null
          Possible

          Type of insurance plan

      • MemberNumber
        string, null
        Possible

        Patient member number

      • Company
        object
        • ID
          string, null
          Probable

          ID of insurance company (payor)

        • IDType
          string, null
          Probable

          ID type of insurance company (payor)

        • Name
          string, null
          Probable

          Name of insurance company (payor)

        • Address
          object

          Insurance company's address

          • StreetAddress
            string, null
            Probable

            Street address

          • City
            string, null
            Probable

            City

          • State
            string, null
            Probable

            State

          • ZIP
            string, null
            Probable

            ZIP

          • County
            string, null
            Possible

            County

          • Country
            string, null
            Possible
            Value Set

            Country

        • PhoneNumber
          string, null
          Probable

          Insurance companys phone number.
          In E. 164 Format (i.e. +16085551234)

      • GroupNumber
        string, null
        Probable

        Insurance policy group number

      • GroupName
        string, null
        Probable

        Insurance policy group name

      • EffectiveDate
        string, null
        Probable

        Effect date of this insurance policy.
        In YYYY-MM-DD format

      • ExpirationDate
        string, null
        Probable

        Expiration date of this insurance policy.
        In YYYY-MM-DD format

      • PolicyNumber
        string, null
        Probable

        Insurance policy number

      • Priority
        string, null
        Possible
        Value Set

        The insurance priority sequence.
        If the insurance works in conjunction with other insurance plans, this field contains priority sequence.

      • AgreementType
        string, null
        Probable
        Value Set

        Type of insurance agreement.

      • CoverageType
        string, null
        Probable
        Value Set

        Type of insurance agreement.
        Indicates who will be receiving the bill for the service.

      • Insured
        object

        Individual who has the agreement with the insurance company for the related policy

        • Identifiers
          Array of object

          List of IDs and ID types that identify the insured

          • ID
            string, null
            Possible

            ID for the insured

          • IDType
            string, null
            Possible

            Type of ID.
            E.g. MRN, EPI

        • LastName
          string, null
          Possible

          Last name of the insured

        • MiddleName
          string, null
          Possible

          Middle name of the insured

        • FirstName
          string, null
          Possible

          First name of the insured

        • SSN
          string, null
          Possible

          Insured's social security number

        • Relationship
          string, null
          Possible
          Value Set

          Relationship of the insured to the patient

        • DOB
          string, null
          Possible

          Date of birth of the insured.
          In YYYY-MM-DD format

        • Sex
          string, null
          Possible
          Value Set

          Sex of the insured

        • Address
          object

          Address of the insured

          • StreetAddress
            string, null
            Probable

            Street address

          • City
            string, null
            Probable

            City

          • State
            string, null
            Probable

            State

          • ZIP
            string, null
            Probable

            ZIP

          • County
            string, null
            Possible

            County

          • Country
            string, null
            Possible
            Value Set

            Country

  • Referral
    object
    • ID
      string, null
      Reliable

      The Health System ID of the referral

    • IDType
      string, null
      Reliable

      The ID type

    • AlternateID
      string, null
      Reliable

      The alternate ID of the referral, often used by external/3rd party systems

    • Type
      string, null
      Reliable
      Value Set

      The type of the referral

    • Category
      string, null
      Reliable
      Value Set

      The category of the referral

    • Priority
      string, null
      Reliable
      Value Set

      The priority of the referral

    • Status
      string, null
      Reliable
      Value Set

      The status of the referral

    • DateTime
      string, null
      Reliable

      The date and time the referral is considered active.
      ISO 8601 Format

    • ExpirationDateTime
      string, null
      Reliable

      The date and time the referral expires.
      ISO 8601 Format

    • ProcessDateTime
      string, null
      Reliable

      The date and time the referral was processed.
      ISO 8601 Format

    • Reason
      string, null
      Probable
      Value Set

      The reason for the referral

    • ProviderSpecialty
      string, null
      Possible

      The provider specialty of the referral

    • DepartmentSpecialty
      string, null
      Possible

      The department specialty of the referral

    • Notes
      Array of string

      Referral Notes

    • Authorization
      object
      • Plan
        object
        • ID
          string, null
          Possible

          The ID of the plan

        • IDType
          string, null
          Possible

          The ID type

        • Name
          string, null
          Possible

          The name of the plan

      • Company
        object
        • ID
          string, null
          Possible

          The ID of the payor

        • IDType
          string, null
          Possible

          The ID type

        • Name
          string, null
          Possible

          The name of the payor

      • DateTime
        string, null
        Possible

        The date and time the authorization is effective.
        ISO 8601 Format

      • ExpirationDateTime
        string, null
        Possible

        The date and time the authorization expires.
        ISO 8601 Format

      • Number
        string, null
        Possible

        The identifier for the authorization assigned by the payor

      • ReimbursementLimit
        string, null
        Possible

        The reimbursement limit for this referral

      • RequestedTreatmentCount
        string, null
        Possible

        The number of treatments requested

      • RequestedTreatmentUnits
        string, null
        Possible

        The units associated to the treatment count.
        e.g. 'instances' or 'days'

      • AuthorizedTreatmentCount
        string, null
        Possible

        The number of treatments authorized

      • Notes
        Array of string

        Notes about the authorizations

    • Diagnoses
      Array of object

      List of diagnoses

      • Code
        string, null
        Probable

        Code for the diagnoses

      • Codeset
        string, null
        Probable
        Value Set

        Code set used to identify the diagnoses.
        One of the following: ICD-9, ICD-10, HCPCS, CPT

      • Name
        string, null
        Probable

        Name of the diagnoses

      • Type
        string, null
        Possible
        Value Set

        Type of the diagnosis

      • DocumentedDateTime
        string, null
        Possible

        DateTime the diagnoses was documented.
        ISO 8601 Format

      • Notes
        Array of string

        Notes about the diagnosis

    • Procedures
      Array of object

      Ordered procedure

      • Code
        string, null
        Reliable

        Code for the procedure

      • Codeset
        string, null
        Reliable

        Code set used to identify the procedure.
        CPT, HCPCS, SNOMED, or LOINC. If no code set is specified, a health system specific identifier is being used.

      • Description
        string, null
        Reliable

        Description of the procedure

      • Notes
        Array of string

        Notes about the procedure

      • Quantity
        string, null
        Possible

        Number of instances for the procedure

      • Units
        string, null
        Possible

        Related units associated to the procedure quantity

      • Modifiers
        Array of string

        Associated procedure modifiers

    • Providers
      Array of object
      • ID
        string, null
        Possible

        ID of the provider.
        This ID is often required for Inpatient Visits.

      • IDType
        string, null
        Possible

        ID type of the ID for the provider

      • FirstName
        string, null
        Possible

        First name of the undefined

      • LastName
        string, null
        Possible

        Last name of the undefined

      • Credentials
        Array of string

        List of credentials for the undefined.
        e.g. MD, PhD

      • Address
        object

        Provider's address

        • StreetAddress
          string, null
          Possible

          Street address

        • City
          string, null
          Possible

          City

        • State
          string, null
          Possible

          State

        • ZIP
          string, null
          Possible

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

      • EmailAddresses
        Array of string

        Provider's email address(es)

      • PhoneNumber
        object
        • Office
          string, null
          Possible

          Provider's office phone number.
          In E. 164 Format. (e.g. +16085551234)

      • Type
        string, null
        Possible
        Value Set

        The type of provider

      • ContactInfo
        string, null
        Possible

        Additional contact information for this provider

      • Location
        object

        Provider's location

        • Type
          string, null
          Possible

          Type of location.
          Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone

        • Facility
          string, null
          Possible

          Facility.
          Example: Community Hospital

        • FacilityIdentifiers
          Array of object

          List of IDs specific to this facility

          • ID
            string, null
            Possible

            An ID specific to this facility

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Department
          string, null
          Possible

          Department

        • DepartmentIdentifiers
          Array of object

          List of IDs specific to this department

          • ID
            string, null
            Possible

            An ID specific to this department

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Room
          string, null
          Possible

          Room.
          Example: 136

    • Visit
      object
      • VisitNumber
        string, null
        Possible

        Visit Number.
        Unique ID of the visit associated to the referral

  • Visit
    object
    • VisitNumber
      string, null
      Possible

      Visit Number.
      Unique ID of the visit associated to the referral

Example
json
1
{
2
"Meta": {
3
"DataModel": "Referral",
4
"EventType": "Modify",
5
"EventDateTime": "2024-11-18T21:23:08.746Z",
6
"Test": true,
7
"Source": {
8
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
9
"Name": "Redox Dev Tools"
10
},
11
"Destinations": [
12
{
13
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
14
"Name": "Redox EMR"
15
}
16
],
17
"Logs": [
18
{
19
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
20
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
21
}
22
],
23
"FacilityCode": null
24
},
25
"Referral": {
26
"ID": "4356789876",
27
"IDType": null,
28
"AlternateID": "2133311",
29
"Type": "Medical",
30
"Category": "Outpatient",
31
"Priority": "Routine",
32
"Status": "Pending",
33
"DateTime": "2015-05-05T00:00:00.000Z",
34
"ExpirationDateTime": "2015-06-05T00:00:00.000Z",
35
"ProcessDateTime": null,
36
"Reason": "Provider Ordered",
37
"ProviderSpecialty": null,
38
"DepartmentSpecialty": null,
39
"Notes": [],
40
"Authorization": {
41
"Plan": {
42
"ID": "31572",
43
"IDType": null,
44
"Name": "HMO Deductible Plan"
45
},
46
"Company": {
47
"ID": "60054",
48
"IDType": null,
49
"Name": "aetna (60054 0131)"
50
},
51
"DateTime": "2015-05-05T00:00:00.000Z",
52
"ExpirationDateTime": "2015-06-05T00:00:00.000Z",
53
"Number": "9140860055",
54
"ReimbursementLimit": null,
55
"RequestedTreatmentCount": null,
56
"RequestedTreatmentUnits": null,
57
"AuthorizedTreatmentCount": null,
58
"Notes": []
59
},
60
"Diagnoses": [],
61
"Procedures": [
62
{
63
"Code": "400500400",
64
"Codeset": "CPT4",
65
"Description": "Anticoag Therapy Referral",
66
"Notes": [],
67
"Quantity": null,
68
"Units": null,
69
"Modifiers": []
70
}
71
],
72
"Providers": [
73
{
74
"ID": "4236464757",
75
"IDType": "NPI",
76
"FirstName": "John",
77
"LastName": "Slate",
78
"Credentials": [
79
"DO"
80
],
81
"Address": {
82
"StreetAddress": "500 First St.",
83
"City": "Clayton",
84
"State": "MO",
85
"ZIP": "63105",
86
"County": "Saint Louis",
87
"Country": "USA"
88
},
89
"EmailAddresses": [],
90
"PhoneNumber": {
91
"Office": null
92
},
93
"Type": "Referring Provider",
94
"ContactInfo": null,
95
"Location": {
96
"Type": null,
97
"Facility": null,
98
"FacilityIdentifiers": [],
99
"Department": null,
100
"DepartmentIdentifiers": [],
101
"Room": null
102
}
103
}
104
],
105
"Visit": {
106
"VisitNumber": null
107
}
108
},
109
"Patient": {
110
"Identifiers": [
111
{
112
"ID": "0000000001",
113
"IDType": "MR"
114
},
115
{
116
"ID": "e167267c-16c9-4fe3-96ae-9cff5703e90a",
117
"IDType": "EHRID"
118
},
119
{
120
"ID": "a1d4ee8aba494ca",
121
"IDType": "NIST"
122
}
123
],
124
"Demographics": {
125
"FirstName": "Timothy",
126
"MiddleName": "Paul",
127
"LastName": "Bixby",
128
"DOB": "2008-01-06",
129
"SSN": "101-01-0001",
130
"Sex": "Male",
131
"Race": "White",
132
"IsHispanic": null,
133
"Religion": null,
134
"MaritalStatus": "Single",
135
"IsDeceased": null,
136
"DeathDateTime": null,
137
"PhoneNumber": {
138
"Home": "+18088675301",
139
"Office": null,
140
"Mobile": null
141
},
142
"EmailAddresses": [],
143
"Language": "en",
144
"Citizenship": [],
145
"Address": {
146
"StreetAddress": "4762 Hickory Street",
147
"City": "Monroe",
148
"State": "WI",
149
"ZIP": "53566",
150
"County": "Green",
151
"Country": "US"
152
}
153
},
154
"Notes": [],
155
"Contacts": [
156
{
157
"FirstName": "Barbara",
158
"MiddleName": null,
159
"LastName": "Bixby",
160
"Address": {
161
"StreetAddress": "4762 Hickory Street",
162
"City": "Monroe",
163
"State": "WI",
164
"ZIP": "53566",
165
"County": "Green",
166
"Country": "US"
167
},
168
"PhoneNumber": {
169
"Home": "+18088675303",
170
"Office": "+17077543758",
171
"Mobile": "+19189368865"
172
},
173
"RelationToPatient": "Mother",
174
"EmailAddresses": [
175
"barb.bixby@test.net"
176
],
177
"Roles": [
178
"Emergency Contact"
179
]
180
}
181
],
182
"Guarantor": {
183
"Number": "10001910",
184
"FirstName": "Kent",
185
"MiddleName": null,
186
"LastName": "Bixby",
187
"SSN": null,
188
"DOB": null,
189
"Sex": null,
190
"Spouse": {
191
"FirstName": "Barbara",
192
"LastName": "Bixby"
193
},
194
"Address": {
195
"StreetAddress": "4762 Hickory Street",
196
"City": "Monroe",
197
"State": "WI",
198
"ZIP": "53566",
199
"County": "Green",
200
"Country": "USA"
201
},
202
"PhoneNumber": {
203
"Home": null,
204
"Business": null,
205
"Mobile": null
206
},
207
"EmailAddresses": [],
208
"Type": null,
209
"RelationToPatient": "Father",
210
"Employer": {
211
"Name": "Accelerator Labs",
212
"Address": {
213
"StreetAddress": "1456 Old Sauk Road",
214
"City": "Madison",
215
"State": "WI",
216
"ZIP": "53719",
217
"County": "Dane",
218
"Country": "USA"
219
},
220
"PhoneNumber": "+18083451121"
221
}
222
},
223
"Insurances": [
224
{
225
"Plan": {
226
"ID": "31572",
227
"IDType": "Payor ID",
228
"Name": "HMO Deductible Plan",
229
"Type": null
230
},
231
"MemberNumber": null,
232
"Company": {
233
"ID": "60054",
234
"IDType": null,
235
"Name": "aetna (60054 0131)",
236
"Address": {
237
"StreetAddress": "PO Box 14080",
238
"City": "Lexington",
239
"State": "KY",
240
"ZIP": "40512-4079",
241
"County": "Fayette",
242
"Country": "US"
243
},
244
"PhoneNumber": "+18089541123"
245
},
246
"GroupNumber": "847025-024-0009",
247
"GroupName": "Accelerator Labs",
248
"EffectiveDate": "2015-01-01",
249
"ExpirationDate": "2020-12-31",
250
"PolicyNumber": "9140860055",
251
"Priority": null,
252
"AgreementType": null,
253
"CoverageType": null,
254
"Insured": {
255
"Identifiers": [],
256
"LastName": null,
257
"MiddleName": null,
258
"FirstName": null,
259
"SSN": null,
260
"Relationship": null,
261
"DOB": null,
262
"Sex": null,
263
"Address": {
264
"StreetAddress": null,
265
"City": null,
266
"State": null,
267
"ZIP": null,
268
"County": null,
269
"Country": null
270
}
271
}
272
}
273
]
274
},
275
"Visit": {
276
"VisitNumber": null
277
}
278
}