This data model conveys a provider's demographics, qualifications, and roles. If you persist provider to your system, we recommend using this to keep your database in sync with the EHR system.
Most patient-centric data models like PatientAdmin, Scheduling, and Order have references to provider data. The Provider data model isn't patient-centric, though. It focuses on who the provider is , not the provider's role in regards to the patient's treatment.
This data model has event types that allow you to:
- receive a notification when provider records are created, updated, or deactivated; or
- query and receive provider information.
Receive the relevant provider data based on the query parameters defined in ProviderQuery.
The populated response will vary depending on the EHR system you're integrating with. Work with your connection to understand what response to expect during implementation.
Request Body Schema
- Metarequired, object
- DataModelrequired, stringReliable
Provider
- EventTyperequired, stringReliable
ProviderQueryResponse
- EventDateTimestring, nullReliable
Displays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format - Testboolean, nullReliable
Indicates whether the request is a test or not.
- Sourceobject
Contains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox- IDstring, nullReliable
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 - Namestring, nullReliable
Displays the name of the system initiating the message.
- DestinationsArray 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.- IDstring, nullReliable
Identifies the endpoint that the request is directed to.
UUID - Namestring, nullReliable
Displays the name of the endpoint that the request is directed to.
- LogsArray of object
Contains the log identifier(s) for the request.
- IDstring, nullReliable
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 - AttemptIDstring, nullReliable
Identifies the request log attempt value, which is useful when retries are possible.
UUID
- FacilityCodestring, nullPossible
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.
- Providersrequired, Array of object
The list of providers
- Identifiersrequired, Array of object
Lists one or more identifiers associated with the provider.
- IDrequired, stringReliable
Displays an identifier used to identify the provider in the EHR system.
- IDTypestring, nullReliable
Displays the type of identifier used to identify the provider.
e.g. NPI
- IsActiverequired, booleanReliable
Indicates whether the given provider is actively practicing or not.
- Demographicsobject
- FirstNamestring, nullReliable
Displays the provider's first name.
- LastNamestring, nullReliable
Displays the provider's last name
- MiddleNamestring, nullPossible
Displays the provider's middle name
- CredentialsArray of string
Lists the provider’s relevant credentials.
e.g. MD, PhD - AddressesArray of object
Displays a list of addresses associated with the provider.
These are addresses where the practitioner performs services, not residential addresses.- Usestring, nullReliable
The use for this address.
e.g. Home, Office - StreetAddressstring, nullReliable
Displays the street for a given address.
- Citystring, nullReliable
Displays the city for a given address.
- Statestring, nullReliable
Displays the state for a given address.
- ZIPstring, nullReliable
Displays the postal code for a given address.
- Countystring, nullReliable
Displays the county for a given address.
- Countrystring, nullReliable
Displays the country for a given address.
- EmailAddressesArray of string
Contains contact information for the provider, specifically any email addresses associated with the provider.
- PhoneNumberobject
- Homestring, nullProbable
Contains contact information for the provider, specifically any home phone numbers associated with the provider.
In E. 164 Format. (e.g. +16085551234) - Officestring, nullReliable
Contains contact information for the provider, specifically any office phone numbers associated with the provider.
In E. 164 Format. (e.g. +16085551234) - Mobilestring, nullProbable
Contains contact information for the provider, specifically any mobile phone numbers associated with the provider.
In E. 164 Format. (e.g. +16085551234)
- Sexstring, nullReliableValue Set
Displays the provider's sex.
- DOBstring, nullReliable
Displays the provider's date of birth.
In ISO 8601 format - LanguagesArray of string
Lists one or more languages that the provider can use to communicate with patients.
- QualificationsArray of object
Lists one or more qualifications the provider has obtained through professional training and certification.
- IdentifiersArray of object
Displays a list of identifiers and types for a given qualification.
- IDstring, nullReliable
Displays a string identifier provided by a third-party system for the given qualification.
- IDTypestring, nullReliable
Displays the type of the identifier for the given qualification.
- Codestring, nullReliable
Displays a coded representation of the given qualification.
- Codesetstring, nullReliable
Displays the codeset associated with the provided code.
- Descriptionstring, nullReliable
Contains a human-readable description of the given qualification.
- StartDatestring, nullReliable
Displays the date that the given qualification is valid.
In ISO 8601 format - EndDatestring, nullReliable
Displays the date that the given qualification expires.
In ISO 8601 format
- RolesArray of object
Contains the role(s) that the provider has served or currently serves in.
- IdentifiersArray of object
Displays a list of identifiers and and types for the given role.
- IDstring, nullReliable
Displays a string identifier provided by a third-party system for the given role.
- IDTypestring, nullReliable
Defines the type of identifier for the given role.
- Organizationobject
Describes the organization where the provider has or currently operates in the given role.
- IdentifiersArray of object
Lists one or more identifiers for the organization associated with the role.
- IDstring, nullReliable
Displays a string identifier provided by a third-party system for the given organization.
- IDTypestring, nullReliable
Displays the type of the identifier for the given organization.
- IsActivestring, nullReliable
Indicates whether the given organization is currently active.
- Typestring, nullReliable
Describes the type of the organization associated with the role.
- Namestring, nullReliable
Displays the name of the organization associated with the role.
- Addressobject
- StreetAddressstring, nullReliable
Displays the street address where the organization is based.
- Citystring, nullReliable
Displays the city where the organization is based.
- Statestring, nullReliable
Displays the state where the organization is based.
- ZIPstring, nullReliable
Displays the postal code where the organization is based.
- Countystring, nullReliable
Displays the county where the organization is based.
- Countrystring, nullReliable
Displays the country where the organization is based.
- SpecialtiesArray of object
Lists the coded representation of a given specialty associated with the role.
- Codestring, nullProbable
Code
- Codesetstring, nullProbable
Code set
- Descriptionstring, nullProbable
Description
- LocationsArray of object
Lists the specific facilities where the provider provides care while serving in the given role.
- IdentifiersArray of object
Displays a list of identifiers and types that identify the location/
- IDstring, nullReliable
Displays a string identifier provided by a third-party system for the given location.
- IDTypestring, nullReliable
Displays the type of the identifier for the given location.
- Statusstring, nullReliable
Indicates whether the given location is currently active, suspended, or inactive.
One of Active, Suspended, Inactive - Namestring, nullReliable
Displays the name of the given location.
- Descriptionstring, nullReliable
Contains a human-readable description of the given location.
- Addressobject
- StreetAddressstring, nullReliable
Displays the street for the given location.
- Citystring, nullReliable
Displays the city for the current location.
- Statestring, nullReliable
Displays the state/province for the given location.
- ZIPstring, nullReliable
Displays the postal code for the given location.
- Countystring, nullReliable
Displays the county for the given location.
- Countrystring, nullReliable
Displays the country for the given location.
- EmailAddressesArray of string
Contains contact information for the location, specifically the email address(es).
- PhoneNumberobject
- Officestring, nullReliable
Contains contact information for the location, specifically the phone number(s).
In E. 164 Format. (e.g. +16085551234)
- ServicesArray of object
Describes the healthcare services that the provider offers while serving in the given role.
- IdentifiersArray of object
Lists one or more identifiers for the healthcare services associated with the role.
- IDstring, nullReliable
Displays a string identifier provided by a third-party system for the given service.
- IDTypestring, nullReliable
Defines the type of identifier for the given service
- Typestring, nullReliable
Describes the type of healthcare service that may be delivered or performed for the given service.
- Descriptionstring, nullReliable
Contains a human-readable description of the given service.
- PhoneNumberobject
- Officestring, nullReliable
Displays the office phone number for information on the given service.
In E. 164 Format. (e.g. +16085551234)
- AvailabilityArray of object
Defines the provider’s availability (day/time) when serving in the given role. OR Lists the typical days/times that the provider serves in the given role.
- DaysArray of string
Displays a list of days that the given role is available.
One of the following: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday - AvailableStartTimestring, nullReliable
Displays the UTC start time for the provider's availability in the given role.
ISO 8601 Format - AvailableEndTimestring, nullReliable
Displays the UTC end time for the provider’s availability in the given role.
ISO 8601 Format