Skip to main content

UpdateDoctorContactInput

Input for updating an existing doctor contact.

input UpdateDoctorContactInput {
address: Address
doctorNumber: String!
email: String
emergencyPhoneNumber: String
faxNumber: String
firstName: String!
id: ContactID!
information: String
kimAddress: String
lastName: String!
medicalOfficeName: String
openingHours: String
permanentEstablishmentNumber: String
phoneNumber: String
specialization: String
title: String
website: String
}

Fields

UpdateDoctorContactInput.address ● Address scalar

Address of the contact

UpdateDoctorContactInput.doctorNumber ● String! non-null scalar

The updated 9-digit identification number of the doctor.

UpdateDoctorContactInput.email ● String scalar

Email of the contact

UpdateDoctorContactInput.emergencyPhoneNumber ● String scalar

Emergency phone number of the contact

UpdateDoctorContactInput.faxNumber ● String scalar

Fax number of the contact

UpdateDoctorContactInput.firstName ● String! non-null scalar

First name of the contact

UpdateDoctorContactInput.id ● ContactID! non-null scalar

The unique identifier of the contact to be updated.

UpdateDoctorContactInput.information ● String scalar

Additional information of the contact (in free text)

UpdateDoctorContactInput.kimAddress ● String scalar

Email of the doctor's office (KIM address)

UpdateDoctorContactInput.lastName ● String! non-null scalar

Last name of the contact

UpdateDoctorContactInput.medicalOfficeName ● String scalar

The updated name of the medical office.

UpdateDoctorContactInput.openingHours ● String scalar

The updated business hours.

UpdateDoctorContactInput.permanentEstablishmentNumber ● String scalar

The updated 9-digit permanent establishment number (BSNR) of the office.

UpdateDoctorContactInput.phoneNumber ● String scalar

Phone number of the contact

UpdateDoctorContactInput.specialization ● String scalar

The updated medical specialization of the doctor.

UpdateDoctorContactInput.title ● String scalar

Title of the doctor

UpdateDoctorContactInput.website ● String scalar

Website of the contact

Member Of

updateDoctorContact mutation