PractitionerPractitionerRole constructor

const PractitionerPractitionerRole({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. @JsonKey(name: 'fhir_comments') List<String>? fhirComments,
  4. List<FhirExtension>? modifierExtension,
  5. Reference? managingOrganization,
  6. CodeableConcept? role,
  7. List<CodeableConcept>? specialty,
  8. Period? period,
  9. List<Reference>? location,
  10. List<Reference>? healthcareService,
})

Implementation

const factory PractitionerPractitionerRole({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  @JsonKey(name: 'fhir_comments') List<String>? fhirComments,
  List<FhirExtension>? modifierExtension,
  Reference? managingOrganization,
  CodeableConcept? role,
  List<CodeableConcept>? specialty,
  Period? period,
  List<Reference>? location,
  List<Reference>? healthcareService,
}) = _PractitionerPractitionerRole;