PractitionerRole constructor

const PractitionerRole({
  1. @Default(Stu3ResourceType.PractitionerRole) @JsonKey(unknownEnumValue: Stu3ResourceType.PractitionerRole) Stu3ResourceType resourceType,
  2. @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  3. @JsonKey(name: 'id') FhirId? fhirId,
  4. FhirMeta? meta,
  5. FhirUri? implicitRules,
  6. @JsonKey(name: '_implicitRules') Element? implicitRulesElement,
  7. FhirCode? language,
  8. @JsonKey(name: '_language') Element? languageElement,
  9. Narrative? text,
  10. List<Resource>? contained,
  11. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  12. List<FhirExtension>? modifierExtension,
  13. List<Identifier>? identifier,
  14. FhirBoolean? active,
  15. @JsonKey(name: '_active') Element? activeElement,
  16. Period? period,
  17. Reference? practitioner,
  18. Reference? organization,
  19. List<CodeableConcept>? code,
  20. List<CodeableConcept>? specialty,
  21. List<Reference>? location,
  22. List<Reference>? healthcareService,
  23. List<ContactPoint>? telecom,
  24. List<PractitionerRoleAvailableTime>? availableTime,
  25. List<PractitionerRoleNotAvailable>? notAvailable,
  26. String? availabilityExceptions,
  27. @JsonKey(name: '_availabilityExceptions') Element? availabilityExceptionsElement,
  28. List<Reference>? endpoint,
})

Implementation

const factory PractitionerRole({
  @Default(Stu3ResourceType.PractitionerRole)
  @JsonKey(unknownEnumValue: Stu3ResourceType.PractitionerRole)
  Stu3ResourceType resourceType,
  @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  @JsonKey(name: 'id') FhirId? fhirId,
  FhirMeta? meta,
  FhirUri? implicitRules,
  @JsonKey(name: '_implicitRules') Element? implicitRulesElement,
  FhirCode? language,
  @JsonKey(name: '_language') Element? languageElement,
  Narrative? text,
  List<Resource>? contained,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  List<FhirExtension>? modifierExtension,
  List<Identifier>? identifier,
  FhirBoolean? active,
  @JsonKey(name: '_active') Element? activeElement,
  Period? period,
  Reference? practitioner,
  Reference? organization,
  List<CodeableConcept>? code,
  List<CodeableConcept>? specialty,
  List<Reference>? location,
  List<Reference>? healthcareService,
  List<ContactPoint>? telecom,
  List<PractitionerRoleAvailableTime>? availableTime,
  List<PractitionerRoleNotAvailable>? notAvailable,
  String? availabilityExceptions,
  @JsonKey(name: '_availabilityExceptions')
  Element? availabilityExceptionsElement,
  List<Reference>? endpoint,
}) = _PractitionerRole;