ScheduledItem
A scheduled personal property item. High-value items (jewelry, art, musical instruments, firearms, etc.) that exceed standard personal property sublimits and require individual scheduling.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| ScheduledItem | A scheduled personal property item. | ||
| category | 1..1 | CodeableConcept | Category of the item (jewelry, fine-art, musical-instruments, firearms, etc.) terminology |
| description | 1..1 | string | Description of the specific item |
| value | 1..1 | Money | Appraised or agreed value of the item |
| serialNumber | 0..1 | string | Serial number or other unique identifier for the item |
| appraisal | 0..1 | Attachment | Reference to an appraisal document |
| appraisalDate | 0..1 | string | Date of the most recent appraisal. |
| make | 0..1 | string | Manufacturer or maker |
| model | 0..1 | string | Model name or number |
| year | 0..1 | number | Year of manufacture or creation |
Example
json
{
"category": {
"text": "Jewelry"
},
"description": "Diamond engagement ring, 2.5 carat princess cut",
"value": {
"value": 15000,
"currency": "USD"
},
"appraisalDate": "2024-11-01"
}JSON Schema
Full JSON Schema: ScheduledItem.schema.json