ClaimPayee

open class ClaimPayee: BackboneElement

Party to be paid any benefits payable.

The party to be reimbursed for the services.

  • Party to be paid any benefits payable.

    The party to be reimbursed for the services.

    Declaration

    Swift

    override open class var resourceType: String
  • Party to receive the payable.

    Declaration

    Swift

    public var party: Reference?
  • organization | patient | practitioner | relatedperson.

    Declaration

    Swift

    public var resourceType: Coding?
  • Type of party: Subscriber, Provider, other.

    Declaration

    Swift

    public var type: CodeableConcept?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(type: CodeableConcept)
  • 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 ClaimPayee: BackboneElement