Skip to content

v1.0.0

Compare
Choose a tag to compare
@reginafcompton reginafcompton released this 11 Jul 15:38
· 4 commits to master since this release
8c197cf

Welcome to the MCI Database v1.0.0!

The mci-database manages the data models and migrations for the Master Client Index.

Models

The mci-database defines models for the following:

  • Address
  • Source
  • Gender
  • Disposition
  • EthnicityRace
  • EducationLevel
  • EmploymentStatus
  • Individual
  • IndividualDisposition (defines many-to-many between Individual and Disposition)
  • IndividualEthnicityRace (defines many-to-many between Individual and Ethnicity)
  • IndividualPIIRemoval
  • Referral

ID Factory

This repo also contains a modular (hence, easy-to-adjust) factory for instantiating unique MCI identifiers. The current version relies directly on the Python UUID library.