serviceCategoryField constant

FieldDefinition<FixedList<CodeableConcept>> const serviceCategoryField

Field definition for serviceCategory

Implementation

static const serviceCategoryField = FieldDefinition(
  name: 'serviceCategory',
  getValue: _getServiceCategory,
  description:
      'A broad categorization of the service that is to be performed during this appointment.',
);