57.13    CDA Export 57.15    CDA Interceptors   

57.141.1CDA Import

 

The CDA Import configuration category includes the following configurable options:

  • Import Mode

  • Store Original CCD

57.141.2Property: Import Mode

 
Property Name Import Mode
Property Key
Property Type ENUM
Values
  • TRANSACTIONAL
  • DOCUMENT_BUNDLE
Description Determines whether to import the CDA document as a single FHIR document Bundle or decompose it into individual resources.
Applies to Modules
  • CDA Exchange+
Default Value DOCUMENT_BUNDLE
Example Property
module.[MODULE_ID].config.import_mode = DOCUMENT_BUNDLE

57.141.3Property: Store Original CCD

 
Property Name Store Original CCD
Property Key
Property Type BOOLEAN
Description Only applies to imports. Stores the received CDA document on a FHIR DocumentReference resource and generates an entry in the audit log, regardless of whether the import succeeded. NOTE: This property is not used by Camel. Please see the Sample CDA Exchange+ Route Configuration section for a CDA import route that stores the original CDA document.
Applies to Modules
  • CDA Exchange+
Default Value true
Example Property
module.[MODULE_ID].config.store_original_ccd = true
   57.13    CDA Export 57.15    CDA Interceptors