Mediloop
PUBLIC HEALTH & REGISTRIES CONNECTORS

Surveillance & Mandatory Reporting

2 of 6

Connect authorized public-health authorities and registries with governed reporting, longitudinal registry updates and population-health workflows.

Notifiable EventsRulesJurisdictionFHIRAcknowledgementsCorrectionsAudit
Automated Detection

Identify reportable events from clinical data.

Jurisdictional Rules

Apply country/regional rules and timeframes.

Compliant Reporting

Send only required data to the right authority.

Full Audit Trail

Track submissions, acknowledgements and corrections.

Mandatory Reporting Workflow
1
Event Detection
Diagnosis, lab result or hospitalization
2
Rule Evaluation
Jurisdiction and reportability criteria
3
MSIS Validation
Required fields, codes and quality
4
Legal Basis Check
Mandatory reporting / minimization
5
Submit Report
FHIR/API/SFTP/national format
6
Acknowledgement
Receive result and handle follow-up
Reporting Statuses
StatusMeaningNext action
detectedPotential reportable event identifiedEvaluate rules
evaluatedRules appliedPrepare report or close
pendingAwaiting submission/prerequisiteResolve prerequisite
submittedSent to authorityAwait acknowledgement
acknowledgedAccepted/confirmedMonitor/update if needed
rejectedAuthority rejectedReview/correct/resubmit
updatedCorrection/follow-up sentAwait acknowledgement
closedCycle completeRetain audit evidence
Common Reportable Events
DomainExamplesTypical triggers
Infectious diseaseInfluenza, measles, TB, hepatitis, emerging infectionsDiagnosis, positive lab, hospitalization
Antimicrobial resistanceResistant organism / susceptibility patternMicrobiology result
Adverse / sentinel eventsAuthority-defined eventsClinical event / incident
Other mandatory reportsCountry-specific programsRule-defined trigger
Data Requirements
Patient/subject identifiers only to the extent required
Event/condition/lab coding and onset/specimen/result timing
Facility/professional reporting context where mandated
Jurisdiction and report type
Source/provenance and correction references
Legal-basis/reportability decision evidence
APIs & Examples
httpCopy
# Illustrative public-health submission
POST /v1/public-health/reports
Authorization: Bearer <token>

{
  "jurisdiction":"LU",
  "reportType":"notifiable-disease",
  "eventReference":"Observation/lab-123"
}
Illustrative Mediloop orchestration route. Official authority schemas/endpoints and mandatory fields are country/program specific.
Error Handling
FailureHandling
Rule ambiguityDo not silently suppress/submit; route to review
Validation failureBlock submission with field/code detail
Authority unavailableQueue/retry within legal timeframe and alert
Rejected reportStore acknowledgement/reason and correction workflow
Duplicate eventUse jurisdiction-specific deduplication/idempotency
Best Practices
Version reportability rules by jurisdiction/effective date
Preserve original clinical codes and normalized mappings
Minimize data to statutory/program requirements
Test mandatory time limits and outage procedures
Treat authority acknowledgement as authoritative submission outcome
Audit corrections and resubmissions
Developer Integration Surface
SurfaceOperation / resourceUseStatus
Reporting APIsubmit / amend / statusMediloop reporting workflowPlanned/versioned
FHIRCondition / Observation / DiagnosticReport / Bundle/profileStructured authority payloadProfile-specific
National adapterofficial endpoint / file formatAuthority connectivityCountry-specific
Eventsreport.acknowledged / rejectedAsync statusAdapter-dependent
Next Steps
Load jurisdiction rules
Map report data
Validate with official sandbox/test fixtures
Test rejection/correction/outage flows
Go live with alerts and legal-timeframe monitoring