# Care | Design Document

## Care | Design Document

- [coronasafe.network](https://dev.coronasafe.network/master.md): Design Document
- [State Dashboard](https://dev.coronasafe.network/state-dashboard.md)
- [District Dashboard](https://dev.coronasafe.network/district-dashboard.md)
- [Facility Dashboard](https://dev.coronasafe.network/facility-dashboard.md)
- [Patient Registration](https://dev.coronasafe.network/patient-regestration.md)
- [Triage Summary Collection](https://dev.coronasafe.network/triage-summary-collection.md)
- [Sample Management](https://dev.coronasafe.network/sample-management.md)
- [Patient Record](https://dev.coronasafe.network/patient-record.md)
- [Telemedicine](https://dev.coronasafe.network/telemidicine.md): Build telemedicine.coronasafe.network inside care
- [State](https://dev.coronasafe.network/state.md)
- [District](https://dev.coronasafe.network/district.md)
- [LocalBody](https://dev.coronasafe.network/panchayat.md)
- [User](https://dev.coronasafe.network/user.md): The platform identifies every one as a user, Basic information that we should collect from everyone
- [Medical History](https://dev.coronasafe.network/medical-records/medical-history.md)
- [Consultation History](https://dev.coronasafe.network/medical-records/consulation-history.md)
- [Sample History](https://dev.coronasafe.network/medical-records/sample-history.md)
- [Daily Rounds](https://dev.coronasafe.network/medical-records/daily-summary.md)
- [Facility](https://dev.coronasafe.network/facility/untitled.md)
- [Building](https://dev.coronasafe.network/facility/building.md): Details of buildings a facility has
- [Room](https://dev.coronasafe.network/facility/room.md)
- [Beds](https://dev.coronasafe.network/facility/beds.md)
- [InventoryItem](https://dev.coronasafe.network/facility/inventoryitem.md): Common table for inventory
- [Facility Inventory](https://dev.coronasafe.network/facility/facility-inventory.md): Join table for facilty and inventory
- [June 15, 2020](https://dev.coronasafe.network/schema/june-15-2020.md)
- [Mar 1, 2021](https://dev.coronasafe.network/schema/mar-1-2021.md)
- [Data Security](https://dev.coronasafe.network/security/data-security.md)
- [Privacy and Data Protection (PDP)](https://dev.coronasafe.network/security/privacy-and-data-protection-pdp.md)
- [Cyber Security Audit](https://dev.coronasafe.network/cyber-security-audit.md)
- [Notifications](https://dev.coronasafe.network/notifications-and-alerts/notifications.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://dev.coronasafe.network/master.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.
