linkField constant
Field definition for link.
Implementation
static const linkField = FieldDefinition(
name: 'link',
getValue: _getLink,
description: '''
Link to another patient resource that concerns the same actual patient.''',
cardinality: Cardinality(min: 0, max: BoolChoice(true)),
);