Domestic Employer Responsibilities Under COIDA
{
“@context”: “https://schema.org”,
“@type”: “Article”,
“headline”: “Domestic Employer Responsibilities Under COIDA”,
“description”: “Domestic employer responsibilities under COIDA in South Africa. Learn about registration, injury reporting, ROE submission, and worker safety obligations.”,
“url”: “https://coidasa.co.za/domestic-employer-responsibilities-coida/”,
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: “https://coidasa.co.za/domestic-employer-responsibilities-coida/”
},
“publisher”: {
“@type”: “Organization”,
“name”: “COIDA South Africa”,
“url”: “https://coidasa.co.za”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://coidasa.co.za/wp-content/uploads/coida-logo.png”
}
},
“datePublished”: “2026-06-29”,
“dateModified”: “2026-06-29”
}
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “Do I need a written contract with my domestic worker?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “While not strictly required for COIDA, a written contract is strongly recommended and may be required under the Basic Conditions of Employment Act.”
}
},
{
“@type”: “Question”,
“name”: “What if my domestic worker is injured at their home?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “COIDA covers injuries during work hours and direct transport. Injuries at the worker’s own home during personal time are not covered.”
}
},
{
“@type”: “Question”,
“name”: “Can I dismiss a domestic worker who files a COIDA claim?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “No. Dismissing a worker for filing a COIDA claim is unfair dismissal and may result in legal action at the CCMA.”
}
},
{
“@type”: “Question”,
“name”: “Do I need to submit ROE if I only have one domestic worker?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Yes. All employers, including domestic employers with one worker, must submit an annual Return of Earnings.”
}
}
]
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.7; color: #333; background: #f8f9fa; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Header */
header { background: linear-gradient(135deg, #1a3a5c 0%, #0d1f33 100%); color: white; padding: 40px 0; text-align: center; }
header h1 { font-size: 2.2em; margin-bottom: 15px; font-weight: 700; }
header p { font-size: 1.1em; opacity: 0.9; max-width: 800px; margin: 0 auto; }
/* Breadcrumb */
.breadcrumb { background: #e9ecef; padding: 15px 0; font-size: 0.9em; }
.breadcrumb a { color: #1a3a5c; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: #666; }
/* Main content */
main { padding: 50px 0; }
.content-grid { display: grid; grid-template-columns: 1fr 350px; gap: 40px; }
/* Article */
article { background: white; padding: 40px; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
article h1 { color: #1a3a5c; font-size: 2em; margin-bottom: 20px; border-bottom: 3px solid #d4a017; padding-bottom: 15px; }
article h2 { color: #1a3a5c; font-size: 1.5em; margin: 35px 0 15px; }
article h3 { color: #1a3a5c; font-size: 1.2em; margin: 25px 0 10px; }
article p { margin-bottom: 15px; color: #444; }
article ul, article ol { margin: 15px 0 15px 25px; color: #444; }
article li { margin-bottom: 8px; }
article a { color: #1a3a5c; text-decoration: none; font-weight: 500; }
article a:hover { color: #d4a017; text-decoration: underline; }
article table { width: 100%; border-collapse: collapse; margin: 20px 0; }
article th, article td { padding: 12px; border: 1px solid #ddd; text-align: left; }
article th { background: #1a3a5c; color: white; }
article tr:nth-child(even) { background: #f9f9f9; }
/* Images */
.page-images { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
.page-images img { width: 100%; height: 280px; object-fit: cover; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.image-caption { font-size: 0.85em; color: #666; text-align: center; margin-top: 8px; font-style: italic; }
/* Sidebar */
aside { display: flex; flex-direction: column; gap: 25px; }
.sidebar-card { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); border-top: 4px solid #d4a017; }
.sidebar-card h3 { color: #1a3a5c; font-size: 1.2em; margin-bottom: 15px; }
.sidebar-card ul { list-style: none; margin: 0; }
.sidebar-card li { margin-bottom: 10px; padding-left: 15px; position: relative; }
.sidebar-card li::before { content: “▸”; position: absolute; left: 0; color: #d4a017; }
.sidebar-card a { color: #1a3a5c; text-decoration: none; font-size: 0.95em; }
.sidebar-card a:hover { color: #d4a017; }
.sidebar-card p { font-size: 0.9em; color: #555; margin-bottom: 10px; }
/* Trust links */
.trust-links { background: #f0f4f8; padding: 20px; border-radius: 8px; margin-top: 15px; }
.trust-links h3 { color: #1a3a5c; font-size: 1.1em; margin-bottom: 12px; }
.trust-links h4 { color: #1a3a5c; font-size: 1em; margin: 15px 0 8px; }
.trust-links ul { list-style: none; margin: 0; }
.trust-links li { margin-bottom: 6px; font-size: 0.85em; }
.trust-links a { color: #1a3a5c; }
.trust-links a:hover { color: #d4a017; }
/* Related services */
.related-services { background: linear-gradient(135deg, #1a3a5c 0%, #0d1f33 100%); color: white; padding: 25px; border-radius: 8px; margin-top: 15px; }
.related-services h3 { color: #d4a017; font-size: 1.1em; margin-bottom: 12px; }
.related-services p { font-size: 0.9em; margin-bottom: 12px; opacity: 0.9; }
.related-services ul { list-style: none; margin: 0; }
.related-services li { margin-bottom: 8px; font-size: 0.85em; }
.related-services a { color: #d4a017; text-decoration: none; }
.related-services a:hover { text-decoration: underline; }
/* FAQ */
.faq-section { background: #f8f9fa; padding: 30px; border-radius: 8px; margin-top: 40px; }
.faq-section h2 { color: #1a3a5c; margin-bottom: 20px; }
.faq-item { background: white; padding: 20px; margin-bottom: 15px; border-radius: 8px; border-left: 4px solid #d4a017; }
.faq-item h3 { color: #1a3a5c; font-size: 1.1em; margin-bottom: 10px; }
.faq-item p { color: #555; font-size: 0.95em; }
/* CTA */
.cta-section { background: linear-gradient(135deg, #1a3a5c 0%, #0d1f33 100%); color: white; padding: 50px 40px; text-align: center; border-radius: 12px; margin-top: 40px; }
.cta-section h2 { color: #d4a017; font-size: 1.8em; margin-bottom: 15px; }
.cta-section p { font-size: 1.1em; margin-bottom: 25px; opacity: 0.9; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.cta-btn { background: #d4a017; color: #1a3a5c; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1em; transition: all 0.3s; display: inline-block; }
.cta-btn:hover { background: #e5b128; transform: translateY(-2px); box-shadow: 0 5px 20px rgba(212,160,23,0.3); }
.cta-btn-outline { background: transparent; color: white; border: 2px solid white; }
.cta-btn-outline:hover { background: white; color: #1a3a5c; }
/* Footer */
footer { background: #0d1f33; color: rgba(255,255,255,0.7); padding: 30px 0; text-align: center; margin-top: 50px; font-size: 0.9em; }
footer a { color: #d4a017; text-decoration: none; }
/* Responsive */
@media (max-width: 900px) {
.content-grid { grid-template-columns: 1fr; }
.page-images { grid-template-columns: 1fr; }
header h1 { font-size: 1.6em; }
article { padding: 25px; }
}
Domestic Employer Responsibilities Under COIDA
Domestic employer responsibilities under COIDA in South Africa. Learn about registration, injury reporting, ROE submission, and worker safety obligations.
Domestic Employer Responsibilities Under COIDA
Employing domestic workers comes with specific legal obligations under the Compensation for Occupational Injuries and Diseases Act. Domestic employers must register with the Compensation Fund, maintain safe working conditions, report injuries, and submit annual returns. Understanding these responsibilities protects both your workers and your household from legal and financial risk.
Domestic Employer Responsibilities Under COIDA — COIDA compliance guide for South African employers
Employer obligations under the Compensation for Occupational Injuries and Diseases Act
Registration and Assessment Obligations
Every domestic employer must:
- Register with the Compensation Fund before or immediately upon employing a domestic worker
- Declare all domestic workers on the registration, including part-time and casual workers
- Pay the annual minimum assessment fee after submitting the Return of Earnings
- Maintain current contact details with the Compensation Fund
- Obtain a Letter of Good Standing if required for any purpose
Registration is a once-off process, but the annual assessment and ROE submission are recurring obligations.
Injury Reporting Responsibilities
If a domestic worker is injured while working, you must:
- Provide or arrange immediate medical attention
- Complete form W.CI.2 (Employer’s Report of Accident) within 7 days
- Ensure the treating doctor completes form W.CI.4 (First Medical Report)
- Submit both forms to the Compensation Fund
- Co-operate with any Compensation Fund investigation
- Keep copies of all forms and correspondence
Common domestic worker injuries include falls, burns, cuts, back strain from lifting, and traffic accidents during transport.
Workplace Safety for Domestic Employers
While domestic workplaces differ from factories, employers still have a duty to provide safe working conditions:
- Maintain equipment and tools in safe condition
- Provide appropriate safety equipment (gloves, non-slip shoes, etc.)
- Train workers on safe handling of chemicals and equipment
- Ensure adequate lighting and ventilation
- Address hazards promptly (wet floors, broken steps, faulty electrical)
- Supervise dangerous tasks (roof cleaning, tree trimming, heavy lifting)
A safe workplace prevents injuries, protects your worker, and avoids the administrative burden of COIDA claims.
Record Keeping Requirements
Domestic employers should maintain these records:
- COIDA registration certificate and number
- Copies of all submitted forms (W.CI.2, ROE, etc.)
- Proof of assessment fee payments
- Employment contracts or agreements with domestic workers
- Medical records related to any workplace injuries
- Correspondence with the Compensation Fund
Keep records for at least 5 years. The Compensation Fund or an inspector may request them at any time.
Frequently Asked Questions
Do I need a written contract with my domestic worker?
While not strictly required for COIDA, a written contract is strongly recommended and may be required under the Basic Conditions of Employment Act.
What if my domestic worker is injured at their home?
COIDA covers injuries during work hours and direct transport. Injuries at the worker’s own home during personal time are not covered.
Can I dismiss a domestic worker who files a COIDA claim?
No. Dismissing a worker for filing a COIDA claim is unfair dismissal and may result in legal action at the CCMA.
Do I need to submit ROE if I only have one domestic worker?
Yes. All employers, including domestic employers with one worker, must submit an annual Return of Earnings.
Need Help with COIDA Compliance?
Don’t risk penalties or tender disqualification. Get professional assistance with COIDA registration, Return of Earnings, and Letters of Good Standing from a trusted South African compliance partner.