AccountHolder
AccountHolder
- addresses: [Address!]!
Addresses for the user
- creationDate: ISO8601DateTime!
Date the account was created
- dateOfBirth: ISO8601Date
Date of birth
- emailAddress: String
Email address
- firstName: String!
First name
- id: ID!
- lastName: String!
Last name
- patients: [PrescriptionPatient!]!
Patients managed by the user
- personalIdentityNumber: String
Personal identity number
- phoneNumber: String
Phone number
- pmsPatientIdentifier: String
PMS patient identifier
- prescriptions: [PrescriptionInterface!]!
Prescriptions held by the user
- serviceStore: Location
The service store preferred by the user
- subscriptions: [SubscriptionInterface!]!
Active and historical subscriptions
- url: Url!
URL for accessing the user
AccountHolderConnection
The connection type for AccountHolder.
- edges: [AccountHolderEdge]
A list of edges.
- nodes: [AccountHolder]
A list of nodes.
- pageInfo: PageInfo!
Information to aid in pagination.
- totalCount: Int!
AccountHolderEdge
An edge in a connection.
- cursor: String!
A cursor for use in pagination.
- node: AccountHolder
The item at the end of the edge.