> For the complete documentation index, see [llms.txt](https://guides.ohie.org/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.ohie.org/getting-started/master.md).

# Getting Started Guide: Paths to Data Exchange

<img src="/files/-McFCNnDpDKSzCSzHpFp" alt="" data-size="original">&#x20;

## **What is OpenHIE?**&#x20;

OpenHIE is a self-organizing, mission-driven community of stakeholders assisting the strengthening of national Health Information Exchanges (HIEs) to support access to data by a Health Information System (HIS). The initiative emerged from the Health Informatics Public Private Partnership initiative funded by the US President’s Emergency Plan for AIDS Relief (PEPFAR).

OpenHIE is more than a set of technical specifications. It is also a collaborative community of practice. This community includes ministry of health personnel, funders, enterprise architects, solution designers, software engineers, implementers and health system managers. OpenHIE was created on the belief that integrated and interoperable health information systems are critical to improve the quality and continuity of healthcare.&#x20;

{% hint style="success" %} <img src="/files/-Me6G6QqCYm4wLGJYCDm" alt="" data-size="line"> **Resources and Examples:**&#x20;

* [OpenHIE Academy](https://academy.ohie.org/)
* [OpenHIE Website](https://ohie.org/)
* [OpenHIE Architecture Specification](https://ohie.org/framework/)
  {% endhint %}

<img src="/files/-MeV4-GgIORJOGakXkrw" alt="" data-size="line"> **This work is licensed under a Creative Commons Attribution 4.0 International License.**


---

# 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://guides.ohie.org/getting-started/master.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.
