Skip to content

Architecture & Design principals

Thomas Papke edited this page Mar 30, 2024 · 2 revisions

Design principals

Architecture

  • Each inbound transaction is received by CXF and handled by IPF
  • Outbound communication's to the FHIR server is done by using HAPI FHIR Framework
  • Each incoming XDS update or delete operation will be transactionally mapped to FHIR using a FHIR batch transaction to ensure transactional consistency.
Clone this wiki locally