Properties
Properties are the blocks inside a form.
A block can be:
- A section.
- A question.
- A repeated list.
- A coded choice.
Property and node
The backend stores two ideas:
| Word | Meaning |
|---|---|
| Property | The reusable question definition. |
| Node | The position of that property inside a form. |
You usually do not need to think about this while editing. But it explains why Tiep can reuse questions and still track where answers came from.
Core fields
| Field | Meaning |
|---|---|
title | The label shown to the doctor. |
description | What the AI should extract and why. |
type | The data type: object, string, number, integer, boolean, or array. |
required | Which child fields must be answered. |
examples | Sample values that guide the AI. |
x-widget | Optional UI control override. |
x-concept-set-id | Link to a reusable coded catalogue. |