# Shared Health Record

This collection of workflows allows an external system with access to the HIE to save and retrieve information from the HIE.

The workflows are designed to support the following types of data exchanges with systems that have authority to access the HIE:

1. A point-of-care or external system can query for previous encounters for a specific patient.
2. This transaction allows a PoC or an external system to provide data to the HIE's SHR.
3. A point-of-care or external system can request and receive an on-demand document from the HIE's SHR.


---

# 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://guides.ohie.org/arch-spec/main-1/introduction/shared-health-record.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.
