Plan class

Last update: 2023-12-15
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

In Experience Data Model (XDM), the Plan class captures the minimum set of properties that define a plan, such as a health plan or insurance plan.

Class structure

Property Data type Description
_id String A unique, system-generated string identifier for the record. This field is used to track the uniqueness of an individual record, prevent duplication of data, and to look up that record in downstream services.

Since this field is system-generated, it does not be supplied an explicit value during data ingestion. However, you can still opt to supply your own unique ID values if you wish.
planId String A unique identifier for the plan.
planName String The name of the plan.

The class can be extended with the Healthcare Plan Details field group to describe further details about a health insurance plan.

On this page