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


---

# 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/consulation-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.
