Open tanvip15 opened 2 years ago
Are you able to post the xml you are referring to - with no PHI I am not able to duplicate
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="CDA.xsl"?>
Encounter | Location | Date |
---|---|---|
Annual Health Maintenance, History and Physical | Neighborhood Physicians Practice | July 22, 2015 2pm EST |
Vaccination
Date / Time: | July 22, 2015 |
---|---|
Height | 177 cm |
Weight | 88 kg |
Blood Pressure | 145/88 mm[Hg] |
Social History Observation | Description | Dates Observed |
---|---|---|
Current Smoking Status | Current every day | July 22, 2015 |
Birth Sex | Male | July 22, 2015 |
Planned Care | Start Date |
---|---|
Schedule a visit for next year. | July 22, 2016 |
@swmuir I have added the sample file which has mock data (no PHI data) for preconditions. Please check if you can duplicate the issue with this file.
I do not have sample data for AssignedAuthor right now.
@swmuir Any updates ?
@swmuir any updates ??
@swmuir I am facing the same issue.
I am using jars from MDHT_CCDA_R2.1_R1.1_MU2_DS4P_20220126. And when I call getAllSections on ClinicalDocument , Authors is populated but AssignedAuthor is null. Also in entries object, substanceAdministration is populated but Preconditions is null.
I am loading following packages: CDAPackage.eINSTANCE.eClass();
CDAUtil.loadPackages(); ConsolPackage.eINSTANCE.eClass();
Am I missing any packages?
@swmuir @drbgfc