OBJECT
ReferralInfo
The referral information for a CMS1500 claim
link GraphQL Schema definition
- type ReferralInfo {
- # The state the auto accident occurred in
- String :
- # The date of current illness, injury, or pregnancy
- String :
- # The qualifier for case_date
- String :
- # The associated CMS1500
- Cms1500 @deprecated( reason: "You are no longer able to get the cms1500 from the referral info" ) :
- # The id of the associated CMS1500
- String :
- # Options that the condition can be related to
- String] : [
- # The end of the hospitalization period
- String :
- # The start of the hospitalization period
- String :
- ID :
- # This field identifies additional date information about the patient's condition
- # or treatment.
- String :
- # The qualifier for other_associated_date
- String :
- # The prior authorization number
- String :
- # The first name of the referring provider
- String :
- # The last name of the referring provider
- String :
- # The middle name of the referring provider
- String :
- # The NPI of the referring provider
- String :
- # The other id of the referring provider
- String :
- # The other id qualifier of the referring provider
- String :
- # The qualifications of the referring provider
- String :
- # The date of the referral
- String :
- # The associated referring physician
- ReferringPhysician :
- # The id of associated referring physician
- ID :
- # The end of the unable to work period
- String :
- # The start of the unable to work period
- String :
- }