Table of Contents style Square
...
Background and strategic fit
The purpose of this Integration is to pull over different incident information (Near Miss and Injury Illness) to support our growing customer base to analyze the data they are entering through the ProcessMAP solution.This document provides information on how to consume the API's by the end Users.
Assumptions
- Individual APIs being used for Injury & Claim and Near Miss
- For Injury/Illness the Incident type field will have comma separate value in case it is a combined Incident with other Incident Types
- Data will be sent only for the Injury/Illness
- ProcessMAP system User permissions would not be considered while exposing the data
- ProcessMAP assumes anyone who is accessing the Outbound API has required authority to access Personal Information
- User would have to input single Location Code(e.g. Westlake) each time to consume that Location data
- Data to be accessed with a limitation of 2 years duration at a time to avoid any performance issues.
- Data will be shown in Readable JSON format
- Fields Names in the Response would be Product Field Naming. Customer will have to use mapping documentation
- User accessing this endpoint through a valid Token & ConsumerId, provided by ProcessMAP, will have access to complete data
- Witness Details Information will be as nested
- BodyParts -- Will be separated by , and side will be mentioned in braces Ex: Arm (L)(R)
- For Nature, Cause and BodyParts -- IF Other(List) is selected then others description will be appended with '-' Ex: Other(List) --- Some Text
- For Employee, Supervisor, Reported By -- LastName, MiddleName, First name and Prefix will be combined as shown as single (Prefix(if available) + Firstname+ MiddleName(if available) + LastName)
- For Witness the First Name, Middle Name, Last Name will not be appended as no field is mandatory
- Incident Status will be included in the json output
- DATETIME, INT and FLOAT data will be shown as NULL when there is no data
- Pin Location Information and Default CAPA is not considered for this release
- The data that is being shown in response is in EST Date time format ONLY
...
- Certain fields are auto-populated in Application but the same will not reflect in JSON until the form is saved
User Interaction
Near Miss
...
Name | Description | Type | Additional information |
---|---|---|---|
locationCode | Represents the unique code of location for which Incident records to return. | string | Required |
dateFrom | Represents the starting date of Incident records to return. | date | Required but value optional |
dateTo | Represents the ending date of Incident records to return. | date | Required but value optional |
lastSyncedDate | Represents the data from incident created date or incident modified date. | date | Required but value optional |
...
Name | Description | Type | Additional information |
---|---|---|---|
locationCode | Represents the unique code of location for which Incident records to return. | string | Required |
dateFrom | Represents the starting date of Incident records to return. | date | Required but value optional |
dateTo | Represents the ending date of Incident records to return. | date | Required but value optional |
lastSyncedDate | Represents the data from incident created date or incident modified date. | date | Required but value optional |
...
Name | Description | Sample |
---|---|---|
Authorization | Represents the value of the authentication token. Allow multiple values: no. | Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ... |
ConsumerId | Represents the value of the consumer id. Allow multiple values: no. | 2222 |
Response
Sample:
{
"Injury/Illness Incident Detail": {
"Incident Details": {
"Incident ID": "Sample String",
"Incident Title/Site": "Sample String",
"Incident Type": "Injury/Illness",
"Location Code": "Decatur IN",
"Were multiple people injured as part of this incident?": "No"
},
"General Details": {
"Date of Incident": "Sample String",
"Time of Incident": "Sample String",
"Time Undetermined": "Sample String",
"Day Of Week": "Sample String",
"Work Shift": "Sample String",
"Time Work Day Began": "Sample String",
"Description of Incident": "Sample String",
"Incident Occurred on Employer's Premises": "Sample String",
"Operating Unit": "Sample String",
"Location of Injury Scene": "Sample String"
},
"Employee / Individual Details": [
{
"Personnel Type": "Employee",
"Employee": {
"Last Name": "Sample String",
"First Name": "Sample String",
"Middle Name": "Sample String",
"Salutation": "Sample String"
},
"Employee ID": "Sample String",
"Gender": "Sample String",
"Occupation/Job Title": "Sample String",
"Hire Date": "Sample String",
"Employee / Individual Department": "Sample String",
"Supervisor (Last,First,MI)": {
"Last Name": "Sample String",
"First Name": "Sample String",
"Middle Name": "Sample String"
},
"Supervisor's Email": "Sample String",
"Supervisor Phone": "Sample String",
"Home Address": "Sample String",
"City": "Sample String",
"State": "Sample String",
"Home Postal Zip Code": "Sample String",
"Phone Number": "Sample String",
"Marital Status": "Sample String",
"Years atBunge": "Sample String",
"Number of Dependents": "Sample String",
"Current Weekly Wage": "Sample String",
"Hourly Wage": "Sample String",
"Hours Worked per Week": "Sample String",
"Days worked Per Week": "Sample String",
"Hours worked Per Day": "Sample String",
"State Hired": "Sample String",
"Employment Status": "Sample String",
"Was employee paid in full for date of injury?": "Sample String",
"Any Prior WC Injuries?": "Sample String"
}
],
"Injury/Illness Summary": [
{
"Was employee taken offsite for evaluation by a medical professional?": "Sample String",
"Did this incident involve an in-patient hospitalization, amputation, or a loss of an eye?": "Sample String",
"Has OSHA been contacted?": "Sample String",
"Please Identify OSHA Contact Details ”Name and Phone Number”": "Sample String",
"Nature of Injury / Illness": "Sample String",
"Cause of Injury/Illness": "Sample String",
"Injured Body Parts": [
"Sample String",
"Sample String"
],
"What was the employee doing just before the incident occurred?": "Sample String",
"Please describe what object or substance directly harmed the employee?.If this question does not apply, enter “not applicable”?": "Sample String",
"Machine/Equipment Number": "Sample String",
"Type": "Sample String",
"Brand": "Sample String",
"Model": "Sample String"
}
],
"RIDDOR Classification": [],
"Employer Information": [
{
"Health & Safety / WC Contact Name": "Sample String",
"Telephone Number": "Sample String",
"Title": "Sample String",
"Mailing Address": "Sample String",
"City": "Sample String",
"State": "Sample String",
"Postal Code/Zip Code": "Sample String",
"Employer Location Code": "Sample String",
"Employer SIC": "Sample String",
"Nature of Business": "Sample String"
}
],
"Injury Information": [
{
"Is this Claim work related?": "Sample String",
"Did this incident result in a fatality?": "Sample String",
"Date Fatality Occurred": "Sample String",
"Did the employee lose any time from work?": "Sample String",
"What was the first full day out?": "Sample String",
"Do you know the Date Employee Last Worked?": "Sample String",
"Has the employee returned to work?": "Sample String",
"Date Returned to Work": "Sample String",
"Estimated Return to Work Date": "Sample String",
"Requires Sharp Injury Log": "Sample String"
}
],
"Medical Information": [
{
"Was employee sent to Hospital / Clinic to receive Medical Treatment?": "Sample String",
"Initial Medical Treatment": "Sample String",
"Hospital / Clinic Name": "Sample String",
"Hospital Address": "Sample String",
"Hospital City": "Sample String",
"Hospital State": "Sample String",
"Hospital Zip": "Sample String",
"Hospital Phone": "Sample String",
"Hospital Fax": "Sample String",
"Clinic/Doctor Name": "Sample String"
}
],
"Witness Information": {
"Are there any Witnesses identified?": "Sample String",
"Number of Witnesses": 0,
"Witness Information": ["Sample String","Sample String"]
},
"Additional Comments and Information": [
{
"Do you question the Validity of the claim?": "Sample String",
"If yes, provide the details": "Sample String",
"Other Comments": "Sample String"
}
],
"Additional Claim Information": [
{
"Claim Form Completed": "Sample String",
"Claim Submission Status": "Sample String",
"Claim Submitted By": "Sample String",
"Claim Submitted Date": "Sample String",
"Claim Status": "Sample String",
"Date Claim Closed": "Sample String",
"Total Cost Incurred": "Sample String",
"Total Cost Paid": "Sample String",
"Total Outstanding Cost": "Sample String",
"Total Developed Cost": "Sample String"
}
],
"Report Prepared By": [
{
"Name": "Sample String",
"Title": "Sample String",
"Phone": "Sample String"
}
],
"Additional Incident Information": {
"Incident Status": "Sample String",
"Created By": "Sample String",
"Created Date": "Sample String",
"Last Updated By": "Sample String",
"Last Updated Date": "Sample String"
}
},
"Case Management": {
"Classification of Case": [
{
"Case Number": "Sample String",
"Was this case Work-Related?": "Sample String",
"Describe the reason for the \"Non Work Related\" classification": "Sample String",
"Did this incident result in a fatality?": "Sample String",
"Did this incident result in an amputation, fractured/cracked bone(s) (including teeth), or loss of consciousness?": "Sample String",
"Did the incident result in work restrictions, lost time or job transfer?": "Sample String",
"Was Treatment Provided beyond First Aid? (Prescription strength medications, Application of wound closing devices, Intravenous Fluids)": "Sample String",
"Did the injury involve a needlestick and cut(s) from sharp objects that are contaminated with another person's blood or other potentially infectious material?": "Sample String",
"Was treatment defined as \"First Aid\" provided?": "Sample String",
"This is a First Aid Case, identify the specific treatment(s) provided": "Sample String",
"Is This a Company defined Recordable Case ?": "Sample String",
"Describe the reason for the \"Not Recordable\" classification": "Sample String",
"Is this Case Recordable According to Local Record keeping Requirements ?": "Sample String",
"Case Status": "Sample String",
"Date": "Sample String",
"Comments": "Sample String",
"Completed By": "Sample String",
"Title": "Sample String",
"Phone": "Sample String"
}
],
"Case Classification and Progress Tracking": {
"First Aid": [
{
"Employee Name": "Sample String",
"Classification of Case": "Sample String",
"Date First Aid Provided": "Sample String",
"Reason for Classification": "Sample String",
"Comments": "Sample String",
"Official Medical Diagnosis (Nature of Injury / Illness)": "Sample String",
"Was the Corporate Medical Director contacted?": "Sample String",
"Was Medical Treatment Rejected?": "Sample String",
"Reason for Refusal": "Sample String",
"Was Treatment provided offsite?": "Sample String",
"Hospital / Clinic Name": "Sample String",
"Type": "Sample String",
"Physician/Healthcare Provider": "Sample String",
"Street": "Sample String",
"City": "Sample String",
"Country": "Sample String",
"State": "Sample String",
"Postal Code/Zip Code": "Sample String",
"Phone": "Sample String",
"Fax": "Sample String",
"Was the employee treated in an emergency room": "Sample String",
"Was employee hospitalized overnight as an in-patient": "Sample String",
"Recording/Revision Date":"Sample String"
}
]
}
},
"Investigation Report": {
"Investigation Responsibility": {},
"Investigation Details": [
{
"Is this an Ergonomic injury?": "Sample String"
},
{
"Description of incident (please maintain in local language if other than English)": "Sample String"
},
{
"Is this an HPE incident?": "Sample String",
"Please select Non-HPE Type": "Sample String",
"HPE Type": "Sample String"
},
{
"Task at time of incident": "Sample String"
},
{
"Did incident interrupt normal operations?": "Sample String",
"Length of Downtime": "Sample String",
"Describe interruption:": "Sample String"
},
{
"Was it necessary to retain items involved with this incident? (tools, equipment, etc.)": "Sample String",
"If yes, please list items retained and current location": "Sample String"
},
{
"Were Local or Government Authorities contacted as a result of this incident?": "Sample String",
"Which agencies were contacted?": {
"Which agencies were contacted?": "Sample String",
"Please specify": "Sample String"
}
},
{
"Post Accident: Drug/Alcohol Screen Conducted": "Sample String"
},
{
"Date Reported to Management": "Sample String"
},
{
"Time Reported to Management": "Sample String"
},
{
"Length of Normal Workday": "Sample String"
},
{
"length of employment at current position": "Sample String"
},
{
"length of employment at current position Unit": "Sample String"
},
{
"Was any Machine / Equipment involved?": "Sample String",
"Machine/Equipment Number": "Sample String"
},
{
"Specific Work Activity when the incident occurred": "Sample String",
"Please specify:": "Sample String"
}
],
"Ergonomic Analysis": ["Sample String"],
"Contributing Factor/Immediate Cause": ["Sample String"],
"5 Why? Methodology": ["Sample String"],
"Root Cause/Basic Cause Analysis": ["Sample String"],
"Final root cause statement": ["Sample String"]
},
"Action Items": [
{
"Source ID": "Sample String",
"Source Title": "Sample String",
"Action Item Title": "Sample String",
"Action Item Category": "Sample String",
"Action Item Type": "Sample String",
"Action Item Description": "Sample String",
"Action Item Priority": "Sample String",
"Action Item Due Date": "Sample String",
"Owners": [
"Sample String"
],
"Assigned By": "Sample String",
"Verification Required": "Sample String",
"Action Item Status": "Sample String",
"Action Taken": "Sample String",
"Action Item Completed By": "Sample String",
"Completed Date": "Sample String",
"Due Date Extension": "Sample String",
"Requested Due Date Extension": "Sample String",
"Reason for Due Date Extension": "Sample String",
"Due Date Extension Request Approved?": "Sample String",
"Reason for not extending the Due Date": "Sample String"
}
]
}
...