Benefits Plan Enrollment Update
We would like to know how to update the Benefits Plans attributes for already enrolled plans for a Person using HDL.
Example: Update the Spouse Life Coverage amount for a existing enrollment.
Thinking of using below HDL. Is this enough or do we have to use anything else?
METADATA|ParticipantEnrollment|PersonNumber|BenefitRelationship|LifeEvent|LifeEventOccuredDate|EffectiveDate
MERGE|ParticipantEnrollment|000001|DFLT|Open|2022/01/01|2022/01/01
METADATA|CompensationObject|PersonNumber|LineNumber|Program|Plan|Option|Coverage|OriginalEnrollmentDate
MERGE|CompensationObject|000001|1|XX Benefits Program|Supplemental Group Critical Illness Insurance -UNUM|Employee + Spouse|30000|2022/01/01
Thanks.