PatientNumber
A number that belongs to the patient.
type PatientNumber {
id: ID!
referenceId: ID!
name: String
value: String
}
Fields
PatientNumber.id ● ID! non-null scalar
PatientNumber.referenceId ● ID! non-null scalar
The ID of the Practice Number definition (catalogue entry). Stable correlation key — same as addPatientNumber(numberId) and PracticeNumbers.id. Returned even when the definition has been soft-deleted.