MedicationDispenseSubstitution constructor

const MedicationDispenseSubstitution({
  1. FhirBoolean? wasSubstituted,
  2. @JsonKey(name: '_wasSubstituted') Element? wasSubstitutedElement,
  3. CodeableConcept? type,
  4. List<CodeableConcept>? reason,
  5. List<Reference>? responsibleParty,
})

Implementation

const factory MedicationDispenseSubstitution({
  FhirBoolean? wasSubstituted,
  @JsonKey(name: '_wasSubstituted') Element? wasSubstitutedElement,
  CodeableConcept? type,
  List<CodeableConcept>? reason,
  List<Reference>? responsibleParty,
}) = _MedicationDispenseSubstitution;