30 rows are stored for this page
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Identity & scope |
| Field | String | facility |
| FieldType | String | FK → facility.Facility |
| Notes | Text | <code>PROTECT</code>, nullable. Null means an instance-level definition; set means facility-scoped. Excluded from the spec base (<code>__exclude__ = ["facility"]</code>); set on write via a <code>facility</code> UUID, surfaced on read as <code>is_instance_level</code> |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Identity & scope |
| Field | String | slug |
| FieldType | String | CharField(255) |
| Notes | Text | Slug value; combined with <code>facility</code> to form the addressable slug. Set server-side from <code>slug_value</code> on write |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Identity & scope |
| Field | String | alternate_identifier |
| FieldType | String | CharField(255) |
| Notes | Text | Nullable; secondary external identifier |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Identity & scope |
| Field | String | status |
| FieldType | String | CharField(255) |
| Notes | Text | Lifecycle status. Spec-constrained to <code>ProductKnowledgeStatusOptions</code> (required) |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Identity & scope |
| Field | String | product_type |
| FieldType | String | CharField(255) |
| Notes | Text | Product category. Spec-constrained to <code>ProductTypeOptions</code> (required) |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Naming |
| Field | String | name |
| FieldType | String | CharField(255) |
| Notes | Text | Primary display name (required in spec) |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Naming |
| Field | String | names |
| FieldType | String | JSONField (list) |
| Notes | Text | Nullable; list of <code>ProductName { name_type: ProductNameTypes, name: str }</code>. <code>name_type</code> is bound to the <code>ProductNameTypes</code> enum, not a FHIR value set |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Naming |
| Field | String | names_cache |
| FieldType | String | CharField(2048) |
| Notes | Text | Nullable; denormalized space-joined string of <code>name</code> plus every <code>names</code> entry, rebuilt on each <code>save()</code> to power search. Platform-maintained, absent from every spec — never set it from clients |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductName |
| Field | String | name_type |
| FieldType | String | ProductNameTypes |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductName |
| Field | String | name |
| FieldType | String | str |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | StorageGuideline |
| Field | String | note |
| FieldType | String | str |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | StorageGuideline |
| Field | String | stability_duration |
| FieldType | String | DurationSpec { value: int, unit: Coding } |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductDefinitionSpec |
| Field | String | dosage_form |
| FieldType | String | ValueSetBoundCoding[MEDICATION_FORM_CODES] |
| Notes | Text | required (nullable) |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductDefinitionSpec |
| Field | String | intended_routes |
| FieldType | String | list[Coding] |
| Notes | Text | <code>[]</code> |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductDefinitionSpec |
| Field | String | ingredients |
| FieldType | String | list[ProductIngredient] |
| Notes | Text | <code>[]</code> |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductDefinitionSpec |
| Field | String | nutrients |
| FieldType | String | list[ProductNutrient] |
| Notes | Text | <code>[]</code> |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductDefinitionSpec |
| Field | String | drug_characteristic |
| FieldType | String | list[DrugCharacteristic] |
| Notes | Text | <code>[]</code> |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductIngredient |
| Field | String | is_active |
| FieldType | String | bool |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductIngredient |
| Field | String | substance |
| FieldType | String | ValueSetBoundCoding[CARE_SUBSTANCE_VALUSET] |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductIngredient |
| Field | String | strength |
| FieldType | String | ProductStrength |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductNutrient |
| Field | String | item |
| FieldType | String | ValueSetBoundCoding[CARE_NUTRIENTS_VALUESET] |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductNutrient |
| Field | String | amount |
| FieldType | String | ProductStrength |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductStrength |
| Field | String | ratio |
| FieldType | String | Ratio { numerator: Quantity, denominator: Quantity } |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | ProductStrength |
| Field | String | quantity |
| FieldType | String | Quantity |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | DrugCharacteristic |
| Field | String | code |
| FieldType | String | DrugCharacteristicCode |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | DrugCharacteristic |
| Field | String | value |
| FieldType | String | str |
| Notes | Text | yes |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Quantity |
| Field | String | value |
| FieldType | String | Decimal |
| Notes | Text | max 20 digits, 6 decimal places |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Quantity |
| Field | String | unit |
| FieldType | String | Coding |
| Notes | Text | human-readable unit |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Quantity |
| Field | String | code |
| FieldType | String | Coding |
| Notes | Text | machine-processable unit |
| Field | Field type | Value |
|---|
| Model | String | ProductKnowledge |
| Section | String | Quantity |
| Field | String | meta |
| FieldType | String | dict |
| Notes | Text | |
"Docs" values
1 row is stored for this page
| Field | Field type | Value |
|---|
| Title | String | Product Knowledge |
| DocType | String | reference |
| Domain | String | definitions |
| Summary | Text | |
| SidebarOrder | Integer | 8 |
| IntroducedIn | String | 3.0 |
| DeprecatedIn | String | |
| FHIRResource | String | |
| Model | String | ProductKnowledge |
| SourceFile | String | |
| Status | String | current |