Skip to content

Releases: brighthive/mci-database

v1.0.2

09 Nov 15:42
4132845
Compare
Choose a tag to compare

Add a county field to the address table.

v1.0.1

22 Jul 18:14
c3abe80
Compare
Choose a tag to compare

Add a vendor_creation_date field to support the ability to store a user creation date by the source system.

v1.0.0

11 Jul 15:38
8c197cf
Compare
Choose a tag to compare

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.