> For the complete documentation index, see [llms.txt](https://iis-docs.santesuite.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iis-docs.santesuite.org/introduction/fiji-iis-technical-reference.md).

# IIS Reference Documentation

<figure><img src="/files/50Y36P3P8sjtrwjgx8UT" alt="" width="400"><figcaption></figcaption></figure>

The **Immunization Information System Technical Reference** serves as a comprehensive guide for understanding and utilizing the core components of the IIS platform.

This document is intended for technical stakeholders and outlines the specifications, data structures, system interactions, and integration points necessary to effectively implement, maintain, and enhance the IIS. It supports developers, system integrators, and IT personnel by providing the foundational knowledge required to work with various aspects of the system.

## EMR

The SanteEMR solution provides two different user portals:

<figure><img src="/files/o9H97eJWd2einqc11Hwf" alt="" width="400"><figcaption></figcaption></figure>

* [**Administration Portal**](/technical-reference/santedb-administration-portal.md): used for maintenance of the EMR related functions, accessed via the **SanteEMR** menu item on the SanteDB administration portal.
* [**Clinical Portal**](/clinical-reference/santedb-clinical-portal.md)**:** an entirely separate user interface provided for tablets, laptops, and other local in-clinic tasks.


---

# 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://iis-docs.santesuite.org/introduction/fiji-iis-technical-reference.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.
