-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contract_owner in payer_plan_period table #107
Comments
|
@don-torok agree with 1 & 2 - how about sub_relationship_concept_id and sub_relationship_source_value -- too long? What is the max character size? family_source_value there is two way of looking at it. Is it the source-id of the primary subscriber or is the source-id of the family? If the source-data does not identify a family based on the id of the primary subscriber, then this is not a redundant information, but if it does - then yes, it becomes redundant information. Now, redundancy is not uncommon in OMOP CDM - e.g. we have person_id and person_source_value. Also, people in the same family may belong to different payers (e.g. husband and wife have different health insurance coverage from different carriers because of different place of work) - so a family-indicator does not necessarily mean same health-insurance card. |
Hang on a sec. Hold the horses. The PAYER_PLAN_PERIOD is for determining the insurance plan for each person. The biological relationship between different persons is recorded in the FACT_RELATIONSHIP table. That fact that you can infer the latter from the former through the insurance numbers is a US-only artifact, and it doesn't belong into that table. Not sure why we would piggyback that on if we already have a way for the latter. |
@cgreich sure, but fact_relationship table only represents 'fixed' relationships, not time-varying relationship. i.e. fact_relationship table does not have a start_date and a end_date. So if the dependent is getting a benefit because of time-varying legal relationship (< 26 year old child, spouse not yet divorced etc) then if we want to know the relationship that justified the dependency benefit - this becomes an essential field. These are standard constructs in health-insurance, the source data being ETL'd will have this relationship as the justification for the dependency - very valuable, lot of use cases. |
@don-torok @cgreich @clairblacketer please see first post. It has been updated and cleaned up based on feedback. |
This looks great @gowthamrao ! Let's talk about it at the July meeting. |
Just to note that I can have a dependent (adopted son) on my insurance and it would not be recorded in the biological relationship.
|
@vojtechhuser sounds like the following snomed concepts (proposed above), helps with that use case |
1 similar comment
@vojtechhuser sounds like the following snomed concepts (proposed above), helps with that use case |
added in v6.0 |
Request to add the following fields to the OMOP Common Data Model's payer-plan-period
Use case:
In US (and many other countries) health insurance products are sold to families, where one person is the primary subscriber (or contract owner) and rest of the family members are dependent of the contract owner. E.g. in a two parent two child family, if one parent has an employer sponsored insurance, and other spouse does not, then the spouse and the two children are dependents of the primary subscriber/contract owner. This information is important for health economic calculations such as out of pocket spend for a family.
Request
Please note - contract_concept_id is to be used to related person's on contractual basis only for health economic analysis. Biological relationship between person's should be managed using Fact-relationship table.
contract_person_source_valuefamily_source_valueNovarchar(50)The source code for the Person's family as it appears in the source data.The text was updated successfully, but these errors were encountered: