...
FHIR module is using Handlers to support each type of serviceCategory sections. You can build your own handler and register for handler a particular type of DiagnosticReport.
Workflow
Technical Workflow
How to Create a DiagnosticReportHandler
Requirements
...
Requirements
- A DiagnosticReportHandler must implement the DiagnosticReportHandler interface
- A DiagnosticReportHandler may extend the AbtractHandler which contains common set of functionalities
- The DiagnosticReportHandler must be registered by Spring with a key
Examples
Laboratory Handler
...