MockHero

medical_specialty

Healthcare

Generate medical specialty names (Cardiology, Neurology, Orthopedics, etc.). For healthcare system testing and medical directory seeding.

Example Outputs

CardiologyNeurologyOrthopedicsDermatologyPediatrics

API Usage

Send a POST request to generate medical specialty 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": "medical_specialty",
          "type": "medical_specialty"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Healthcare system testing
  • Doctor directory seeding
  • Appointment booking testing

Quick Info

Field Type
medical_specialty
Category
Healthcare
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate medical specialty data instantly in the playground.

Related Types

Generate Medical Specialty + 155 more types via API

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

Get Started Free