cladteam / CCDA_OMOP_by_Python

2 stars 3 forks source link

Link Encounter/Visit with HealthCareFacility (etc)/ care_site #151

Open chrisroederucdenver opened 1 week ago

chrisroederucdenver commented 1 week ago

HealthCareFacility is used when extracting care sites from encompassingEncounters in the config files care_site_ee_hcf.py and care_site_pr.py (to be renamed care_site_ee_pr.py). These files have companions to set up the location entities, care_site_ee_hcf_location.py and care_site_ee_pr.py).

In the same way that care_site links to location, we need encounter to link to care_site. Instead of a single visit.py file, we will probably have visit_ee_hcf.py, visit_ee_pr.py as above.

See #139 for care_site details.

chrisroederucdenver commented 1 week ago

@JCavallJH FYI