Facilities
Description of your new file.
A list of facilities mentioned in the conversation with the following properties:
- facility_name (str): The name of the facility
- facility_location (str): The location of the facility
- facility_type (FacilityType): The type of the facility # change to do in code
- facility_is_medical (bool): Whether the facility is medical or not
- facility_type_other (str): The type of the facility if other than the facility_type proposed Enum
result
Facility Types String Enum
Here are the possible value for the facility predefined types:
Medical Facilities
- CLINIC
- DENTAL_CENTER
- DIETITIAN_CLINIC
- HOSPITAL
- LABORATORY
- MEDICAL_CENTER
- MEDICAL_LABORATORY
- NURSING_HOME
- OPTOMETRY_CLINIC
- PHARMACY
- PSYCHOLOGY_CLINIC
- RADIOLOGY_CENTER
- REHABILITATION_CENTER
- VETERINARY_CLINIC
Educational Facilities
- COLLEGE
- SCHOOL
- UNIVERSITY
Recreational Facilities
- PARK
- PLAYGROUND
- SPORTS_CENTER
- STADIUM
Residential Facilities
- APARTMENT
- CONDOMINIUM
- HOUSE
Commercial Facilities
- OFFICE_BUILDING
- RETAIL_STORE
- SHOPPING_MALL
Industrial Facilities
- FACTORY
- MANUFACTURING_PLANT
- WAREHOUSE
Government Facilities
- COURTHOUSE
- EMBASSY
- FIRE_STATION
- GOVERNMENT_OFFICE
- POLICE_STATION
- POST_OFFICE
- TOWN_HALL
Transportation Facilities
- AIRPORT
- BUS_STATION
- TRAIN_STATION
Cultural Facilities
- ART_GALLERY
- LIBRARY
- MUSEUM
- THEATER
Religious Facilities
- CHURCH
- MOSQUE
- SYNAGOGUE
- TEMPLE
Hospitality Facilities
- HOTEL
- RESORT
- RESTAURANT
- CAFE
- BAR
- CLUB
Agricultural Facilities
- FARM
- GREENHOUSE
- RANCH
- YARD
Others
- OTHER
Was this page helpful?