MockHero

allergy

Healthcare

Generate common allergy names (Peanuts, Penicillin, Latex, Pollen, etc.). For patient record seeding and healthcare form testing.

Example Outputs

PeanutsPenicillinLatexPollenShellfish

API 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

Try it now

Generate allergy data instantly in the playground.

Generate Allergy + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free