# Determiner Codes

Determiner codes are used to classify whether a tuple in the entity table represents an actual thing or a classification of things. There are three types of determiner classifications for objects listed in .

| **Determiner**  | **Description**                                                              | **Example**                                                   |
| --------------- | ---------------------------------------------------------------------------- | ------------------------------------------------------------- |
| Specific        | The entry in the database represents a one or more occurrences of an entity. | A patient, a facility, an organization, etc.                  |
| Kind            | The entry represents a classification of entities.                           | A type of material, a type of organization, a type of device. |
| Quantified Kind | Represents a kind of object which is quantified such as X number of Y.       | A dose of vaccine (5ml, etc.)                                 |


---

# 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/entities/determiner-codes.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.
