ExplanationOfBenefitCareTeam

open class ExplanationOfBenefitCareTeam: BackboneElement

Care Team members.

The members of the team who provided the overall service as well as their role and whether responsible and qualifications.

  • Care Team members.

    The members of the team who provided the overall service as well as their role and whether responsible and qualifications.

    Declaration

    Swift

    override open class var resourceType: String
  • Member of the Care Team.

    Declaration

    Swift

    public var provider: Reference?
  • Type, classification or Specialization.

    Declaration

    Swift

    public var qualification: CodeableConcept?
  • Billing practitioner.

    Declaration

    Swift

    public var responsible: FHIRBool?
  • Role on the team.

    Declaration

    Swift

    public var role: CodeableConcept?
  • Number to covey order of careteam.

    Declaration

    Swift

    public var sequence: FHIRInteger?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(provider: Reference, sequence: FHIRInteger)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class ExplanationOfBenefitCareTeam: BackboneElement