Skip to content

Commit 91f8d70

Browse files
Update PAYER_PLAN_PERIOD.md
1 parent 8ac00ca commit 91f8d70

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Documentation/CommonDataModel_Wiki_Files/StandardizedHealthEconomicsDataTables/PAYER_PLAN_PERIOD.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ The PAYER_PLAN_PERIOD table captures details of the period of time that a Person
22

33
Field|Required|Type|Description
44
:------------------------------|:--------|:------------|:----------------------------------------------
5-
65
|payer_plan_period_id|Yes|integer|A identifier for each unique combination of payer, sponsor, plan, family code and time span.|
76
|person_id|Yes|integer|A foreign key identifier to the Person covered by the payer. The demographic details of that Person are stored in the PERSON table.|
87
|payer_plan_period_start_date|Yes|date|The start date of the payer plan period.|
98
|payer_plan_period_end_date|Yes|date|The end date of the payer plan period.|
10-
| payer_concept_id |No|integer|A foreign key that refers to a Standard Payer concept identifiers in the Standardized Vocabularies|
9+
|payer_concept_id |No|integer|A foreign key that refers to a Standard Payer concept identifiers in the Standardized Vocabularies|
1110
|payer_source_value|No|varchar(50)|The source code for the payer as it appears in the source data.|
12-
| payer_source_concept_id |No|integer|A foreign key to a payer concept that refers to the code used in the source.|
13-
| plan_concept_id|No|integer|A foreign key that refers to a Standard plan that represents the health benefit plan in the Standardized Vocabularies|
11+
|payer_source_concept_id |No|integer|A foreign key to a payer concept that refers to the code used in the source.|
12+
|plan_concept_id|No|integer|A foreign key that refers to a Standard plan that represents the health benefit plan in the Standardized Vocabularies|
1413
|plan_source_value|No|varchar(50)|The source code for the Person's health benefit plan as it appears in the source data.|
1514
| plan_source_concept_id |No|integer|A foreign key to a plan concept that refers to the code used in the source.|
1615
| sponsor_concept_id |No|integer|A foreign key that refers to a Standard plan that represents the sponsor in the Standardized Vocabularies|
@@ -23,6 +22,9 @@ Field|Required|Type|Description
2322

2423
### Conventions
2524
* Different Payers have different designs for their health benefit Plans. The PAYER_PLAN_PERIOD table does not capture all details of the plan design or the relationship between Plans or the cost of healthcare triggering a change from one Plan to another. However, it allows identifying the unique combination of Payer (insurer), Plan (determining healthcare benefits and limits), Sponsor (holds the financial risk), Family and Person. Typically, depending on healthcare utilization, a Person may have one or many subsequent Plans during coverage by a single Payer.
26-
* **sponsor:** who finances the transaction. **payer:** who administers the transaction. **plan:** the actual contract being administered by the payer and agreed by the sponsor. **stop reason:** reason for termination of the contract
25+
* **sponsor:** who finances the transaction.
26+
* **payer:** who administers the transaction.
27+
* **plan:** the actual contract being administered by the payer and agreed by the sponsor.
28+
* **stop reason:** reason for termination of the contract
2729
 * Source values of the Payer, Plan, Sponsor, Family are captured as the respective _source_value. Concept_id's are used to support standardized analysis, similar to other OMOP CDM tables that use _source_concept_id and _concept_id.
2830
* Typically, family members are covered under the same Plan as the Person. In those cases, the payer_source_value, plan_source_value and family_source_value are identical

0 commit comments

Comments
 (0)