chop-dbhi / omop_harvest

OMOP CDMV4 data model with OSIM2 data in Harvest
https://eig.research.chop.edu/omop/
Other
5 stars 3 forks source link

Start PEDSnet development #6

Closed gracebrownecodes closed 10 years ago

gracebrownecodes commented 10 years ago

This commit breaks from previous development, which was toward a demo-able app built on the OSIM2 simulated dataset. The new development path is towards a production-capable app built on the OMOP CDMV4 data model for the PEDSnet Data Coordinating Center. In that spirit, this commit removes all migrations and starts over with new models, beginning with person, provider, care_site, organization, location, visit, condition, occurrence, and drug. These models are intended to sit on top of materialized views, the code for which is yet to come.

Signed-off-by: Aaron Browne aaron0browne@gmail.com

gracebrownecodes commented 10 years ago

Closed in favor of updated PR #7