ReadyForValidation

Ready for Validation

Overview

Emitted after all patient resources have been stored, allowing the validation component to fetch the bundle and perform checks.

flowchart LR
nReadyForValidation_293CC34C["Event: Ready for Validation"]
  nReportService_1ECFD801["Service: ReportService"] -->|produces| nReadyForValidation_293CC34C
  nReadyForValidation_293CC34C -->|consumed by| nValidationService_20F4F748["Service: ValidationService"]
  subgraph nCompliance_DBAE25D_domain["Domain: Compliance"]
    nReadyForValidation_293CC34C
    nValidationService_20F4F748
  end
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nReportService_1ECFD801
  end

Relationships

flowchart LR
nReadyForValidation_293CC34C["Event: Ready for Validation"]
  nReportService_1ECFD801["Service: ReportService"] -->|produces| nReadyForValidation_293CC34C
  nReadyForValidation_293CC34C -->|consumed by| nValidationService_20F4F748["Service: ValidationService"]
  subgraph nCompliance_DBAE25D_domain["Domain: Compliance"]
    nReadyForValidation_293CC34C
    nValidationService_20F4F748
  end
  subgraph nReport_4D4FBBDA_domain["Domain: Report"]
    nReportService_1ECFD801
  end