# 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 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.coronasafe.network/medical-records/sample-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
