Create Dental Inquiries
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
type of the inquiry
CLAIMS_STATUS
, BENEFITS
, UNKNOWN
"BENEFITS"
The requested completion date of the inquiry in MM-DD-YYYY format. Calls will typically be completed by the morning of the requested completion date, but in some cases may be completed earlier.
"03-19-2024"
name of the patient
"Alex Martin"
date of birth of the patient in MM-DD-YYYY format
"01-31-2020"
member id of the patient
"123456789"
Ten digit NPI of the provider
"1234567890"
Nine digit tax id of the provider
"123456789"
group id of the patient
"123456"
whether or not the provider is in-network. If it is not known, leave this field blank and it will be determined.
An identifier which you can define and pass in with your creation request. This is useful for tracking a specific subgroup of inquiries. For instance, you can assign a unique external id to all inquiries for a specific provider on your platform.
The billing address of the practice. If omitted, the address will be determined from the NPI.
"123 Main St, New York, NY 10001"
Any diagnosis codes for the patient. If omitted, a general diagnosis code will be used.
["F41.1", "F42.23"]
The date of service for the claim in MM-DD-YYYY format. Only used for claims inquiries.
"01-31-2020"
The claim number for the inquiry if provided by the user. Only used for claims inquiries.
"1234567890"
Any additional information about the inquiry that is not covered by the other fields. This can be used to pass in any additional information for the request. Please check with the Health Harbor team before using this field as it may not be incorporated into the inquiry unless we are already aware of it.
"The patient is on a Medicare plan and we need to know their secondary insurance benefits."
The insurance provider for the patient.
AETNA
, HEALTHPLEX
, HUMANA
, METLIFE
, UNITED_HEALTHCARE
, UNKNOWN
"CIGNA"
The benefits queries for the inquiry if provided by the user. Can be either a pre-defined set of questions (e.g. STANDARD for returning patients) or an ad-hoc defined set of codes.
An enumeration.
STANDARD
, CODE_LOOKUP_BENEFITS
, CODE_LOOKUP_FREQUENCIES
, TREATMENT_HISTORY
, DEDUCTIBLES_AND_MAXIMUMS
, UNKNOWN
["CODE_LOOKUP_BENEFITS"]
Codes processed for a CODE_LOOKUP_BENEFITS or a CODE_LOOKUP_PRIOR_AUTH benefits inquiry. The first character in the CDT codes (D) can be optionally omitted.
["D1110", "D1120", "1130"]
The type of provider making the inquiry. If the provider is a specialist (e.g. periodontist, oral surgeon), set this to True. If the provider is a dentist, set this to False. Defaults to False if not provided.
true
The payor id for the insurance. Usually five characters. For example, one payor id for Aetna is 60054.
"60054"