-
Type:
Question
-
Resolution: Resolved
-
Priority:
Moderate
-
None
I am working on validating CQM 138 on the Cypress Testing Tool (v 3.2.3). I downloaded the appropriate bundle and imported it. When looking at 138 with the samples that I have, I have a question about that data that is present in the XML file vs what is available in the HTML file from the Cypress Testing tool. In the XML there is a consumable that doesn't have a RxNorm code present.
<consumable> <manufacturedProduct classCode="MANU"> <!-- Medication Information (consolidation) template --> <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/> <id root="f8f6fd32-a65c-4808-a69b-a2710e8b5bc1"/> <manufacturedMaterial> <code nullFlavor="NA" sdtc:valueSet="2.16.840.1.113883.3.526.3.1190"> <originalText>Medication, Order: Tobacco Use Cessation Pharmacotherapy</originalText> </code> </manufacturedMaterial> </manufacturedProduct> </consumable>
However, in the HTML file there is a RxNorm code present. Here is the HTML element from the file that shows the RxNorm code that is available for the patient.
<span id="5bd2158163623904e0d1e54b_false_RxNorm_1232585" style="display: none; position: absolute; background: rgb(238, 238, 238); padding: 10px; width: 200px; overflow: auto; z-index: 3000; left: 621px; top: 523px;"> 24 HR Bupropion Hydrochloride 450 MG Extended Release Oral Tablet </span>
I'm confused as to how it is possible to have the same patient have a code in one file, but not have the code in the QRDA Cat 1 file. I am having trouble when importing this into the system I work with as it doesn't recognize the NULLFLAVOR code to be able to import.