...
We can Add/Edit/Delete CDA Documents and Sections Programmatically but not though the UI.
Create clients to consume CDAs by hitting a REST Web Service with a patient identifier and cda document type to download their CDA instead of users downloading through administrative tab.
We are using gazelle as an external validator in addition to mdht cda validation code in our module. I’m manually using GUI gazelle validator to check our cda documents. So, we can call gazelle validator via a web service from our module.
Screenshots
1) When Administration tab (After the module is loaded Administration tab looks like this)
2) Export CDA Document Link
...
4) Successful Generation of CDA Document
5) Error reported, report (If generated document is invalid)
6) Manage CDA Section Link
It list lists out all sections present in our module and also provide details of each section
...
7) Manage CDA Type Link
It list lists out all CDA Document types present in our module and also provide details of each document type
...