Learn R Programming

ODMconverter (version 2.3)

CDA2ODM: CDA2ODM

Description

CDA2ODM transforms a CDA (clinical document architecture) file into ODM format. Input: CDA file with CDA header and CDA body (see example from www.elga.gv.at). Output: CDISC ODM format (Version 1.3; see example)

Usage

CDA2ODM( CDAfile="" )

Arguments

CDAfile
Name of CDA file for conversion. If omitted, file.choose()-dialog is started.

References

ODM2CDA and CDA2ODM: An approach to convert documentation forms between EDC and EHR systems (manuscript in preparation)

Examples

Run this code
CDA2ODM(CDAfile=file.path(path.package("ODMconverter"),"extdata","CDA_letter_basic.xml"))

Run the code above in your browser using DataLab