17 rows are stored for this page
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Coded concepts |
| Field | String | body_site |
| FieldType | String | JSONField (default=dict, not null/blank) |
| Notes | Text | Anatomical location(s). Exists on the model but no current spec exposes it — never written or read through the standard <code>Condition</code> API. |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Timing |
| Field | String | recorded_date |
| FieldType | String | DateTimeField, nullable |
| Notes | Text | When the condition was first recorded. Not exposed by the current specs. |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Context & notes |
| Field | String | patient |
| FieldType | String | FK → Patient, on_delete=CASCADE |
| Notes | Text | Subject of the condition. Derived server-side from the encounter on create, never read from the client (<code>__exclude__</code>). |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Context & notes |
| Field | String | encounter |
| FieldType | String | FK → Encounter, nullable, on_delete=CASCADE |
| Notes | Text | Encounter the condition was recorded in. Set server-side on create (<code>__exclude__</code>); the client supplies a UUID in the spec, which is validated to exist. |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Context & notes |
| Field | String | note |
| FieldType | String | TextField, nullable |
| Notes | Text | Free-text clinical note. |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionOnSetSpec (onset shape) |
| Field | String | onset_datetime |
| FieldType | String | datetime |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionOnSetSpec (onset shape) |
| Field | String | onset_age |
| FieldType | String | int |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionOnSetSpec (onset shape) |
| Field | String | onset_string |
| FieldType | String | str |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionOnSetSpec (onset shape) |
| Field | String | note |
| FieldType | String | str |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionAbatementSpec (abatement shape) |
| Field | String | abatement_datetime |
| FieldType | String | datetime |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionAbatementSpec (abatement shape) |
| Field | String | abatement_age |
| FieldType | String | int |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionAbatementSpec (abatement shape) |
| Field | String | abatement_string |
| FieldType | String | str |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | ConditionAbatementSpec (abatement shape) |
| Field | String | note |
| FieldType | String | str |
| Notes | Text | <code>None</code> |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Coding shape |
| Field | String | system |
| FieldType | String | str |
| Notes | Text | Code system URI (e.g. <code>http://snomed.info/sct</code>). |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Coding shape |
| Field | String | version |
| FieldType | String | str |
| Notes | Text | Code system version. |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Coding shape |
| Field | String | code |
| FieldType | String | str |
| Notes | Text | '''Required.''' The code value. |
| Field | Field type | Value |
|---|
| Model | String | Condition |
| Section | String | Coding shape |
| Field | String | display |
| FieldType | String | str |
| Notes | Text | Human-readable label. |
"Docs" values
1 row is stored for this page
| Field | Field type | Value |
|---|
| Title | String | Condition |
| DocType | String | reference |
| Domain | String | clinical |
| Summary | Text | |
| SidebarOrder | Integer | 3 |
| IntroducedIn | String | 3.0 |
| DeprecatedIn | String | |
| FHIRResource | String | Condition |
| Model | String | Condition |
| SourceFile | String | |
| Status | String | current |