> For the complete documentation index, see [llms.txt](https://medomicslab.gitbook.io/medomics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://medomicslab.gitbook.io/medomics-docs/medomicslab-docs-v0/test-with-mimic/mimic-data-access.md).

# MIMIC data access

The participation in the Testing Phase will involve the use of data from the [MIMIC database](https://mimic.mit.edu/). **We have already processed** the MIMIC data for the purpose of the Testing Phase. To share this processed data with you, we need you to complete the following:

1. Become a credential user of MIMIC: <https://physionet.org/settings/credentialing/>
2. Complete the CITI Course: <https://physionet.org/about/citi-course/>
3. Sign the following Physionet data use agreements:
   * MIMIC-IV: <https://physionet.org/sign-dua/mimiciv/2.2/>
   * MIMIC-CXR: <https://physionet.org/sign-dua/mimic-cxr/2.0.0/>
   * MIMIC-IV-ED: <https://physionet.org/sign-dua/mimic-iv-ed/2.2/>
   * MIMIC-IV-Note: <https://physionet.org/sign-dua/mimic-iv-note/2.2/>
4. Send us the 5 forms (CITI Course certification + 4 signed data use agreements) to <medomics.info@gmail.com>

This process will take some time, but we assure you it will be worth it!

We also created a video to help you with this process: &#x20;

{% embed url="<https://youtu.be/dfZhM4YjTTs?si=Lzv1fw1xlOyhW23y>" %}
MIMIC database, Physionet and CITI Program Tutorial
{% endembed %}

***

We created a video to help you understand the MIMIC data:&#x20;

{% embed url="<https://youtu.be/TrOG3dtbrpM?si=d0F8fwndZkJ7n9jR>" %}
MIMIC database : Explore tables and fields
{% endembed %}


---

# 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://medomicslab.gitbook.io/medomics-docs/medomicslab-docs-v0/test-with-mimic/mimic-data-access.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.
