{"id":24968448,"url":"https://github.com/jackleejm/healthcare-data-generator","last_synced_at":"2025-03-29T03:24:52.118Z","repository":{"id":247809156,"uuid":"826634361","full_name":"JackLeeJM/healthcare-data-generator","owner":"JackLeeJM","description":"A dockerized healthcare data generator based on Synthea","archived":false,"fork":false,"pushed_at":"2024-07-10T14:52:47.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T13:18:45.662Z","etag":null,"topics":["docker","ehr","fhir","health-data","healthcare","synthea","synthetic-data"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JackLeeJM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-10T04:56:34.000Z","updated_at":"2024-07-10T15:13:47.000Z","dependencies_parsed_at":"2024-07-10T19:50:20.676Z","dependency_job_id":null,"html_url":"https://github.com/JackLeeJM/healthcare-data-generator","commit_stats":null,"previous_names":["jackleejm/healthcare-data-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackLeeJM%2Fhealthcare-data-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackLeeJM%2Fhealthcare-data-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackLeeJM%2Fhealthcare-data-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackLeeJM%2Fhealthcare-data-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackLeeJM","download_url":"https://codeload.github.com/JackLeeJM/healthcare-data-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246133009,"owners_count":20728601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","ehr","fhir","health-data","healthcare","synthea","synthetic-data"],"created_at":"2025-02-03T13:18:46.918Z","updated_at":"2025-03-29T03:24:52.096Z","avatar_url":"https://github.com/JackLeeJM.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Healthcare Data Generator\n\n\u003e [!NOTE]\n\u003e A dockerized healthcare data generator based on [**Synthea**](https://github.com/synthetichealth/synthea)\n\n## Getting Started\n\n### Local Setup\n\n1. Git clone this repository into your preferred directory.\n2. Run `make setup` to download the necessary dependencies.\n3. Modify the properties for synthetic data generation in `app/synthea.properties` if needed.\n4. Run `make build` to build the docker image.\n5. Run `make generate p=20` to generate 20 synthetic patients data, with specified number of patient to be generated.\n6. Otherwise, run `make generate` to generate a default of 10 synthetic patients data.\n7. Generated patients data will be stored in the `/data` folder.\n\n### From Docker Hub\n\n1. Pull image with `docker pull jackleejm/healthcare-data-gen:0.1.0`.\n2. Create a temporary folder called `data/`.\n3. Run `make generate` or `make generate p=20` to generate synthetic patient data. \n\n## Generated Data\n\n- The default generated data should assume the following folder structure with the standard unchanged `synthea.properties` config file.\n- More details on the specifics of the CSVs, please visit the official Synthea's [wiki](https://github.com/synthetichealth/synthea/wiki/CSV-File-Data-Dictionary).\n\n```\ndata/\n├── csv/\n│   ├── allergies.csv\n│   ├── careplans.csv\n│   ├── claims.csv\n│   ├── claims_transactions.csv\n│   ├── conditions.csv\n│   ├── devices.csv\n│   ├── encounters.csv\n│   ├── imaging_studies.csv\n│   ├── immunizations.csv\n│   ├── medications.csv\n│   ├── observations.csv\n│   ├── organizations.csv\n│   ├── patients.csv\n│   ├── payer_transitions.csv\n│   ├── payers.csv\n│   ├── procedures.csv\n│   ├── providers.csv\n│   └── supplies.csv\n├── fhir/\n│   ├── hospitalInformation1717732754594.json\n│   └── practitionerInformation1717732754594.json\n├── metadata/\n│   └── 2024_06_07T03_59_14Z_100_Massachusetts_59f5e3a2_c0f2_4600_a4df_21d854747e53.json\n└── symptoms/\n    └── csv/\n        └── symptoms.csv\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackleejm%2Fhealthcare-data-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackleejm%2Fhealthcare-data-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackleejm%2Fhealthcare-data-generator/lists"}