Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 468 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 468 Bytes

FHIR2ODM is a converter tool to convert FHIR Questionnaire resources to CDISC ODM files. The FHIR Questionnaire resoruce is loaded from a JSON file. The file should contain one resource. All items of type "GROUP" are looped through, as well as nested items. The conversion of each item is done according to the conversion logic described in the method. The ODM file is built by the ODMFileBuilder class, which is specifically written for the purpose of the converter.