CreatePatientDataInput
The data used to create a new patient.
input CreatePatientDataInput {
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
phoneType: String
phoneNumber: String
paymentReference: String
communicationPreferences: PatientCommunicationPreferencesInput
labels: [ID!]
customAttributes: [AddCustomAttributeData]
comments: String
}
Fields
CreatePatientDataInput.title ● String scalar
CreatePatientDataInput.first ● String scalar
CreatePatientDataInput.last ● String scalar
CreatePatientDataInput.birthSurname ● String scalar
CreatePatientDataInput.birthName ● String scalar
The birth name of the patient. Only applicable to practices in France which are INS certified.
CreatePatientDataInput.birthNames ● String scalar
The birth names of the patient. Only applicable to practices in France which are INS certified.
CreatePatientDataInput.email ● String scalar
CreatePatientDataInput.dob ● Date scalar
CreatePatientDataInput.placeOfBirth ● PlaceOfBirthInput input
The place of birth of the patient.
CreatePatientDataInput.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.
CreatePatientDataInput.gender ● String scalar
CreatePatientDataInput.sex ● String scalar
CreatePatientDataInput.address ● String scalar
CreatePatientDataInput.city ● String scalar
CreatePatientDataInput.postcode ● String scalar
CreatePatientDataInput.country ● String scalar
CreatePatientDataInput.phoneType ● String scalar
CreatePatientDataInput.phoneNumber ● String scalar
CreatePatientDataInput.paymentReference ● String scalar
CreatePatientDataInput.communicationPreferences ● PatientCommunicationPreferencesInput input
CreatePatientDataInput.labels ● [ID!] list scalar
CreatePatientDataInput.customAttributes ● [AddCustomAttributeData] list input
CreatePatientDataInput.comments ● String scalar
Member Of
createPatient mutation