managingOrganizationField constant

FieldDefinition<Reference> const managingOrganizationField

Field definition for managingOrganization.

Implementation

static const managingOrganizationField = FieldDefinition(
  name: 'managingOrganization',
  getValue: _getManagingOrganization,
  description: '''
Organization that is the custodian of the patient record.''',
  cardinality: Cardinality(
    min: 0,
    max: IntegerChoice(1),
  ),
);