Workforce Compliance API

Oil & Gas Module • v1.0

Specialized clinical endpoints for heavy industry health management. Designed to synchronize industrial site gates with verified fit-to-work medical certifications.

POST/workforce

Register workforce personnel into the industrial medical registry.

Example Request

{
  "name": "John Worker",
  "employee_id": "EMP-00987",
  "company": "Oil & Gas Ltd",
  "role": "Technician",
  "department": "Drilling",
  "contact_phone": "08098765432"
}
POST/workforce/{id}/screening

Submit medical screening and fit-to-work certifications.

Example Request

{
  "medical_status": "fit",
  "certifications": [
    "BOSIET",
    "Medical Clearance"
  ],
  "expiry_date": "2026-12-31",
  "screening_date": "2026-01-15",
  "provider_name": "Puga Health Center"
}
GET/workforce/{id}/compliance

Retrieve real-time compliance score and screening status.

Expected Response

{
  "employee_id": "EMP-00987",
  "name": "John Worker",
  "status": "fit-to-work",
  "certifications_valid": true,
  "next_screening_due": "2026-12-31",
  "compliance_score": 98
}

Security & Governance

AES-256 Encryption

All workforce health data is encrypted at rest and in transit, isolated from general public health records.

Audit Readiness

Full transaction logs are retained for 7 years to meet NCDMB and international energy safety standards.