> 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/medical-records/consulation-history.md).

# Consultation History

```
 id AutoField
 facility ForeignKey (id)
 patient ForeignKey (id)
 referred_to ForeignKey (id)
 admission_date DateTimeField
 admitted BooleanField
 admitted_to IntegerField
 bed_number CharField
 category CharField
 created_date DateTimeField
 deleted BooleanField
 discharge_date DateTimeField
 examination_details TextField
 existing_medication TextField
 external_id UUIDField
 modified_date DateTimeField
 other_symptoms TextField
 prescribed_medication TextField
 suggestion CharField
 symptoms MultiSelectField
 symptoms_onset_date DateTimeField 
```
