PatientSearch
The PatientSearch data model is one of the main methods for locating a patient based on incomplete identifying information. You can search for a patient in two different ways: a) By identifier: You can search with an identifier like the patient's MRN. If successful, the search returns a full set of patient demographics. If not, the search returns an empty set; b) By demographics: If you don't have a patient identifier, you can search with a patient's demographics like name, birthdate, gender, or SSN. We recommend using as much demographic information as possible; otherwise, you may find other patients with the same basic demographic information. Your search may return one, many, or no matches.
With the PatientSearch data model, you can only search for a patient at one organization at a time. If you want to search for a patient at multiple organizations, you can use our record locator service.
Note that If you're using PDQ or XCPD, many healthcare organizations don't support a patient's SSN. This is something that likely varies by site that we recommend you talk through with your connection.
The PatientSearch query uses a subset of patient demographic information to find a patient record match. This is often useful to retrieve the specific identifiers required for subsequent calls on a patient chart.
Fields
Meta
Meta.DataModel
String
ReliableRequiredPatientSearch
Meta.EventType
String
ReliableRequiredQuery
Meta.EventDateTime
DateTime
ReliableDisplays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format
Meta.Test
Boolean
ReliableIndicates whether the request is a test or not.
Meta.Source
String
ReliableContains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox
Meta.Source.ID
String
ReliableIdentifies 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
Meta.Source.Name
String
ReliableDisplays the name of the system initiating the message.
Meta.Destinations[]
Array of Objects
ReliableContains 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.
Meta.Destinations[].ID
String
ReliableIdentifies the endpoint that the request is directed to.
UUID
Meta.Destinations[].Name
String
ReliableDisplays the name of the endpoint that the request is directed to.
Meta.Logs[]
Array of Objects
ReliableContains the log identifier(s) for the request.
Meta.Logs[].ID
String
ReliableIdentifies 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
Meta.Logs[].AttemptID
String
ReliableIdentifies the request log attempt value, which is useful when retries are possible.
UUID
Meta.FacilityCode
String
PossibleCode 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
Patient.Identifiers[]
Array of Objects
ReliableList of IDs and ID types that identify the patient
Patient.Identifiers[].ID
String
ReliableID for the patient
Patient.Identifiers[].IDType
String
ReliableType of ID.
E.g. MRN, EPI
Patient.Demographics.FirstName
String
ReliablePatient's first name
Patient.Demographics.MiddleName
String
PossiblePatient's middle name or middle initial. For patients with multiple middle names, all their middle names are included in this field.
Patient.Demographics.LastName
String
ReliablePatient's last name
Patient.Demographics.DOB
String
ReliablePatient's date of birth.
In ISO 8601 format
Patient.Demographics.SSN
String
ProbablePatient's social security number
Patient.Demographics.Sex
String
ReliableValueSetPatient's sex
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Race
String
PossibleValueSetPatient's race
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.IsHispanic
Boolean
PossibleValueSetIndicates if the patient is of hispanic origin.
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Religion
String
PossibleValueSetPatient's religious affiliation
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.MaritalStatus
String
PossibleValueSetPatient's marital status
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.IsDeceased
Boolean
PossibleIndicates if the patient is deceased
Patient.Demographics.DeathDateTime
DateTime
PossibleDate and Time the patient was proclaimed deceased.
ISO 8601 Format
Patient.Demographics.PhoneNumber.Home
String
ProbablePatient's home phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Demographics.PhoneNumber.Office
String
ProbablePatient's office phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Demographics.PhoneNumber.Mobile
String
ProbablePatient's mobile phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Demographics.EmailAddresses[]
Array of Strings
ProbablePatient's email address(es)
Patient.Demographics.Language
String
PossibleValueSetPatient's primary spoken language
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Citizenship[]
Array of strings
PossibleValueSetPatient's nation(s) of citizenship
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Address
Object
ProbablePatient's home address
Patient.Demographics.Address.StreetAddress
String
ProbableStreet address
Patient.Demographics.Address.City
String
ProbableCity
Patient.Demographics.Address.State
String
ProbableState
Patient.Demographics.Address.ZIP
String
ProbableZIP
Patient.Demographics.Address.County
String
PossibleCounty
Patient.Demographics.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Patient.Notes[]
Array of strings
PossiblePatient-level notes
{
"Meta": {
"DataModel": "PatientSearch",
"EventType": "Query",
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "0f4bd1d1-451d-4351-8cfd-b767d1b488d6",
"Name": "Patient Search Endpoint"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "e167267c-16c9-4fe3-96ae-9cff5703e90a",
"IDType": "EHRID"
},
{
"ID": "a1d4ee8aba494ca",
"IDType": "NIST"
}
],
"Demographics": {
"FirstName": "Timothy",
"MiddleName": "Paul",
"LastName": "Bixby",
"DOB": "2008-01-06",
"SSN": "101-01-0001",
"Sex": "Male",
"Race": "White",
"IsHispanic": null,
"Religion": null,
"MaritalStatus": "Single",
"IsDeceased": null,
"DeathDateTime": null,
"PhoneNumber": {
"Home": "+18088675301",
"Office": null,
"Mobile": null
},
"EmailAddresses": [],
"Language": "en",
"Citizenship": [],
"Address": {
"StreetAddress": "4762 Hickory Street",
"City": "Monroe",
"State": "WI",
"ZIP": "53566",
"County": "Green",
"Country": "US"
}
},
"Notes": []
}
}
This is the response to the PatientSearch Query. If the queried system successfully matches one existing patient based on the fields provided, the query will return available demographic fields in the Patient object. If the queried system finds no patients or multiple matches, the Patient object will be empty and potential matches may be returned in the PotentialMatches array. Please note many health systems will not return a PotentialMatches array.
Fields
Meta
Meta.DataModel
String
ReliableRequiredPatientSearch
Meta.EventType
String
ReliableRequiredResponse
Meta.EventDateTime
DateTime
ReliableDisplays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format
Meta.Test
Boolean
ReliableIndicates whether the request is a test or not.
Meta.Source
String
ReliableContains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox
Meta.Source.ID
String
ReliableIdentifies 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
Meta.Source.Name
String
ReliableDisplays the name of the system initiating the message.
Meta.Destinations[]
Array of Objects
ReliableContains 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.
Meta.Destinations[].ID
String
ReliableIdentifies the endpoint that the request is directed to.
UUID
Meta.Destinations[].Name
String
ReliableDisplays the name of the endpoint that the request is directed to.
Meta.Logs[]
Array of Objects
ReliableContains the log identifier(s) for the request.
Meta.Logs[].ID
String
ReliableIdentifies 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
Meta.Logs[].AttemptID
String
ReliableIdentifies the request log attempt value, which is useful when retries are possible.
UUID
Meta.FacilityCode
String
PossibleCode 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.
Meta.IsIncomplete
Boolean
ReliableIndicates that a limit was reached, and not all data was returned. If true, the sender may want to restrict the parameters of the request in order to match fewer results.
Patient
Patient.Identifiers[]
Array of Objects
ReliableList of IDs and ID types that identify the patient
Patient.Identifiers[].ID
String
ReliableID for the patient
Patient.Identifiers[].IDType
String
ReliableType of ID.
E.g. MRN, EPI
Patient.Demographics.FirstName
String
ReliablePatient's first name
Patient.Demographics.MiddleName
String
PossiblePatient's middle name or middle initial. For patients with multiple middle names, all their middle names are included in this field.
Patient.Demographics.LastName
String
ReliablePatient's last name
Patient.Demographics.DOB
String
ReliablePatient's date of birth.
In ISO 8601 format
Patient.Demographics.SSN
String
ProbablePatient's social security number
Patient.Demographics.Sex
String
ReliableValueSetPatient's sex
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Race
String
PossibleValueSetPatient's race
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.IsHispanic
Boolean
PossibleValueSetIndicates if the patient is of hispanic origin.
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Religion
String
PossibleValueSetPatient's religious affiliation
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.MaritalStatus
String
PossibleValueSetPatient's marital status
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.IsDeceased
Boolean
PossibleIndicates if the patient is deceased
Patient.Demographics.DeathDateTime
DateTime
PossibleDate and Time the patient was proclaimed deceased.
ISO 8601 Format
Patient.Demographics.PhoneNumber.Home
String
ProbablePatient's home phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Demographics.PhoneNumber.Office
String
ProbablePatient's office phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Demographics.PhoneNumber.Mobile
String
ProbablePatient's mobile phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Demographics.EmailAddresses[]
Array of Strings
ProbablePatient's email address(es)
Patient.Demographics.Language
String
PossibleValueSetPatient's primary spoken language
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Citizenship[]
Array of strings
PossibleValueSetPatient's nation(s) of citizenship
-
Additional values may be added by Redox in the future.
-
Patient.Demographics.Address
Object
ProbablePatient's home address
Patient.Demographics.Address.StreetAddress
String
ProbableStreet address
Patient.Demographics.Address.City
String
ProbableCity
Patient.Demographics.Address.State
String
ProbableState
Patient.Demographics.Address.ZIP
String
ProbableZIP
Patient.Demographics.Address.County
String
PossibleCounty
Patient.Demographics.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Patient.Notes[]
Array of strings
PossiblePatient-level notes
Patient.Contacts[].FirstName
String
PossibleFirst name of the contact
Patient.Contacts[].MiddleName
String
PossibleMiddle name of the contact
Patient.Contacts[].LastName
String
PossibleLast name of the contact
Patient.Contacts[].Address
Object
PossibleAddress of the contact
Patient.Contacts[].Address.StreetAddress
String
PossibleStreet address
Patient.Contacts[].Address.City
String
PossibleCity
Patient.Contacts[].Address.State
String
PossibleState
Patient.Contacts[].Address.ZIP
String
PossibleZIP
Patient.Contacts[].Address.County
String
PossibleCounty
Patient.Contacts[].Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Patient.Contacts[].PhoneNumber.Home
String
PossibleHome phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Contacts[].PhoneNumber.Office
String
PossibleOffice phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Contacts[].PhoneNumber.Mobile
String
ProbableMobile phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.Contacts[].RelationToPatient
String
PossibleValueSetPersonal relationship to the patient
-
Additional values may be added by Redox in the future.
-
Patient.Contacts[].EmailAddresses[]
Array of string
PossibleEmail address(es) of the contact person
Patient.Contacts[].Roles[]
Array of strings
PossibleRole of this contact for the patient.
e.x. Employer, Emergency Contact
Patient.PCP
Object
ReliablePrimary Care Provider for the Patient
Patient.PCP.NPI
String
ReliableNPI of the PCP
Patient.PCP.ID
String
ReliableID of the PCP.
This ID is often required for Inpatient Visits.
Patient.PCP.IDType
String
ReliableID type of the ID for the PCP
Patient.PCP.FirstName
String
PossibleFirst name of the PCP
Patient.PCP.LastName
String
PossibleLast name of the PCP
Patient.PCP.Credentials[]
Array of Strings
PossibleList of credentials for the PCP.
e.g. MD, PhD
Patient.PCP.Address
Object
PossibleProvider's address
Patient.PCP.Address.StreetAddress
String
PossibleStreet address
Patient.PCP.Address.City
String
PossibleCity
Patient.PCP.Address.State
String
PossibleState
Patient.PCP.Address.ZIP
String
PossibleZIP
Patient.PCP.Address.County
String
PossibleCounty
Patient.PCP.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Patient.PCP.EmailAddresses[]
Array of Strings
ProbableProvider's email address(es)
Patient.PCP.PhoneNumber.Office
String
PossibleProvider's office phone number.
In E. 164 Format. (e.g. +16085551234)
Patient.PCP.Location
Object
PossibleProvider's location
Patient.PCP.Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
Patient.PCP.Location.Facility
String
PossibleFacility.
Example: Community Hospital
Patient.PCP.Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
Patient.PCP.Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
Patient.PCP.Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Patient.PCP.Location.Department
String
PossibleDepartment
Patient.PCP.Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
Patient.PCP.Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
Patient.PCP.Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Patient.PCP.Location.Room
String
PossibleRoom.
Example: 136
Patient.Guarantor
Object
PossiblePerson ultimately responsible for the patient's bills
Patient.Guarantor.Number
String
ProbableNumber of the guarantor
Patient.Guarantor.FirstName
String
ProbableFirst name
Patient.Guarantor.MiddleName
String
PossibleMiddle name
Patient.Guarantor.LastName
String
ProbableLast name
Patient.Guarantor.SSN
String
PossibleGuarantor's social security number
Patient.Guarantor.DOB
String
PossibleGuarantor's date of birth.
In ISO 8601 format
Patient.Guarantor.Sex
String
PossibleValueSetGuarantor's sex
-
Additional values may be added by Redox in the future.
-
Patient.Guarantor.Spouse.FirstName
String
ProbableSpouse's first name
Patient.Guarantor.Spouse.LastName
String
ProbableSpouse's last name
Patient.Guarantor.Address
Object
ProbableAddress of the guarantor
Patient.Guarantor.Address.StreetAddress
String
ProbableStreet address
Patient.Guarantor.Address.City
String
ProbableCity
Patient.Guarantor.Address.State
String
ProbableState
Patient.Guarantor.Address.ZIP
String
ProbableZIP
Patient.Guarantor.Address.County
String
PossibleCounty
Patient.Guarantor.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Patient.Guarantor.PhoneNumber.Home
String
ProbableHome phone number.
In E. 164 Format (i.e. +16085551234)
Patient.Guarantor.PhoneNumber.Business
String
ProbableBusiness phone number.
In E. 164 Format (i.e. +16085551234)
Patient.Guarantor.PhoneNumber.Mobile
String
ProbableMobile phone number.
In E. 164 Format (i.e. +16085551234)
Patient.Guarantor.EmailAddresses[]
Array of Strings
ProbableGuarantor's email address(es)
Patient.Guarantor.Type
String
ProbableType of guarantor.
E.g. institution, individual
Patient.Guarantor.RelationToPatient
String
ProbableValueSetRelation to the patient
-
Additional values may be added by Redox in the future.
-
Patient.Guarantor.Employer.Name
String
ProbableEmployer's name
Patient.Guarantor.Employer.Address
Object
ProbableEmployer's address
Patient.Guarantor.Employer.Address.StreetAddress
String
ProbableStreet address
Patient.Guarantor.Employer.Address.City
String
ProbableCity
Patient.Guarantor.Employer.Address.State
String
ProbableState
Patient.Guarantor.Employer.Address.ZIP
String
ProbableZIP
Patient.Guarantor.Employer.Address.County
String
PossibleCounty
Patient.Guarantor.Employer.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Patient.Guarantor.Employer.PhoneNumber
String
ProbableEmployer phone number.
In E. 164 Format (i.e. +16085551234)
Patient.Insurances[]
Array of Objects
ProbableList of insurance coverages for the patient
Patient.Insurances[].Plan.ID
String
ProbableIdentifier of insurance plan
Patient.Insurances[].Plan.IDType
String
ProbableID type of insurance plan
Patient.Insurances[].Plan.Name
String
ProbableName of insurance plan
Patient.Insurances[].Plan.Type
String
PossibleType of insurance plan
Patient.Insurances[].MemberNumber
String
PossiblePatient member number
Patient.Insurances[].Company.ID
String
ProbableID of insurance company (payor)
Patient.Insurances[].Company.IDType
String
ProbableID type of insurance company (payor)
Patient.Insurances[].Company.Name
String
ProbableName of insurance company (payor)
Patient.Insurances[].Company.Address
Object
ProbableInsurance company's address
Patient.Insurances[].Company.Address.StreetAddress
String
ProbableStreet address
Patient.Insurances[].Company.Address.City
String
ProbableCity
Patient.Insurances[].Company.Address.State
String
ProbableState
Patient.Insurances[].Company.Address.ZIP
String
ProbableZIP
Patient.Insurances[].Company.Address.County
String
PossibleCounty
Patient.Insurances[].Company.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Patient.Insurances[].Company.PhoneNumber
String
ProbableInsurance companys phone number.
In E. 164 Format (i.e. +16085551234)
Patient.Insurances[].GroupNumber
String
ProbableInsurance policy group number
Patient.Insurances[].GroupName
String
ProbableInsurance policy group name
Patient.Insurances[].EffectiveDate
String
ProbableEffect date of this insurance policy.
In YYYY-MM-DD format
Patient.Insurances[].ExpirationDate
String
ProbableExpiration date of this insurance policy.
In YYYY-MM-DD format
Patient.Insurances[].PolicyNumber
String
ProbableInsurance policy number
Patient.Insurances[].Priority
String
PossibleValueSetThe insurance priority sequence.
-
Additional values may be added by Redox in the future.
-
Patient.Insurances[].AgreementType
String
ProbableValueSetType of insurance agreement.
-
Additional values may be added by Redox in the future.
-
Patient.Insurances[].CoverageType
String
ProbableValueSetType of insurance agreement.
-
Additional values may be added by Redox in the future.
-
Patient.Insurances[].Insured
Object
PossibleIndividual who has the agreement with the insurance company for the related policy
Patient.Insurances[].Insured.Identifiers[]
Array of Objects
PossibleList of IDs and ID types that identify the insured
Patient.Insurances[].Insured.Identifiers[].ID
String
PossibleID for the insured
Patient.Insurances[].Insured.Identifiers[].IDType
String
PossibleType of ID.
E.g. MRN, EPI
Patient.Insurances[].Insured.LastName
String
PossibleLast name of the insured
Patient.Insurances[].Insured.MiddleName
String
PossibleMiddle name of the insured
Patient.Insurances[].Insured.FirstName
String
PossibleFirst name of the insured
Patient.Insurances[].Insured.SSN
String
PossibleInsured's social security number
Patient.Insurances[].Insured.Relationship
String
PossibleValueSetRelationship of the insured to the patient
-
Additional values may be added by Redox in the future.
-
Patient.Insurances[].Insured.DOB
String
PossibleDate of birth of the insured.
In YYYY-MM-DD format
Patient.Insurances[].Insured.Sex
String
PossibleValueSetSex of the insured
-
Additional values may be added by Redox in the future.
-
Patient.Insurances[].Insured.Address
Object
ProbableAddress of the insured
Patient.Insurances[].Insured.Address.StreetAddress
String
ProbableStreet address
Patient.Insurances[].Insured.Address.City
String
ProbableCity
Patient.Insurances[].Insured.Address.State
String
ProbableState
Patient.Insurances[].Insured.Address.ZIP
String
ProbableZIP
Patient.Insurances[].Insured.Address.County
String
PossibleCounty
Patient.Insurances[].Insured.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
PotentialMatches
PotentialMatches[].Identifiers[]
Array of Objects
ReliableList of IDs and ID types that identify the patient
PotentialMatches[].Identifiers[].ID
String
ReliableID for the patient
PotentialMatches[].Identifiers[].IDType
String
ReliableType of ID.
E.g. MRN, EPI
PotentialMatches[].Demographics.FirstName
String
ReliablePatient's first name
PotentialMatches[].Demographics.MiddleName
String
PossiblePatient's middle name or middle initial. For patients with multiple middle names, all their middle names are included in this field.
PotentialMatches[].Demographics.LastName
String
ReliablePatient's last name
PotentialMatches[].Demographics.DOB
String
ReliablePatient's date of birth.
In ISO 8601 format
PotentialMatches[].Demographics.SSN
String
ProbablePatient's social security number
PotentialMatches[].Demographics.Sex
String
ReliableValueSetPatient's sex
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Demographics.Race
String
PossibleValueSetPatient's race
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Demographics.IsHispanic
Boolean
PossibleValueSetIndicates if the patient is of hispanic origin.
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Demographics.Religion
String
PossibleValueSetPatient's religious affiliation
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Demographics.MaritalStatus
String
PossibleValueSetPatient's marital status
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Demographics.IsDeceased
Boolean
PossibleIndicates if the patient is deceased
PotentialMatches[].Demographics.DeathDateTime
DateTime
PossibleDate and Time the patient was proclaimed deceased.
ISO 8601 Format
PotentialMatches[].Demographics.PhoneNumber.Home
String
ProbablePatient's home phone number.
In E. 164 Format. (e.g. +16085551234)
PotentialMatches[].Demographics.PhoneNumber.Office
String
ProbablePatient's office phone number.
In E. 164 Format. (e.g. +16085551234)
PotentialMatches[].Demographics.PhoneNumber.Mobile
String
ProbablePatient's mobile phone number.
In E. 164 Format. (e.g. +16085551234)
PotentialMatches[].Demographics.EmailAddresses[]
Array of Strings
ProbablePatient's email address(es)
PotentialMatches[].Demographics.Language
String
PossibleValueSetPatient's primary spoken language
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Demographics.Citizenship[]
Array of strings
PossibleValueSetPatient's nation(s) of citizenship
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Demographics.Address
Object
ProbablePatient's home address
PotentialMatches[].Demographics.Address.StreetAddress
String
ProbableStreet address
PotentialMatches[].Demographics.Address.City
String
ProbableCity
PotentialMatches[].Demographics.Address.State
String
ProbableState
PotentialMatches[].Demographics.Address.ZIP
String
ProbableZIP
PotentialMatches[].Demographics.Address.County
String
PossibleCounty
PotentialMatches[].Demographics.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Notes[]
Array of strings
PossiblePatient-level notes
PotentialMatches[].Contacts[].FirstName
String
PossibleFirst name of the contact
PotentialMatches[].Contacts[].MiddleName
String
PossibleMiddle name of the contact
PotentialMatches[].Contacts[].LastName
String
PossibleLast name of the contact
PotentialMatches[].Contacts[].Address
Object
PossibleAddress of the contact
PotentialMatches[].Contacts[].Address.StreetAddress
String
PossibleStreet address
PotentialMatches[].Contacts[].Address.City
String
PossibleCity
PotentialMatches[].Contacts[].Address.State
String
PossibleState
PotentialMatches[].Contacts[].Address.ZIP
String
PossibleZIP
PotentialMatches[].Contacts[].Address.County
String
PossibleCounty
PotentialMatches[].Contacts[].Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Contacts[].PhoneNumber.Home
String
PossibleHome phone number.
In E. 164 Format. (e.g. +16085551234)
PotentialMatches[].Contacts[].PhoneNumber.Office
String
PossibleOffice phone number.
In E. 164 Format. (e.g. +16085551234)
PotentialMatches[].Contacts[].PhoneNumber.Mobile
String
ProbableMobile phone number.
In E. 164 Format. (e.g. +16085551234)
PotentialMatches[].Contacts[].RelationToPatient
String
PossibleValueSetPersonal relationship to the patient
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Contacts[].EmailAddresses[]
Array of string
PossibleEmail address(es) of the contact person
PotentialMatches[].Contacts[].Roles[]
Array of strings
PossibleRole of this contact for the patient.
e.x. Employer, Emergency Contact
PotentialMatches[].PCP
Object
ReliablePrimary Care Provider for the potentially matching patient
PotentialMatches[].PCP.NPI
String
ReliableNPI of the PCP
PotentialMatches[].PCP.ID
String
ReliableID of the PCP.
This ID is often required for Inpatient Visits.
PotentialMatches[].PCP.IDType
String
ReliableID type of the ID for the PCP
PotentialMatches[].PCP.FirstName
String
PossibleFirst name of the PCP
PotentialMatches[].PCP.LastName
String
PossibleLast name of the PCP
PotentialMatches[].PCP.Credentials[]
Array of Strings
PossibleList of credentials for the PCP.
e.g. MD, PhD
PotentialMatches[].PCP.Address
Object
PossibleProvider's address
PotentialMatches[].PCP.Address.StreetAddress
String
PossibleStreet address
PotentialMatches[].PCP.Address.City
String
PossibleCity
PotentialMatches[].PCP.Address.State
String
PossibleState
PotentialMatches[].PCP.Address.ZIP
String
PossibleZIP
PotentialMatches[].PCP.Address.County
String
PossibleCounty
PotentialMatches[].PCP.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].PCP.EmailAddresses[]
Array of Strings
ProbableProvider's email address(es)
PotentialMatches[].PCP.PhoneNumber.Office
String
PossibleProvider's office phone number.
In E. 164 Format. (e.g. +16085551234)
PotentialMatches[].PCP.Location
Object
PossibleProvider's location
PotentialMatches[].PCP.Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
PotentialMatches[].PCP.Location.Facility
String
PossibleFacility.
Example: Community Hospital
PotentialMatches[].PCP.Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
PotentialMatches[].PCP.Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
PotentialMatches[].PCP.Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
PotentialMatches[].PCP.Location.Department
String
PossibleDepartment
PotentialMatches[].PCP.Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
PotentialMatches[].PCP.Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
PotentialMatches[].PCP.Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
PotentialMatches[].PCP.Location.Room
String
PossibleRoom.
Example: 136
PotentialMatches[].Guarantor
Object
PossiblePerson ultimately responsible for each potentially matching patient's bills
PotentialMatches[].Guarantor.Number
String
ProbableNumber of the guarantor
PotentialMatches[].Guarantor.FirstName
String
ProbableFirst name
PotentialMatches[].Guarantor.MiddleName
String
PossibleMiddle name
PotentialMatches[].Guarantor.LastName
String
ProbableLast name
PotentialMatches[].Guarantor.SSN
String
PossibleGuarantor's social security number
PotentialMatches[].Guarantor.DOB
String
PossibleGuarantor's date of birth.
In ISO 8601 format
PotentialMatches[].Guarantor.Sex
String
PossibleValueSetGuarantor's sex
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Guarantor.Spouse.FirstName
String
ProbableSpouse's first name
PotentialMatches[].Guarantor.Spouse.LastName
String
ProbableSpouse's last name
PotentialMatches[].Guarantor.Address
Object
ProbableAddress of the guarantor
PotentialMatches[].Guarantor.Address.StreetAddress
String
ProbableStreet address
PotentialMatches[].Guarantor.Address.City
String
ProbableCity
PotentialMatches[].Guarantor.Address.State
String
ProbableState
PotentialMatches[].Guarantor.Address.ZIP
String
ProbableZIP
PotentialMatches[].Guarantor.Address.County
String
PossibleCounty
PotentialMatches[].Guarantor.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Guarantor.PhoneNumber.Home
String
ProbableHome phone number.
In E. 164 Format (i.e. +16085551234)
PotentialMatches[].Guarantor.PhoneNumber.Business
String
ProbableBusiness phone number.
In E. 164 Format (i.e. +16085551234)
PotentialMatches[].Guarantor.PhoneNumber.Mobile
String
ProbableMobile phone number.
In E. 164 Format (i.e. +16085551234)
PotentialMatches[].Guarantor.EmailAddresses[]
Array of Strings
ProbableGuarantor's email address(es)
PotentialMatches[].Guarantor.Type
String
ProbableType of guarantor.
E.g. institution, individual
PotentialMatches[].Guarantor.RelationToPatient
String
ProbableValueSetRelation to the patient
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Guarantor.Employer.Name
String
ProbableEmployer's name
PotentialMatches[].Guarantor.Employer.Address
Object
ProbableEmployer's address
PotentialMatches[].Guarantor.Employer.Address.StreetAddress
String
ProbableStreet address
PotentialMatches[].Guarantor.Employer.Address.City
String
ProbableCity
PotentialMatches[].Guarantor.Employer.Address.State
String
ProbableState
PotentialMatches[].Guarantor.Employer.Address.ZIP
String
ProbableZIP
PotentialMatches[].Guarantor.Employer.Address.County
String
PossibleCounty
PotentialMatches[].Guarantor.Employer.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Guarantor.Employer.PhoneNumber
String
ProbableEmployer phone number.
In E. 164 Format (i.e. +16085551234)
PotentialMatches[].Insurances[]
Array of Objects
ProbableList of insurance coverages for each potentially matching patient
PotentialMatches[].Insurances[].Plan.ID
String
ProbableIdentifier of insurance plan
PotentialMatches[].Insurances[].Plan.IDType
String
ProbableID type of insurance plan
PotentialMatches[].Insurances[].Plan.Name
String
ProbableName of insurance plan
PotentialMatches[].Insurances[].Plan.Type
String
PossibleType of insurance plan
PotentialMatches[].Insurances[].MemberNumber
String
PossiblePatient member number
PotentialMatches[].Insurances[].Company.ID
String
ProbableID of insurance company (payor)
PotentialMatches[].Insurances[].Company.IDType
String
ProbableID type of insurance company (payor)
PotentialMatches[].Insurances[].Company.Name
String
ProbableName of insurance company (payor)
PotentialMatches[].Insurances[].Company.Address
Object
ProbableInsurance company's address
PotentialMatches[].Insurances[].Company.Address.StreetAddress
String
ProbableStreet address
PotentialMatches[].Insurances[].Company.Address.City
String
ProbableCity
PotentialMatches[].Insurances[].Company.Address.State
String
ProbableState
PotentialMatches[].Insurances[].Company.Address.ZIP
String
ProbableZIP
PotentialMatches[].Insurances[].Company.Address.County
String
PossibleCounty
PotentialMatches[].Insurances[].Company.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Insurances[].Company.PhoneNumber
String
ProbableInsurance companys phone number.
In E. 164 Format (i.e. +16085551234)
PotentialMatches[].Insurances[].GroupNumber
String
ProbableInsurance policy group number
PotentialMatches[].Insurances[].GroupName
String
ProbableInsurance policy group name
PotentialMatches[].Insurances[].EffectiveDate
String
ProbableEffect date of this insurance policy.
In YYYY-MM-DD format
PotentialMatches[].Insurances[].ExpirationDate
String
ProbableExpiration date of this insurance policy.
In YYYY-MM-DD format
PotentialMatches[].Insurances[].PolicyNumber
String
ProbableInsurance policy number
PotentialMatches[].Insurances[].Priority
String
PossibleValueSetThe insurance priority sequence.
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Insurances[].AgreementType
String
ProbableValueSetType of insurance agreement.
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Insurances[].CoverageType
String
ProbableValueSetType of insurance agreement.
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Insurances[].Insured
Object
PossibleIndividual who has the agreement with the insurance company for the related policy
PotentialMatches[].Insurances[].Insured.Identifiers[]
Array of Objects
PossibleList of IDs and ID types that identify the insured
PotentialMatches[].Insurances[].Insured.Identifiers[].ID
String
PossibleID for the insured
PotentialMatches[].Insurances[].Insured.Identifiers[].IDType
String
PossibleType of ID.
E.g. MRN, EPI
PotentialMatches[].Insurances[].Insured.LastName
String
PossibleLast name of the insured
PotentialMatches[].Insurances[].Insured.MiddleName
String
PossibleMiddle name of the insured
PotentialMatches[].Insurances[].Insured.FirstName
String
PossibleFirst name of the insured
PotentialMatches[].Insurances[].Insured.SSN
String
PossibleInsured's social security number
PotentialMatches[].Insurances[].Insured.Relationship
String
PossibleValueSetRelationship of the insured to the patient
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Insurances[].Insured.DOB
String
PossibleDate of birth of the insured.
In YYYY-MM-DD format
PotentialMatches[].Insurances[].Insured.Sex
String
PossibleValueSetSex of the insured
-
Additional values may be added by Redox in the future.
-
PotentialMatches[].Insurances[].Insured.Address
Object
ProbableAddress of the insured
PotentialMatches[].Insurances[].Insured.Address.StreetAddress
String
ProbableStreet address
PotentialMatches[].Insurances[].Insured.Address.City
String
ProbableCity
PotentialMatches[].Insurances[].Insured.Address.State
String
ProbableState
PotentialMatches[].Insurances[].Insured.Address.ZIP
String
ProbableZIP
PotentialMatches[].Insurances[].Insured.Address.County
String
PossibleCounty
PotentialMatches[].Insurances[].Insured.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
{
"Meta": {
"DataModel": "PatientSearch",
"EventType": "Response",
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "0f4bd1d1-451d-4351-8cfd-b767d1b488d6",
"Name": "Patient Search Endpoint"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"FacilityCode": null,
"IsIncomplete": false
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "e167267c-16c9-4fe3-96ae-9cff5703e90a",
"IDType": "EHRID"
},
{
"ID": "a1d4ee8aba494ca",
"IDType": "NIST"
}
],
"Demographics": {
"FirstName": "Timothy",
"MiddleName": "Paul",
"LastName": "Bixby",
"DOB": "2008-01-06",
"SSN": "101-01-0001",
"Sex": "Male",
"Race": "White",
"IsHispanic": null,
"Religion": null,
"MaritalStatus": "Single",
"IsDeceased": null,
"DeathDateTime": null,
"PhoneNumber": {
"Home": "+18088675301",
"Office": null,
"Mobile": null
},
"EmailAddresses": [],
"Language": "en",
"Citizenship": [],
"Address": {
"StreetAddress": "4762 Hickory Street",
"City": "Monroe",
"State": "WI",
"ZIP": "53566",
"County": "Green",
"Country": "US"
}
},
"Notes": [],
"Contacts": [
{
"FirstName": "Barbara",
"MiddleName": null,
"LastName": "Bixby",
"Address": {
"StreetAddress": "4762 Hickory Street",
"City": "Monroe",
"State": "WI",
"ZIP": "53566",
"County": "Green",
"Country": "US"
},
"PhoneNumber": {
"Home": "+18088675303",
"Office": "+17077543758",
"Mobile": "+19189368865"
},
"RelationToPatient": "Mother",
"EmailAddresses": [
"[email protected]"
],
"Roles": [
"Emergency Contact"
]
}
],
"PCP": {
"NPI": "4356789876",
"ID": "4356789876",
"IDType": "NPI",
"FirstName": "Pat",
"LastName": "Granite",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "Madison",
"State": "WI",
"ZIP": "53703",
"County": "Dane",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16085551234"
},
"Location": {
"Type": null,
"Facility": null,
"FacilityIdentifiers": [],
"Department": null,
"DepartmentIdentifiers": [],
"Room": null
}
},
"Guarantor": {
"Number": "10001910",
"FirstName": "Kent",
"MiddleName": null,
"LastName": "Bixby",
"SSN": null,
"DOB": null,
"Sex": null,
"Spouse": {
"FirstName": "Barbara",
"LastName": "Bixby"
},
"Address": {
"StreetAddress": "4762 Hickory Street",
"City": "Monroe",
"State": "WI",
"ZIP": "53566",
"County": "Green",
"Country": "USA"
},
"PhoneNumber": {
"Home": null,
"Business": null,
"Mobile": null
},
"EmailAddresses": [],
"Type": null,
"RelationToPatient": "Father",
"Employer": {
"Name": "Accelerator Labs",
"Address": {
"StreetAddress": "1456 Old Sauk Road",
"City": "Madison",
"State": "WI",
"ZIP": "53719",
"County": "Dane",
"Country": "USA"
},
"PhoneNumber": "+18083451121"
}
},
"Insurances": [
{
"Plan": {
"ID": "31572",
"IDType": "Payor ID",
"Name": "HMO Deductible Plan",
"Type": null
},
"MemberNumber": null,
"Company": {
"ID": "60054",
"IDType": null,
"Name": "aetna (60054 0131)",
"Address": {
"StreetAddress": "PO Box 14080",
"City": "Lexington",
"State": "KY",
"ZIP": "40512-4079",
"County": "Fayette",
"Country": "US"
},
"PhoneNumber": "+18089541123"
},
"GroupNumber": "847025-024-0009",
"GroupName": "Accelerator Labs",
"EffectiveDate": "2015-01-01",
"ExpirationDate": "2020-12-31",
"PolicyNumber": "9140860055",
"Priority": null,
"AgreementType": null,
"CoverageType": null,
"Insured": {
"Identifiers": [],
"LastName": null,
"MiddleName": null,
"FirstName": null,
"SSN": null,
"Relationship": null,
"DOB": null,
"Sex": null,
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null
}
}
}
]
},
"PotentialMatches": []
}
The PatientSearch Location Query will use a known patient identifier to find the external locations and identifiers known to another system. This can be useful to identify other locations at which the patient may have clinical information.
Fields
Meta
Meta.DataModel
String
ReliableRequiredPatientSearch
Meta.EventType
String
ReliableRequiredLocationQuery
Meta.EventDateTime
DateTime
ReliableDisplays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format
Meta.Test
Boolean
ReliableIndicates whether the request is a test or not.
Meta.Source
String
ReliableContains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox
Meta.Source.ID
String
ReliableIdentifies 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
Meta.Source.Name
String
ReliableDisplays the name of the system initiating the message.
Meta.Destinations[]
Array of Objects
ReliableContains 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.
Meta.Destinations[].ID
String
ReliableIdentifies the endpoint that the request is directed to.
UUID
Meta.Destinations[].Name
String
ReliableDisplays the name of the endpoint that the request is directed to.
Meta.Logs[]
Array of Objects
ReliableContains the log identifier(s) for the request.
Meta.Logs[].ID
String
ReliableIdentifies 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
Meta.Logs[].AttemptID
String
ReliableIdentifies the request log attempt value, which is useful when retries are possible.
UUID
Meta.FacilityCode
String
PossibleCode 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
Patient.Identifiers[]
Array of Objects
ReliableList of IDs and ID types that identify the patient
Patient.Identifiers[].ID
String
ReliableRequiredID for the patient
Patient.Identifiers[].IDType
String
ReliableRequiredType of ID.
E.g. MRN, EPI
{
"Meta": {
"DataModel": "PatientSearch",
"EventType": "LocationQuery",
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "e167267c-16c9-4fe3-96ae-9cff5703e90a",
"IDType": "EHRID"
},
{
"ID": "a1d4ee8aba494ca",
"IDType": "NIST"
}
]
}
}
This is the response to the Location Query. If the queried system knows additional identifiers for the queried patient, these may be returned in the Patients array, along with any known location information such as organization identifiers, contacts, or address.
Fields
Meta
Meta.DataModel
String
ReliableRequiredPatientSearch
Meta.EventType
String
ReliableRequiredLocationQueryResponse
Meta.EventDateTime
DateTime
ReliableDisplays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format
Meta.Test
Boolean
ReliableIndicates whether the request is a test or not.
Meta.Source
String
ReliableContains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox
Meta.Source.ID
String
ReliableIdentifies 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
Meta.Source.Name
String
ReliableDisplays the name of the system initiating the message.
Meta.Destinations[]
Array of Objects
ReliableContains 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.
Meta.Destinations[].ID
String
ReliableIdentifies the endpoint that the request is directed to.
UUID
Meta.Destinations[].Name
String
ReliableDisplays the name of the endpoint that the request is directed to.
Meta.Logs[]
Array of Objects
ReliableContains the log identifier(s) for the request.
Meta.Logs[].ID
String
ReliableIdentifies 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
Meta.Logs[].AttemptID
String
ReliableIdentifies the request log attempt value, which is useful when retries are possible.
UUID
Meta.FacilityCode
String
PossibleCode 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.
Patients
Patients[].Identifiers[]
Array of Objects
ReliableList of IDs and ID types that identify the patient
Patients[].Identifiers[].ID
String
ReliableRequiredID for the patient
Patients[].Identifiers[].IDType
String
ReliableRequiredType of ID.
E.g. MRN, EPI
Patients[].Organization.Name
String
PossibleThe name of the organization
Patients[].Organization.Aliases[]
Array of Strings
PossibleName aliases for this organization
Patients[].Organization.Identifiers[]
Array of objects
PossibleAn array of IDs and IDTypes to identify this organization
Patients[].Organization.Identifiers[].ID
String
PossibleThe ID for the organization
Patients[].Organization.Identifiers[].IDType
String
PossibleThe IDType associated with the ID
Patients[].Organization.Contacts[]
Array of objects
PossibleAny specified contact information for the organization
Patients[].Organization.Contacts[].Purpose
String
PossibleThe contact's role at this organization
Patients[].Organization.Contacts[].Name
String
PossibleThe contact's full name
Patients[].Organization.Contacts[].EmailAddresses[]
Array of strings
PossibleThe contact's emails
Patients[].Organization.Contacts[].PhoneNumber
Object
PossibleThe contact's phone numbers
Patients[].Organization.Contacts[].PhoneNumber.Home
String
PossibleThe contact's home number
Patients[].Organization.Contacts[].PhoneNumber.Work
String
PossibleThe contact's work number
Patients[].Organization.Contacts[].PhoneNumber.Mobile
String
PossibleThe contact's mobile number
Patients[].Organization.Address
Object
PossibleThe address information for the organization
Patients[].Organization.Address.StreetAddress
String
PossibleStreet address
Patients[].Organization.Address.City
String
PossibleCity
Patients[].Organization.Address.State
String
PossibleState
Patients[].Organization.Address.ZIP
String
PossibleZIP
Patients[].Organization.Address.County
String
PossibleCounty
Patients[].Organization.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
{
"Meta": {
"DataModel": "PatientSearch",
"EventType": "LocationQueryResponse",
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"FacilityCode": null
},
"Patients": [
{
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "e167267c-16c9-4fe3-96ae-9cff5703e90a",
"IDType": "EHRID"
},
{
"ID": "a1d4ee8aba494ca",
"IDType": "NIST"
}
],
"Organization": {
"Name": "Test Org",
"Aliases": [],
"Identifiers": [
{
"ID": "0000000001",
"IDType": "FACID"
},
{
"ID": "1.2.3.4.5",
"IDType": "OID"
}
],
"Contacts": [
{
"Purpose": null,
"Name": "Bixby, Barbara",
"EmailAddresses": [
"[email protected]"
],
"PhoneNumber": {
"Home": "+18088675303",
"Work": null,
"Mobile": "+19189368865"
}
}
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "ATown",
"State": "AL",
"ZIP": "86754",
"County": "Madison",
"Country": "USA"
}
}
}
]
}