> For the complete documentation index, see [llms.txt](https://model.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://model.coronasafe.network/primary-treatment-centers-for-corona/operating-model-of-a-primary-treatment-center.md).

# Operating Model of a Primary Treatment Center

**There are three sub-components to the Primary Treatment Center.**<br>

1. **A Testing Facility for taking Swabs**\
   \
   This facility is for taking swabs from patients who are suspected to have corona. Swabs collected will be taken to the centralised testing center which will be one testing center for 10 panchayats.

   <br>
2. **A Facility for providing healthcare for Corona Positive Asymptomatic Patients** \
   \
   These patients are having Corona but they dont show any symptoms. Thus, they also dont need much medical help as their immune systems are strong. \
   \
   These patients how ever could spread Corona to others and this is the reason why they need to stay away from the general population for a small period of time to avoid the spread of virus.\
   \
   Patients will need to be given food, recreation and other general medicines which they have already been taking (if any).\
   \
   There will be a medical nurse at the center to whom patients can report if they have any medical problems or difficulty.\
   \
   A doctor on call facility is also available at this Primary Treatment Center.\
   \
   There will be one ambulance at each Panchayat for emergency response in shortest time.<br>
3. **A Facility for providing Healthcare for Corona Positive Patients with mild symptoms (Fever/Cough/Throat Pain/Runny Nose).** \
   \
   These patients are also treated in cohorts or groups at the Primary Treatment Center.\
   \
   The main difference in treatment of this facility is that medical help has to be higher. There needs to be 24 hours doctors/nurses at the facility who are working in three shifts.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://model.coronasafe.network/primary-treatment-centers-for-corona/operating-model-of-a-primary-treatment-center.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
