allergy
HealthcareGenerate common allergy names (Peanuts, Penicillin, Latex, Pollen, etc.). For patient record seeding and healthcare form testing.
Example Outputs
PeanutsPenicillinLatexPollenShellfishAPI Usage
Send a POST request to generate allergy data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "allergy",
"type": "allergy"
}
]
}
]
}'Common Use Cases
- Patient record seeding
- Medical form testing
- Healthcare dashboard testing
Quick Info
- Field Type
- allergy
- Category
- Healthcare
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Allergy + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.