faker-healthcare-provider
Generate realistic, medically accurate, and correlated healthcare/medical test data in 6 languages: English, Spanish, Portuguese, Chinese, French, and German.
This provider generates correlated clinical data based on the WHO ICD-10 and ICD-10-CM (CDC/NCHS) classifications, ensuring that symptoms, medications, specialties, and diagnostic codes match the generated disease.
Installation
pip install faker-healthcare-provider
Quick Start
from faker import Faker
from faker_healthcare import HealthcareProvider
# English (default)
fake = Faker()
fake.add_provider(HealthcareProvider)
# Generate a complete patient scenario
scenario = fake.patient_scenario()
print(scenario)
# {
# 'disease': 'Type 2 Diabetes',
# 'icd10': 'E11.9',
# 'symptoms': ['Fatigue', 'Blurred Vision', 'Frequent Urination'],
# 'medications': ['Metformin', 'Insulin Glargine'],
# 'specialty': 'Endocrinology'
# }
# Or generate individual data
fake.disease() # 'Essential Hypertension'
fake.diagnosis() # 'Type 2 Diabetes (E11.9)'
fake.medical_specialty() # 'Cardiology'
# Use a different language (Spanish, Portuguese, Chinese, French, German)
fake_es = Faker('es_ES')
fake_es.add_provider(HealthcareProvider)
fake_es.disease() # 'Diabetes Tipo 2'
fake_es.diagnosis() # 'Diabetes Tipo 2 (E11.9)'
💡 Tip: Run python showcase.py to see all available features and examples!
Supported Locales
- 🇺🇸 English (
en_US) - Default - 🇪🇸 Spanish (
es_ES) - 🇧🇷 Portuguese (
pt_BR- Brazil) - 🇨🇳 Chinese (
zh_CN- Simplified) - 🇫🇷 French (
fr_FR) - 🇩🇪 German (
de_DE)
Usage
Basic Usage (English)
from faker import Faker
from faker_healthcare import HealthcareProvider
fake = Faker()
fake.add_provider(HealthcareProvider)
fake.diagnosis() # 'Type 2 Diabetes (E11.9)'
fake.disease() # 'Essential Hypertension'
fake.icd10_code() # 'I10'
fake.generic_drug() # 'Metformin'
fake.medical_specialty() # 'Cardiology'
fake.blood_type() # 'O+'
Multi-Language Support
from faker import Faker
from faker_healthcare import HealthcareProvider
# Spanish
fake_es = Faker('es_ES')
fake_es.add_provider(HealthcareProvider)
fake_es.disease() # 'Diabetes Tipo 2'
# Portuguese (Brazil)
fake_pt = Faker('pt_BR')
fake_pt.add_provider(HealthcareProvider)
fake_pt.disease() # 'Diabetes Tipo 2'
# Chinese (Simplified)
fake_zh = Faker('zh_CN')
fake_zh.add_provider(HealthcareProvider)
fake_zh.disease() # '2型糖尿病'
# French
fake_fr = Faker('fr_FR')
fake_fr.add_provider(HealthcareProvider)
fake_fr.disease() # 'Diabète de Type 2'
# German
fake_de = Faker('de_DE')
fake_de.add_provider(HealthcareProvider)
fake_de.disease() # 'Typ-2-Diabetes'
Available Methods
| Method | Example |
|---|---|
diagnosis() |
Type 2 Diabetes (E11.9) |
disease() |
Essential Hypertension, Asthma |
icd10_code() |
E11.9, I10, J45.909 |
medical_specialty() |
Cardiology, Neurology |
hospital_department() |
Emergency, ICU, Radiology |
generic_drug() |
Metformin, Lisinopril |
brand_drug() |
Lipitor, Prozac, Ozempic |
symptom() |
Fever, Headache, Fatigue |
blood_type() |
A+, O-, AB+ |
allergy() |
Penicillin, Peanuts |
medical_procedure() |
MRI Scan, Blood Test |
insurance_plan() |
PPO, HMO, Medicare |
vital_sign() |
Blood Pressure, Heart Rate |
Locale-Specific Features
Each locale includes:
- Translated medical terminology (diseases, symptoms, procedures)
- Locale-specific insurance systems:
- 🇺🇸 US: Medicare, Medicaid, PPO, HMO, TRICARE, ACA Marketplace
- 🇪🇸 Spain: Seguridad Social, Seguro Privado (Cuadro Médico / Reembolso), Mutualidades (MUFACE/ISFAS/MUGEJU)
- 🇧🇷 Brazil: Plano Individual, Familiar, Empresarial, com/sem Coparticipação
- 🇨🇳 China: 商业保险, 雇主赞助保险, 牙科保险
- 🇫🇷 France: Assurance Maladie, Mutuelle, Complémentaire santé
- 🇩🇪 Germany: GKV (AOK, Barmer, TK, …), PKV, Zusatzversicherungen
Universal data (same across all languages):
- ICD-10 codes (international standard)
- Blood types (universal notation)
Disclaimer
All data generated by this provider is synthetic test data for development and testing only. Disease names, ICD-10 codes, and medication names are drawn from real classifications (WHO ICD-10 / ICD-10-CM) so that generated records look realistic, but the combinations produced are random and must not be used for medical diagnosis, treatment, or any clinical or healthcare decision.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file faker_healthcare_provider-2.2.1.tar.gz.
File metadata
- Download URL: faker_healthcare_provider-2.2.1.tar.gz
- Upload date:
- Size: 101.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58ae36f302be67549d3d6c110c50c5f7a45140948a558f5505c132f8c0221e94
|
|
| MD5 |
925ee963f8e866a1dc7619e9d30678cd
|
|
| BLAKE2b-256 |
eca26ccb761de33bcc10dfcd7c0914a859de79854272530a9f239109759c138d
|
Provenance
The following attestation bundles were made for faker_healthcare_provider-2.2.1.tar.gz:
Publisher:
release.yml on rodrigobnogueira/faker-healthcare-provider
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
faker_healthcare_provider-2.2.1.tar.gz -
Subject digest:
58ae36f302be67549d3d6c110c50c5f7a45140948a558f5505c132f8c0221e94 - Sigstore transparency entry: 2083062472
- Sigstore integration time:
-
Permalink:
rodrigobnogueira/faker-healthcare-provider@9443c2a08f41fc2770b008a24fd6289f7c911a37 -
Branch / Tag:
refs/tags/v2.2.1 - Owner: https://github.com/rodrigobnogueira
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9443c2a08f41fc2770b008a24fd6289f7c911a37 -
Trigger Event:
push
-
Statement type:
File details
Details for the file faker_healthcare_provider-2.2.1-py3-none-any.whl.
File metadata
- Download URL: faker_healthcare_provider-2.2.1-py3-none-any.whl
- Upload date:
- Size: 106.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6235375369acee9fb95d07188725c78bb5be3abea9928b3fbbba6e145e3072da
|
|
| MD5 |
af0e24bef9eefaec5ef77620f295e5d6
|
|
| BLAKE2b-256 |
2974f77ec0c30b1c2e3e61ea825f6cb5307fe2c528f97618f36fc1486e537e55
|
Provenance
The following attestation bundles were made for faker_healthcare_provider-2.2.1-py3-none-any.whl:
Publisher:
release.yml on rodrigobnogueira/faker-healthcare-provider
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
faker_healthcare_provider-2.2.1-py3-none-any.whl -
Subject digest:
6235375369acee9fb95d07188725c78bb5be3abea9928b3fbbba6e145e3072da - Sigstore transparency entry: 2083062477
- Sigstore integration time:
-
Permalink:
rodrigobnogueira/faker-healthcare-provider@9443c2a08f41fc2770b008a24fd6289f7c911a37 -
Branch / Tag:
refs/tags/v2.2.1 - Owner: https://github.com/rodrigobnogueira
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9443c2a08f41fc2770b008a24fd6289f7c911a37 -
Trigger Event:
push
-
Statement type: