Uploaded image for project: 'BONNIE MAT MADiE Issue Tracker'
  1. BONNIE MAT MADiE Issue Tracker
  2. BONNIEMAT-117

Improper XML in QRDA export files

XMLWordPrintable

    • Icon: Bug/Issue Bug/Issue
    • Resolution: Fixed
    • Icon: Moderate Moderate
    • Test Case Export
    • None

      Upon trying to test against the algorithms, one of our developers noticed an issue within the QRDA files. (see comments below) Our developer was able to make some changes on our side, so that we could still test, but I wanted to be sure to make you aware of his findings.

      Looks like there is still an issue with the Bonnie tool generation of QRDA for the 185 patients. The Reason template for encounter is HTML encoded (“<” is converted to “&lt;”)

      <entry>
             <encounterclassCode="ENC"moodCode="EVN">
                    <!--  Encounter activities template -->
                    <templateIdroot="2.16.840.1.113883.10.20.22.4.49"/>
                    <!-- Encounter performed template -->
                    <templateIdroot="2.16.840.1.113883.10.20.24.3.23"/>
                    <idroot="1.3.6.1.4.1.115"extension="562ef638f081f34d8b00bf37"/>
                    <codecode="8715000"codeSystem="2.16.840.1.113883.6.96"sdtc:valueSet="2.16.840.1.113883.3.666.5.307">
                           <originalText>Encounter, Performed: Encounter Inpatient</originalText>
                    </code>
                    <text>Encounter, Performed: Encounter Inpatient</text>
                    <statusCodecode="completed"/>
                    <effectiveTime>
                           <!-- We try to look for the admit/discharge times on the encounter if they are
                 there. If not, we fall back to the typical start/end date. -->
                           <lowvalue='20120112090000'/>
                           <highvalue='20120113173000'/>
                    </effectiveTime>
       
       
                    &lt;entryRelationship typeCode=&quot;RSON&quot;&gt;
                    &lt;observation classCode=&quot;OBS&quot; moodCode=&quot;EVN&quot;&gt;
                    &lt;templateId root=&quot;2.16.840.1.113883.10.20.24.3.88&quot;/&gt;
                    &lt;id extension=&quot;CEEA98CC96679E6F7F025088B579BCB4&quot; /&gt;
                    &lt;code code=&quot;410666004&quot;
                    codeSystem=&quot;2.16.840.1.113883.6.96&quot;
                    displayName=&quot;reason&quot;
                    codeSystemName=&quot;SNOMED CT&quot;/&gt;
                    &lt;statusCode code=&quot;completed&quot;/&gt;
                    &lt;effectiveTime value='20120112090000'/&gt;
                    &lt;value xsi:type=&quot;CD&quot;
                    code=&quot;3950001&quot;
                    codeSystem=&quot;2.16.840.1.113883.6.96&quot;
                    displayName=&quot;Birth&quot;
                    /&gt;
                    &lt;/observation&gt;
                    &lt;/entryRelationship&gt;
       
             </encounter>
      </entry>
      

            Unassigned Unassigned
            krautscheid@mitre.org Peter Krautscheid (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: