class ClaimPayee(BackboneElement):

    type = Property('type', 'CodeableConcept')
    resourceType = Property('resourceType', 'Coding')
    party = Property('party', 'Reference')  # referencing `Practitioner` | `Organization` | `Patient` | `RelatedPerson`