CCDA Record
The Consolidated Clinical Document Architecture (CCDA) is an ANSI-certified standard from HL7 and is required for Meaningful Use Stage 2 certification. A CCDA document uses a specific syntax and framework as specified by HL7. It can contain numerous types of clinical contents and is in XML format (although it can contain a non-XML body as well). This feature will allow the user to view or update CCDA documents of a specific patient.
CCDA Upload
The PUT /patients/{patientid}/ccda call allows users to upload a CCDA for a patient into their chart in athenaNet. The CCDA must be in XML format.
The practice is required to manually reconcile new or modified chart information through the Reconciliation tab for data added by CCDA.
The following fields are required:
patientid – Patient ID
ccda – The full text of the CCDA in XML format
departmentid – Department ID from which to retrieve the patient chart
Notes:
• Currently, patient data input by CCDA is matched to existing patients in the practice using the Enhanced Best Match logic.
• Lab and imaging results included in the CCDA are not added to the patient's chart.
Please refer MU3_API Document
Endpoints
- Primary
Retrieve CCDA document
Input Parameters
Expand all❙ required
Output Parameters
Expand allUpdate patient's CCDA record
Input Parameters
Expand all❙ required
❙ Request Body
Expand allOutput Parameters
Expand allGet patient's CCDA record
Input Parameters
Expand all❙ required