# Medical History

PatientRegistration

```
 id AutoField
 created_by ForeignKey (id)
 district ForeignKey (id)
 facility ForeignKey (id)
 local_body ForeignKey (id)
 meta_info OneToOneField (id)
 nearest_facility ForeignKey (id)
 state ForeignKey (id)
 aadhar_no CharField
 address EncryptedTextField
 age PositiveIntegerField
 blood_group CharField
 contact_with_confirmed_carrier BooleanField
 contact_with_suspected_carrier BooleanField
 countries_travelled JSONField
 countries_travelled_old TextField
 created_date DateTimeField
 date_of_birth DateField
 date_of_receipt_of_information DateTimeField
 date_of_return DateTimeField
 deleted BooleanField
 disease_status IntegerField
 estimated_contact_date DateTimeField
 external_id UUIDField
 gender IntegerField
 has_SARI BooleanField
 is_active BooleanField
 is_medical_worker BooleanField
 modified_date DateTimeField
 name EncryptedCharField
 nationality CharField
 number_of_aged_dependents IntegerField
 number_of_chronic_diseased_dependents IntegerField
 ongoing_medication TextField
 passport_no CharField
 past_travel BooleanField
 patient_search_id EncryptedIntegerField
 phone_number EncryptedCharField
 present_health TextField
 source IntegerField
 year_of_birth 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/medical-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.
