Clinical mock source — HR database (Infor-style) for Boomi DataHub physician golden record demos
162
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.
| Host | host.docker.internal (Boomi atom) / localhost (terminal) |
| Port | 3308 |
| Database | clinical_hr |
| Username | clinical_user |
| Password | clinical_pass |
30 employee records in table employees:
pythonicshahdev/fastapi-clinical-sourcePhysician records span 5 conflict groups designed to demonstrate DataHub match rules and survivorship.
host.docker.internal:3308clinical_hr 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.
pythonicshahdev/fastapi-clinical-source — Credentialing REST API + Epic receiverpythonicshahdev/mysql-clinical — HR databaseContent type
Image
Digest
sha256:19638e7a7…
Size
218.5 MB
Last updated
3 months ago
docker pull pythonicshahdev/mysql-clinical