> For the complete documentation index, see [llms.txt](https://help.santesuite.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/master-data-management-tab/records-of-truth.md).

# Records of Truth

When you edit a record which has been identified as a master record, you are actually editing what is known as a "Record of Truth". The record which was sent from the source system is left as it was collected/sent to the MPI.&#x20;

For example, if two clinics have sent records which have been linked together by the matching algorithm, the logical relation of these elements would be as illustrated below:

![](/files/-M7PDj9lpFua0PISCPni)

Within the tool's [Master Data Management Tab](/user-guides-and-training/santempi/the-patient-dashboard/master-data-management-tab.md) tab you will see both locals listed.

![](/files/641e2zEcZnWn0RzXTQlO)

Whenever an administrator uses the administrative panel to edit this record, it does not alter the data within the record, rather it establishes a record of truth. In the CDR this type of data can be thought of as:

![](/files/-M7PEZbCzsbrn66CX10i)

In the **Master Data Management** tab of the patient view this record will be indicated as the record of truth with a gavel icon.

![](/files/EQBcKfoYakT2zm5g30D6)

Whenever a record has a record of truth associated with it, the user interface and MPI will redirect all administrative panel updates from the MASTER to the record of truth (as indicated on the header).

![](/files/FxmkRQs5wbUI6NQCxUzd)

Records of truth are used by the SanteMPI system to determine what data is returned in queries and fetches of the master record. This type of functionality can be used to establish a curated **Golden Record** for the patient with official data.

Updates performed against this record are not permitted unless the sending credential has appropriate permission to edit/change the official information for the patient.


---

# 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://help.santesuite.org/user-guides-and-training/santempi/the-patient-dashboard/master-data-management-tab/records-of-truth.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.
