WorldVistA / popHealth

popHealth - An open source clinical quality measure reporting and visualization tool. For announcements and information on current state of popHealth, please visit -
http://osehra.org/popHealth
Apache License 2.0
46 stars 45 forks source link

Patient not imported #176

Open adrianlfns opened 5 years ago

adrianlfns commented 5 years ago

Hello,

I'm trying to upload the QRDA cat 1 zip file (see below) and the patient never gets imported and no error is reported.

Sample.zip

This is my version of pophealth and my bundle version.

last tag: v6.0.0.rc1 bundle 2018.1.0

Any help will be appreciated.

Thank you in advance

Adrian

petercyli commented 5 years ago

To import the file, we had to correct several data elements in the sample.xml. I was able to import the corrected sample.xml - see Sample.zip

The corrections are as follows:

  1. We need to have a tag specifying the description. inside a code tag doesn’t get mapped to description. See the updated the description names in the enclosed file.
  2. Add missing forward slash "/" to the enclosing right bracket for the code tag . Two instances of the code tag were corrected.
petercyli commented 5 years ago

Github removed the xml tag referenced in item 2 in the previous comment because I forgot to annotate with the "code" markdown symbol. Here is the referenced code tag - <code nullFlavor="NA" sdtc:valueSet="2.16.840.1.113883.3.600.2452" codeSystem="" />