Sign inSign up

pythonicshahdev/mysql-clinical

By pythonicshahdev

•Updated 3 months ago

Clinical mock source — HR database (Infor-style) for Boomi DataHub physician golden record demos

Image
0

162

pythonicshahdev/mysql-clinical repository overview

⁠mysql-clinical

Mock HR database for physician golden record demos. Simulates an Infor/Lawson-style HR system with pre-seeded employee data including employed physicians and non-clinical staff.

⁠Connection Details

Hosthost.docker.internal (Boomi atom) / localhost (terminal)
Port3308
Databaseclinical_hr
Usernameclinical_user
Passwordclinical_pass

⁠Data Design

30 employee records in table employees:

  • 18 employed physicians (NPI not null) — collision candidates matching records in pythonicshahdev/fastapi-clinical-source
  • 12 non-clinical employees (NPI null) — nurses, admins, coordinators — no golden record created

Physician records span 5 conflict groups designed to demonstrate DataHub match rules and survivorship.

⁠Boomi Connection

  • Type: Database V2 Connector
  • Driver: MySQL 8.x
  • Host: host.docker.internal:3308
  • Database: clinical_hr

⁠Quick Start

  docker run -d --name mysql-clinical -p 3308:3306 \                       
    -e MYSQL_ROOT_PASSWORD=clinical_root \                                 
    -e MYSQL_DATABASE=clinical_hr \
    -e MYSQL_USER=clinical_user \                                            
    -e MYSQL_PASSWORD=clinical_pass \
    pythonicshahdev/mysql-clinical:latest 

Use with pythonicshahdev/fastapi-clinical-source for the full demo stack.

⁠Part of the Clinical DataHub Demo Stack

  • pythonicshahdev/fastapi-clinical-source — Credentialing REST API + Epic receiver
  • pythonicshahdev/mysql-clinical — HR database

Tag summary

Content type

Image

Digest

sha256:19638e7a7…

Size

218.5 MB

Last updated

3 months ago

docker pull pythonicshahdev/mysql-clinical