> For the complete documentation index, see [llms.txt](https://dev.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.coronasafe.network/facility/untitled.md).

# Facility

```
 id AutoField
 created_by ForeignKey (id)
 district ForeignKey (id)
 local_body ForeignKey (id)
 state ForeignKey (id)
 address TextField
 corona_testing BooleanField
 created_date DateTimeField
 deleted BooleanField
 external_id UUIDField
 facility_type IntegerField
 is_active BooleanField
 location LocationField
 modified_date DateTimeField
 name CharField
 oxygen_capacity IntegerField
 phone_number CharField
 pincode IntegerField
 verified BooleanField 
```
