# Recipes

This page contains several "recipes" that you can use to quick start your MPI deployment.

## [Generate a Unique Identifier](/developers/applets/recipes/generating-id-on-registration.md)

You can generate a new unique identifier for any patient (or other entity for that matter) registered in the SanteMPI solution, regardless of where the registration request originated from (HL7, FHIR, API, UI, etc.).&#x20;

## [Codified Address Lookup](/developers/applets/recipes/codified-address.md)

You can correct addresses being stored in the SanteMPI instance and/or append codified information to the address whenever a registration or update occurs.&#x20;

## [Add Relationship to System/Facility](/developers/applets/recipes/assigning-a-home-facility.md)

If you're using the disconnected gateway you can write a business rule which will add a relationship to any data configured in the system or facility. You might want to do this, for example, if you're tracking where a patient's "home facility" is.


---

# 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://help.santesuite.org/developers/applets/recipes.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.
