13 rows are stored for this page
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Facilities |
| Field | String | origin_facility |
| FieldType | String | FK → Facility (PROTECT) |
| Notes | Text | Required. The facility raising the request. Set once on create (when <code>is_update</code> is false) and never reassigned. <code>related_name="resource_requesting_facilities"</code>. |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Facilities |
| Field | String | approving_facility |
| FieldType | String | FK → Facility (SET_NULL) |
| Notes | Text | Nullable. The facility responsible for approving. <code>related_name="resource_approving_facilities"</code>. |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Facilities |
| Field | String | assigned_facility |
| FieldType | String | FK → Facility (SET_NULL) |
| Notes | Text | Nullable. The facility the request is assigned to or fulfilled by. Required when <code>assigned_to</code> is set. <code>related_name="resource_assigned_facilities"</code>. |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Request details |
| Field | String | emergency |
| FieldType | String | bool (BooleanField) |
| Notes | Text | Yes (spec) |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Request details |
| Field | String | title |
| FieldType | String | str (CharField(255)) |
| Notes | Text | Yes |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Request details |
| Field | String | reason |
| FieldType | String | str (TextField) |
| Notes | Text | Yes (spec) |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Request details |
| Field | String | status |
| FieldType | String | StatusChoices enum (CharField(100)) |
| Notes | Text | Yes |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Request details |
| Field | String | category |
| FieldType | String | CategoryChoices enum (CharField(100)) |
| Notes | Text | Yes |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Request details |
| Field | String | priority |
| FieldType | String | int (IntegerField) |
| Notes | Text | Yes (spec) |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Referring contact |
| Field | String | referring_facility_contact_name |
| FieldType | String | str (TextField) |
| Notes | Text | Yes (spec) |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Referring contact |
| Field | String | referring_facility_contact_number |
| FieldType | String | str (CharField(14)) |
| Notes | Text | Yes (spec) |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Assignment & patient |
| Field | String | is_assigned_to_user |
| FieldType | String | bool (BooleanField) |
| Notes | Text | Defaults to <code>False</code>; signals that a user-level assignment exists. The spec classes never expose it. |
| Field | Field type | Value |
|---|
| Model | String | ResourceRequest |
| Section | String | Assignment & patient |
| Field | String | related_patient |
| FieldType | String | FK → Patient (CASCADE) |
| Notes | Text | Nullable, defaults to <code>None</code>. Links the request to a patient where one applies. Set only on create. |
"Docs" values
1 row is stored for this page
| Field | Field type | Value |
|---|
| Title | String | Resource Request |
| DocType | String | reference |
| Domain | String | platform |
| Summary | Text | |
| SidebarOrder | Integer | 4 |
| IntroducedIn | String | 3.0 |
| DeprecatedIn | String | |
| FHIRResource | String | |
| Model | String | ResourceRequest |
| SourceFile | String | |
| Status | String | current |