implicitRulesField constant
Field definition for implicitRules.
Implementation
static const implicitRulesField = FieldDefinition(
name: 'implicitRules',
getValue: _getImplicitRules,
description: '''
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.''',
cardinality: Cardinality(
min: 0,
max: IntegerChoice(1),
),
);