Get Dental Inquiry
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
timestamp of when the inquiry was created
unique generated (uuid4) id for the inquiry
The request that was used to create the inquiry.
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.
date of birth of the patient in MM-DD-YYYY format
The insurance provider for the patient.
AETNA
, HEALTHPLEX
, HUMANA
, METLIFE
, UNITED_HEALTHCARE
, UNKNOWN
member id of the patient
Ten digit NPI of the provider
name of the patient
Nine digit tax id of the provider
type of the inquiry
CLAIMS_STATUS
, BENEFITS
, UNKNOWN
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.
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.
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.
STANDARD
, CODE_LOOKUP_BENEFITS
, CODE_LOOKUP_FREQUENCIES
, TREATMENT_HISTORY
, DEDUCTIBLES_AND_MAXIMUMS
, UNKNOWN
The claim number for the inquiry if provided by the user. Only used for claims inquiries.
The date of service for the claim in MM-DD-YYYY format. Only used for claims inquiries.
Any diagnosis codes for the patient. If omitted, a general diagnosis code will be used.
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.
group id of the patient
whether or not the provider is in-network. If it is not known, leave this field blank and it will be determined.
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.
The billing address of the practice. If omitted, the address will be determined from the NPI.
status of the inquiry
SCHEDULED
, IN_PROGRESS
, SUCCESS
, UNSUCCESSFUL
, CANCELLED
, UNKNOWN
The output from the call containing the benefits results.
The details of the placed calls including the call time in iso format, representative name and reference number.
Extra information about the patient's dental plan. Fields are omitted if not applicable.
The maximums for the patient including the individual and family deductible and any annual coverage limits. Fields will only be included if applicable, for example, on individual plans, family information will not be available.
The amount of deductible remaining for the patient. Calculated as the minimum of the individual and family deductible remaining.
x > 0
The amount of out of pocket maximum remaining for the patient. Calculated as the minimum of the individual and family out of pocket maximum remaining.
x > 0
The plan information for the patient including the plan type and effective date. Dates will be provided in MM-DD-YYYY format. Fields will only be included if applicable, for example, when the plan is not active, no other information will be provided.
An enumeration.
HMO
, PPO
, POS
, EPO
, OAP
, MEDICAID
, HMO_POS
A dict that maps from the different classes of procedures to their benefits. If a class is not covered, it may not have any other fields. See examples for more information.
A list that contains information from the different procedure codes and the requested benefits information for that code. See examples for more information.
The treatment history for the patient. The keys are dates in MM-DD-YYYY format and the values are a list of procedure codes performed on that date. See examples for more information.
5 digit CDT code that refers to a procedure performed on a patient.
Integers in {10,20,30,40} that refer to a particular quadrant.
The surfaces for the tooth. Each surface applies to all the teeth in tooth_numbers. Surfaces are in {buccal, occlusal, distal, mesial, lingual, facial, incisal}. If the surface is not applicable, the field will be null.
Integers from 1-32 that refers to particular teeth as designated by the ADA. For child teeth, the letters A-T will be used.
summary of the call results