> For the complete documentation index, see [llms.txt](https://hindi.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hindi.coronasafe.network/action/home-isolation.md).

# घर में अलगाव

विवरण:> - पुष्टि या संदिग्ध COVID -19 वाले लोगों के लिए घर अलगाव उपाय अस्पताल में भर्ती होने और फिर अस्पताल में भर्ती होने वाले लोगों की जरूरत नहीं है

### घर जाने के लिए चिकित्सकीय रूप से स्थिर होना निर्धारित है।

## घर में अलगाव

जब तक कोई स्वास्थ्य सेवा प्रदाता या स्थानीय या राज्य स्वास्थ्य विभाग यह नहीं कहता कि आप अपनी सामान्य गतिविधियों में वापस आ सकते हैं, तब तक आपको नीचे दिए गए रोकथाम के चरणों का पालन करना चाहिए।

* अच्छी तरह हवादार गैर एसी कमरा
* विंडोज को दिन के समय खुला रखा जाता है
* कमरे में संदिग्ध रोगी के लिए संलग्न बाथरूम या अलग बाथरूम होना चाहिए।
* बर्तन, लिनन या अन्य वस्तुओं को साझा न करें।
* टॉयलेट के बाद विशेष रूप से साबुन और पानी से लगातार हाथ धोने का अभ्यास करें

  शरीर के तरल पदार्थ के साथ संपर्क।
* व्यक्तिगत स्वच्छता का पालन करें
* श्वसन स्वच्छता का पालन करें
  * खांसते या छींकते समय मुंह और नाक को मास्क या टिश्यू से ढकें
  * यदि मास्क या टिशू उपलब्ध नहीं है तो आपके फ्लेक्सिबल एल्बो के बाद खांसी या छींक आती है

    हाथ स्वच्छता
* अपशिष्ट संग्रह के लिए तीन बाल्टी
  1. गंदे लिनन, कपड़े, तौलिया - ब्लीच के साथ कीटाणुरहित, अगले उपयोग से पहले धोएं और धूप में सुखाएं
  2. गंदे मास्क, ऊतक, पैड - भस्मीकरण के लिए
  3. जैव चिकित्सा अपशिष्ट के लिए - दफनाने के लिए
* ब्लीच के घोल से कमरा बंद होना चाहिए
* ब्लीच के घोल का इस्तेमाल फर्नीचर, वॉश बेसिन, टॉयलेट सीट आदि को साफ करने के लिए किया जा सकता है
* देखभाल करने वाले द्वारा उपयोग किए जाने वाले कमरे के प्रवेश द्वार पर शराब आधारित हाथ रगड़ना
* किसी भी आगंतुक को अनुमति नहीं दी जानी चाहिए
* सभाओं, सामाजिक समारोहों, पार्टियों आदि में शामिल नहीं होना चाहिए
* सार्वजनिक परिवहन से बचें


---

# 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://hindi.coronasafe.network/action/home-isolation.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.
