required_ property

  1. @JsonKey(name: 'required')
FhirCode? required_
inherited

required Whether this participant is required to be present at the meeting. This covers a use-case where two doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.

Implementation

@JsonKey(name: 'required')
FhirCode? get required_ => throw _privateConstructorUsedError;