PatientInterface
PatientInterface
- dateOfBirth: String
Date of birth
- firstName: String!
First name
- gender: String
Gender
- lastName: String!
Last name
- personalIdentityNumber: String
Personal identity number (Sweden only)
- pmsPatientIdentifier: String
PMS patient identifier
Possible Types
PatientInterfaceConnection
The connection type for PatientInterface.
- edges: [PatientInterfaceEdge]
A list of edges.
- nodes: [PatientInterface]
A list of nodes.
- pageInfo: PageInfo!
Information to aid in pagination.
PatientInterfaceEdge
An edge in a connection.
- cursor: String!
A cursor for use in pagination.
- node: PatientInterface
The item at the end of the edge.