Skip to main content

updatePatientNumber

This mutation is for updating a patient number (such as NHS number).

updatePatientNumber(
patientId: ID!
patientNumberId: ID!
value: String
): PatientResponsePayload

Arguments

updatePatientNumber.patientId ● ID! non-null scalar

updatePatientNumber.patientNumberId ● ID! non-null scalar

updatePatientNumber.value ● String scalar

Type

PatientResponsePayload object

The response received when querying for patient information.