Skip to content

Hospital entity

Generate hospitals with departments, capacity, services, accreditation, staffing, and contact data.

Why: Use Hospital for capacity, service, accreditation, staffing, department, and contact scenarios that must describe one facility; use Company or Address for narrower non-clinical fixtures.

1
<variable name="value" entity="Hospital"/>

Output: Typed Hospital value.

Parameters

  • dataset: str | null; Default None — Country dataset used for facility, staffing, and contact conventions.

Attributes

  • accreditation (list[str]): Accreditation bodies and certifications.
  • address (dict): Structured postal address fields.
  • bed_count (int): Approximate number of beds.
  • departments (list[str]): Clinical departments available at the hospital.
  • email (str): Primary email address.
  • emergency_services (bool): Whether emergency services are available.
  • founding_year (int): Year the hospital was founded.
  • hospital_id (str): Synthetic identifier with HOSP prefix.
  • name (str): Hospital display name.
  • phone (str): Generic contact phone number.
  • services (list[str]): Service lines offered (imaging, ICU, etc.).
  • staff_count (int): Estimated number of staff.
  • teaching_status (bool): Indicates if the hospital is a teaching facility.
  • type (str): Hospital classification (general, teaching, specialty, …).
  • website (str): Hospital website URL.

Limits

The available attributes and values depend on the registered entity, its dataset, and its documented constructor options.