Patient not imported
adrianlfns opened this issue · 2 comments
adrianlfns commented
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.
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
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:
- 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.
- Add missing forward slash "/" to the enclosing right bracket for the code tag
. Two instances of the code tag were corrected.
petercyli commented
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="" />