MedicationRequestSubstitution constructor

const MedicationRequestSubstitution({
  1. FhirBoolean? allowed,
  2. @JsonKey(name: '_allowed') Element? allowedElement,
  3. CodeableConcept? reason,
})

Implementation

const factory MedicationRequestSubstitution({
  FhirBoolean? allowed,
  @JsonKey(name: '_allowed') Element? allowedElement,
  CodeableConcept? reason,
}) = _MedicationRequestSubstitution;