Skip to content

HolderRelationship

Relationship of the insurance subscriber to the patient

Used By

Definition

"""
Relationship of the insurance subscriber to the patient
"""
enum HolderRelationship {
"""
Patient is the subscriber
"""
SELF
"""
Patient is the child of the subscriber
"""
CHILD
"""
Patient is the spouse of the subscriber
"""
SPOUSE
"""
No relationship specified
"""
NONE
"""
Other relationship
"""
OTHER
}