Skip to main content

UpdatePatientDataInput

The data used to update a patient.

input UpdatePatientDataInput {
title: String
first: String
last: String
birthSurname: String
birthName: String
birthNames: String
email: String
dob: Date
placeOfBirth: PlaceOfBirthInput
socialSecurityNumber: String
gender: String
sex: String
address: String
city: String
postcode: String
country: String
paymentReference: String
communicationPreferences: PatientCommunicationPreferencesInput
comments: String
ins: INSInput
}

Fields

UpdatePatientDataInput.title ● String scalar

UpdatePatientDataInput.first ● String scalar

UpdatePatientDataInput.last ● String scalar

UpdatePatientDataInput.birthSurname ● String scalar

UpdatePatientDataInput.birthName ● String scalar

The birth name of the patient. Only applicable to practices in France which are INS certified.

UpdatePatientDataInput.birthNames ● String scalar

The birth names of the patient. Only applicable to practices in France which are INS certified.

UpdatePatientDataInput.email ● String scalar

UpdatePatientDataInput.dob ● Date scalar

UpdatePatientDataInput.placeOfBirth ● PlaceOfBirthInput input

The place of birth of the patient; only applicable to practices in France.

UpdatePatientDataInput.socialSecurityNumber ● String scalar

The patient's social security number; must be exactly 15 characters using only digits, A or B if supplied and is only applicable to practices in France.

UpdatePatientDataInput.gender ● String scalar

UpdatePatientDataInput.sex ● String scalar

UpdatePatientDataInput.address ● String scalar

UpdatePatientDataInput.city ● String scalar

UpdatePatientDataInput.postcode ● String scalar

UpdatePatientDataInput.country ● String scalar

UpdatePatientDataInput.paymentReference ● String scalar

UpdatePatientDataInput.communicationPreferences ● PatientCommunicationPreferencesInput input

UpdatePatientDataInput.comments ● String scalar

UpdatePatientDataInput.ins ● INSInput input

Member Of

updatePatient mutation