DietitianInput
Payload for a dietitian
Fields
other_id_qualifier   
·  String     · The other ID qualifier of the dietitian  qualifications   
·  String     · The qualifications of the dietitian  Used By
Definition
"""Payload for a dietitian"""input DietitianInput {  """  The ID of the dietitian  """  id: ID
  """  The NPI of the dietitian  """  npi: String
  """  The other ID of the dietitian  """  other_id: String
  """  The other ID qualifier of the dietitian  """  other_id_qualifier: String
  """  The qualifications of the dietitian  """  qualifications: String}