removePatientNumber
This mutation is for removing a patient number (such as NHS number).
removePatientNumber(
patientId: ID!
patientNumberId: ID!
): PatientResponsePayload
Arguments
removePatientNumber.patientId ● ID! non-null scalar
removePatientNumber.patientNumberId ● ID! non-null scalar
Type
PatientResponsePayload object
The response received when querying for patient information.