> 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/sample-history.md).

# Sample History

```
 id AutoField
 consultation ForeignKey (id)
 patient ForeignKey (id)
 atypical_presentation TextField
 created_date DateTimeField
 date_of_result DateTimeField
 date_of_sample DateTimeField
 deleted BooleanField
 diagnosis TextField
 diff_diagnosis TextField
 doctor_name CharField
 etiology_identified TextField
 external_id UUIDField
 fast_track TextField
 has_ari BooleanField
 has_sari BooleanField
 icmr_category IntegerField
 is_atypical_presentation BooleanField
 is_unusual_course BooleanField
 modified_date DateTimeField
 result IntegerField
 sample_type IntegerField
 sample_type_other TextField
 status IntegerField 
```
