For AI agents: the documentation index is at /docs/payerbox/llms.txt. A Markdown version of this page is available at /docs/payerbox/data-integration/drug-formulary/payer-plans/plan-contacts.md or by requesting it with the Accept: text/markdown header.
Payerbox Docs

Plan Contacts

Datasets

Part of the Payer Plans group of the Drug Formulary feed, built to Da Vinci PDex US Drug Formulary STU 2.1.0. The feed's data conventions apply.

DatasetUS Drug Formulary STU 2.1.0 target element
plan_contactsInsurancePlan.contact of the Payer Insurance Plan

plan_contacts

One row per contact a plan publishes: the member services line, the marketing site, the benefit summary, the printable formulary, a billing or press office. A plan has several, so they are rows here rather than columns on payer_plans. Each row becomes one contact entry on the plan's InsurancePlan.

ColumnRequiredFormat / valuesExample
contact_idYesyour stable key for the contactCT-DSNP-MEMBERS
plan_idYeskey from payer_plansPLAN-DSNP
contact_purposeYessee PurposesPATINF
contact_nameRecommendedtext; the name of the office, site or documentMember Services
phoneIf available10 digits; several ;-separated8885551002;8885551099
faxIf available10 digits; several ;-separated
emailIf availableemail addresses, ;-separatedmembers@example.org
urlIf availableweb addresses, ;-separatedhttps://example.org/plans/dsnp
address_line1If availabletext123 Main St
address_line2If availabletext
cityIf availabletextAnytown
stateIf available2-letter USPSNY
zipIf available5 digits, as a string12345
is_deletedIf retractingtrue retracts this rowtrue
  • A row needs a contact_name or at least one of phone, fax, email, url; otherwise it describes nothing and is rejected. contact_name becomes the contact's name text, each value in the telecom columns one telecom entry of its system, so a contact may list several numbers, and the address columns the contact's address.
  • The IG expects three document contacts on every drug plan: the marketing page, the benefit summary and the printable formulary. Members' apps look for them by purpose, so send each as its own row with a url.
  • Not collected: the contact's structured name parts (family, given, prefix, suffix); the profile marks only name.text must-support.
  • Several rows may share a purpose, for instance two member lines. They all become contacts; the profile does not rank them.

Purposes

contact_purpose is bound to PlanContactTypeVS, which joins the generic FHIR contact types with three the Formulary IG adds.

ValueContact isDefined by
PATINFmember information, the member services lineFHIR contact entity type
MARKETINGthe plan's marketing information pageFormulary IG
SUMMARYthe plan's summary of drug benefitsFormulary IG
FORMULARYthe plan's printable formularyFormulary IG
BILLbillingFHIR contact entity type
ADMINadministrativeFHIR contact entity type
HRhuman resourcesFHIR contact entity type
PAYORpayorFHIR contact entity type
PRESSpressFHIR contact entity type

These resources are served by Patient Access.

Last updated: