FHIR Interoperability
Integrate HL7 and CCD data with FHIR
Our team has created a robust and highly scalable set of integration components which can convert in the following modes:
- HL7 to FHIR
 - CDA/CCD to FHIR
 - FHIR to CDA/CCD
 
These components run in a highly scalable architecture and can serve thousands of requests per second, on moderate hardware.
Inbound Data Flow
- Request comes in through a load balancer
 - Filters can be applied to exclude certain messages / payloads
 - Transformer converts HL7 or CCD to FHIR
 - Codesets in specific source paths are converted using table driven maps
 - The FHIR bundle can then be returned to the requestor or sent to a FHIR server
 - Each request can be logged along the way in a file system or DB of choice
 
