Skip to main content

CreateDoctorContactInput

Input for creating a new doctor contact.

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

Fields

CreateDoctorContactInput.address ● Address scalar

Address of the contact

CreateDoctorContactInput.doctorNumber ● String! non-null scalar

The 9-digit identification number of the doctor.

CreateDoctorContactInput.email ● String scalar

Email of the contact

CreateDoctorContactInput.emergencyPhoneNumber ● String scalar

Emergency phone number of the contact

CreateDoctorContactInput.faxNumber ● String scalar

Fax number of the contact

CreateDoctorContactInput.firstName ● String! non-null scalar

First name of the contact

CreateDoctorContactInput.information ● String scalar

Additional information of the contact (in free text)

CreateDoctorContactInput.kimAddress ● String scalar

Email of the doctor's office (KIM address)

CreateDoctorContactInput.lastName ● String! non-null scalar

Last name of the contact

CreateDoctorContactInput.medicalOfficeName ● String scalar

The name of the medical office.

CreateDoctorContactInput.openingHours ● String scalar

The office's business hours.

CreateDoctorContactInput.permanentEstablishmentNumber ● String scalar

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

CreateDoctorContactInput.phoneNumber ● String scalar

Phone number of the contact

CreateDoctorContactInput.specialization ● String scalar

The doctor's medical specialization.

CreateDoctorContactInput.title ● String scalar

Title of the doctor

CreateDoctorContactInput.website ● String scalar

Website of the contact

Member Of

createDoctorContact mutation