53.13    CDA Export 53.15    CDA Interceptors   

53.141.1CDA Import

 

The CDA Import configuration category includes the following configurable options:

  • Import Mode

  • Store Original CCD

53.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 TRANSACTIONAL
Example Property
module.[MODULE_ID].config.import_mode = TRANSACTIONAL

53.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.
Applies to Modules
  • CDA Exchange+
Default Value true
Example Property
module.[MODULE_ID].config.store_original_ccd = true
   53.13    CDA Export 53.15    CDA Interceptors