PatientLabel
The data defining a label applied to a patient.
type PatientLabel {
color: String
text: String
id: ID!
referenceId: ID!
}
Fields
PatientLabel.color ● String scalar
PatientLabel.text ● String scalar
PatientLabel.id ● ID! non-null scalar
PatientLabel.referenceId ● ID! non-null scalar
The ID of the reference Label
Member Of
Patient object