PatientAccessGroup
An access group to which the patient belongs.
type PatientAccessGroup {
id: ID!
name: String!
label: String!
}
Fields
PatientAccessGroup.id ● ID! non-null scalar
PatientAccessGroup.name ● String! non-null scalar
PatientAccessGroup.label ● String! non-null scalar
Member Of
Patient object