Skip to main content

removePatientRelationship

Removes an existing PatientRelationship from a Patient.

removePatientRelationship(
patientId: ID!
relationshipId: ID!
): PatientResponsePayload

Arguments

removePatientRelationship.patientId ● ID! non-null scalar

removePatientRelationship.relationshipId ● ID! non-null scalar

The ID of the specific PatientRelationship associated with the Patient that should be removed

Type

PatientResponsePayload object

The response received when querying for patient information.