identifierField constant

FieldDefinition<FixedList<Identifier>> const identifierField

Field definition for identifier.

Implementation

static const identifierField = FieldDefinition(
  name: 'identifier',
  getValue: _getIdentifier,
  description: '''
An identifier for this patient.''',
  cardinality: Cardinality(min: 0, max: BoolChoice(true)),
);