containedField constant
Field definition for contained.
Implementation
static const containedField = FieldDefinition(
name: 'contained',
getValue: _getContained,
description: '''
These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.''',
cardinality: Cardinality(min: 0, max: BoolChoice(true)),
);