Meenakshi
Meenakshi

Reputation: 89

What is the fixed format of CDA document

I am working on importing and exporting CDA health records. From my research i’v found that every CDA has a different format. I cant find anything specific related to the format of CDA document so that i can create CDA document from the data that is available in my database. I need help in understanding the nodes available in CDA document.

Upvotes: 1

Views: 381

Answers (1)

user2418114
user2418114

Reputation: 161

The question you posed is a bit vague because there are alot of variations of cda documents but they do all follow the cda schema

Here is the MDHT java api for CDA https://github.com/mdht/mdht-models/releases/tag/v3.0.1.20170825_Consol2

here is a site with CDA examples

http://hl7-c-cda-examples.herokuapp.com

Upvotes: 1

Related Questions