# Acts

Acts in the SanteDB data model represent actions taken by entities to other entities. In this lens, we can say that an act represents everything that “happens” to entities. This mechanism of storage allows the SanteDB data model to adapt to different jurisdictions with relative ease.

There are five different types of acts that are supported by the default SanteDB schema (Figure 1).

![Figure 1 - Act Classes](/files/-LZu2X8qNzseBjzsZ4-7)

* **Patient Encounters:** Represent an act whereby a patient presents, or is intended to present for care.
* **Observations:** Represent an act whereby an entity observes something. Observations can include codified observations such as diagnoses, textual values such as a free-text description of an event, or a quantity such as weight or heart rate.
* **Substance Administrations:** A substance administration is representing an act whereby a substance, such as a vaccine is administered to a patient.
* **Order:** An order is a special type of stock act and represents a request by an entity to transfer stock from one place to another.
* **Procedures:** A procedure is a type of act in which the physical state of the record target or target entity is changed.
* **Financial Transaction:** Which is used whenever a financial transaction, or an exchange of financial goods occurs.


---

# 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/santedb/data-and-information-architecture/conceptual-data-model/acts.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.
