INPUT_OBJECT
PatientInput
Payload for a patient
link GraphQL Schema definition
- input PatientInput {
- # The date of birth of the patient
- String :
- # The ID of the patient
- ID :
- # The location of the patient
- LocationInput :
- # The list of policies of the patient
- PolicyInput] : [
- # The list of referring physicians of the patient
- Cms1500ReferringPhysicianInput] : [
- # The sex of the patient
- String :
- # The social security number of the patient
- String :
- # The full legal name and preferred name of the patient
- String :
- }