PatientResponsePayload
The response received when querying for patient information.
type PatientResponsePayload {
data: Patient
error: String
}
Fields
PatientResponsePayload.data ● Patient object
PatientResponsePayload.error ● String scalar
Returned By
addPatientAccessGroup mutation ● addPatientAttribute mutation ● addPatientLabel mutation ● addPatientMembership mutation ● addPatientNumber mutation ● addPatientPhoneNumber mutation ● addPatientRelationship mutation ● archivePatient mutation ● createPatient mutation ● deletePatient mutation ● removePatientAccessGroup mutation ● removePatientAttribute mutation ● removePatientLabel mutation ● removePatientMembership mutation ● removePatientNumber mutation ● removePatientPhoneNumber mutation ● removePatientRelationship mutation ● unarchivePatient mutation ● updatePatient mutation ● updatePatientAttribute mutation ● updatePatientNumber mutation ● updatePatientPhoneNumber mutation ● updatePatientRelationship mutation