create_injury
Create injury records in Procore projects to document workplace incidents, track treatment details, and manage regulatory reporting requirements.
Instructions
Create Injury. [Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/injuries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| run_configurable_validations | No | Whether or not Configurable validations from the Injury Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/configurable-field-sets#list-project-con... | |
| incident_id | Yes | The ID of the Incident | |
| date_of_death | No | Date of death | |
| description | No | Description of event in Rich Text format | |
| date_returned_to_work | No | Date returned to work | |
| filing_type | No | Filing Type - The 'recordable' filing_type value is deprecated. When a filing type of 'recordable' is provided, the `recordable` attribute of the Injury will instead be set to 'true'. | |
| hospitalized_overnight | No | Represents whether the injured person was hospitalized overnight | |
| recordable | No | Represents whether the Injury record is recordable | |
| treated_in_er | No | Represents whether the injured person was treated in the ER | |
| treatment_facility_address | No | The street address of the treatment facility | |
| treatment_facility | No | The name of the treatment facility | |
| treatment_provider | No | The name of the treatment provider | |
| work_days_absent | No | The number of days absent from work | |
| work_days_restricted | No | The number of days on restricted work | |
| work_days_transferred | No | The number of days transferred | |
| affliction_type_id | No | The ID of the Affliction Type. This cannot be cleared if there is an affected_body_part. | |
| body_diagram_type | No | body_diagram_type | |
| affected_body_parts | No | DEPRECATED - Use body_part_ids instead. The body parts affected by the affliction. This requires an affliction_type to be set. | |
| affected_person_id | No | The ID of the Affected Person. This only supports full Users from the Users endpoints. | |
| affected_party_id | No | The ID of the Affected Person. This supports full and reference Users from the People endpoints. | |
| body_part_ids | No | The IDs of body parts affected by the affliction. This requires an affliction_type to be set. | |
| harm_source_id | No | The ID of the Harm Source | |
| affected_company_id | No | The ID of the Affected Company | |
| managed_equipment_id | No | The ID of the Managed Equipment | |
| work_activity_id | No | The ID of the Work Activity | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |