communicationField constant
Field definition for communication.
Implementation
static const communicationField = FieldDefinition(
name: 'communication',
getValue: _getCommunication,
description: '''
A language which may be used to communicate with the patient about his or her health.''',
cardinality: Cardinality(min: 0, max: BoolChoice(true)),
);