ReferralInfoInput
Payload for a referral info
Fields
auto_accident_state   
·  String     · The state of the auto accident  case_qualifier   
·  String     · The qualifier of the case  condition_related_to   
·  [String]     · The condition relationships  hospitalization_end   
·  String     · The end date of the hospitalization  hospitalization_start   
·  String     · The start date of the hospitalization  other_associated_date   
·  String     · The other associated date  other_associated_qualifier   
·  String     · The other qualifier  prior_auth_number   
·  String     · The prior auth number  ref_provider_first   
·  String     · The first name of the referring provider  ref_provider_last   
·  String     · The last name of the referring provider  ref_provider_middle   
·  String     · The middle name of the referring provider  ref_provider_npi   
·  String     · The NPI of the referring provider  ref_provider_other_id   
·  String     · The other id of the referring provider  ref_provider_other_id_qual   
·  String     · The other id qualifier of the referring provider  ref_provider_qual   
·  String     · The qualifier of the referring provider  referring_physician_id   
·  ID     · The id of the referring physician  unable_to_work_end   
·  String     · The end date of the unable to work  unable_to_work_start   
·  String     · The start date of the unable to work  Used By
Definition
"""Payload for a referral info"""input ReferralInfoInput {  """  The state of the auto accident  """  auto_accident_state: String
  """  The date of the case  """  case_date: String
  """  The qualifier of the case  """  case_qualifier: String
  """  The condition relationships  """  condition_related_to: [String]
  """  The end date of the hospitalization  """  hospitalization_end: String
  """  The start date of the hospitalization  """  hospitalization_start: String
  """  The id of the referral info  """  id: ID
  """  The other associated date  """  other_associated_date: String
  """  The other qualifier  """  other_associated_qualifier: String
  """  The prior auth number  """  prior_auth_number: String
  """  The first name of the referring provider  """  ref_provider_first: String
  """  The last name of the referring provider  """  ref_provider_last: String
  """  The middle name of the referring provider  """  ref_provider_middle: String
  """  The NPI of the referring provider  """  ref_provider_npi: String
  """  The other id of the referring provider  """  ref_provider_other_id: String
  """  The other id qualifier of the referring provider  """  ref_provider_other_id_qual: String
  """  The qualifier of the referring provider  """  ref_provider_qual: String
  """  The id of the referring physician  """  referring_physician_id: ID
  """  The end date of the unable to work  """  unable_to_work_end: String
  """  The start date of the unable to work  """  unable_to_work_start: String}