Uploaded image for project: 'CYPRESS Issue Tracker'
  1. CYPRESS Issue Tracker
  2. CYPRESS-1019

We are getting an error with ICD9 code 250.40

    • EP Value Sets Logic affecting more than 1 eCQM

      We are receiving an error in cypress for ICD-9 code 250.40. It states that it cannot be found in value set = 2.16.840.1.113883.3.464.1003.103.12.1001.

      However, we see it in the Jan 2017 value set download file.

      Please advise. I attached the error screen shot.

          [CYPRESS-1019] We are getting an error with ICD9 code 250.40

          Tom Strassner (Inactive) added a comment - - edited

          dstrubler After performing additional review, I realized that my original explanation was not correct, and the code is not missing from the valueset. You're actually seeing this error because the codeSystem is incorrectly identified in your QRDA file. The codeSystem attribute should be the codesystem’s OID not the codesystem’s name.

          So it should get rid of the error if you change this:
          <value code="250.40" codeSystem="ICD9CM" xsi:type="CD" sdtc:valueSet="2.16.840.1.113883.3.464.1003.103.12.1001.”/>

          to this:
          <value code="250.40" codeSystem="2.16.840.1.113883.6.103" codeSystemName="ICD9CM" xsi:type="CD" sdtc:valueSet="2.16.840.1.113883.3.464.1003.103.12.1001.”/>

          I apologize for the confusion. And for future reference, we compiled a list of the missing codes, which I am attaching here.

          -Tom

          MIssing Codes.xlsx

          Tom Strassner (Inactive) added a comment - - edited dstrubler After performing additional review, I realized that my original explanation was not correct, and the code is not missing from the valueset. You're actually seeing this error because the codeSystem is incorrectly identified in your QRDA file. The codeSystem attribute should be the codesystem’s OID not the codesystem’s name. So it should get rid of the error if you change this: <value code="250.40" codeSystem="ICD9CM" xsi:type="CD" sdtc:valueSet="2.16.840.1.113883.3.464.1003.103.12.1001.”/> to this: <value code="250.40" codeSystem="2.16.840.1.113883.6.103" codeSystemName="ICD9CM" xsi:type="CD" sdtc:valueSet="2.16.840.1.113883.3.464.1003.103.12.1001.”/> I apologize for the confusion. And for future reference, we compiled a list of the missing codes, which I am attaching here. -Tom MIssing Codes.xlsx

          We do not currently have a list. I think that is a good idea though, and we may add such a list in the future.

          -Tom

          Tom Strassner (Inactive) added a comment - We do not currently have a list. I think that is a good idea though, and we may add such a list in the future. -Tom

          Thank you Tom!

          Do you have a list of all codes missing?

          Diana Strubler
          Policy and Standards Senior Manager
          Acumen Physician Solutions
          (615) 663-3718<tel:(615)%20663-3718> Mobile / (781) 419-5319<tel:(781)%20419-5319> Fax
          diana.strubler@acumenmd.com<diana.strubler@acumenmd.com>

          CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please immediately notify the sender by e-mail at the address shown. This e-mail transmission may contain confidential information. This information is intended only for the use of the individual(s) or entity for which it is intended, even if addressed incorrectly. Please delete it from your files if you are not the intended recipient.

          On May 8, 2017, at 2:07 PM, Tom Strassner (JIRA) <oncprojectracking@healthit.gov<oncprojectracking@healthit.gov>> wrote:

          [ https://oncprojectracking.healthit.gov/support/browse/CYPRESS-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=66521#comment-66521 ]

          Tom Strassner commented on CYPRESS-1019:
          ----------------------------------------

          Hi Diana,

          That error can be ignored in this instance.

          The Cypress bundles (2015.0.0 and 2016.0.0) are currently missing 345 codes across 60 valuesets. The Cypress Validation Utility uses the Cypress bundles to confirm that a code is in the valueset specified. If a file happens to contain one of the 345 missing codes, the Cypress Validation Utility will issue the error message similar to the one that you received.

          In the future, you may safely ignore this error as long as you confirm that the code is in the valueset using https://vsac.nlm.nih.gov/.

          Let me know if you have any further questions

          -Tom

          We are getting an error with ICD9 code 250.40
          ----------------------------------------------

          Key: CYPRESS-1019
          URL: https://oncprojectracking.healthit.gov/support/browse/CYPRESS-1019
          Project: CYPRESS Issue Tracker
          Issue Type: Logic affecting more than 1 eCQM
          Reporter: Diana Strubler
          Assignee: Tom Strassner
          Labels: diabetes, value, valueset
          Attachments: 250.40 error.jpg

          We are receiving an error in cypress for ICD-9 code 250.40. It states that it cannot be found in value set = 2.16.840.1.113883.3.464.1003.103.12.1001.
          However, we see it in the Jan 2017 value set download file.
          Please advise. I attached the error screen shot.


          This message was sent by Atlassian JIRA
          (v7.2.3#72005)

          Diana Strubler (Inactive) added a comment - Thank you Tom! Do you have a list of all codes missing? Diana Strubler Policy and Standards Senior Manager Acumen Physician Solutions (615) 663-3718<tel:(615)%20663-3718> Mobile / (781) 419-5319<tel:(781)%20419-5319> Fax diana.strubler@acumenmd.com< diana.strubler@acumenmd.com > CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please immediately notify the sender by e-mail at the address shown. This e-mail transmission may contain confidential information. This information is intended only for the use of the individual(s) or entity for which it is intended, even if addressed incorrectly. Please delete it from your files if you are not the intended recipient. On May 8, 2017, at 2:07 PM, Tom Strassner (JIRA) <oncprojectracking@healthit.gov< oncprojectracking@healthit.gov >> wrote: [ https://oncprojectracking.healthit.gov/support/browse/CYPRESS-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=66521#comment-66521 ] Tom Strassner commented on CYPRESS-1019 : ---------------------------------------- Hi Diana, That error can be ignored in this instance. The Cypress bundles (2015.0.0 and 2016.0.0) are currently missing 345 codes across 60 valuesets. The Cypress Validation Utility uses the Cypress bundles to confirm that a code is in the valueset specified. If a file happens to contain one of the 345 missing codes, the Cypress Validation Utility will issue the error message similar to the one that you received. In the future, you may safely ignore this error as long as you confirm that the code is in the valueset using https://vsac.nlm.nih.gov/ . Let me know if you have any further questions -Tom We are getting an error with ICD9 code 250.40 ---------------------------------------------- Key: CYPRESS-1019 URL: https://oncprojectracking.healthit.gov/support/browse/CYPRESS-1019 Project: CYPRESS Issue Tracker Issue Type: Logic affecting more than 1 eCQM Reporter: Diana Strubler Assignee: Tom Strassner Labels: diabetes, value, valueset Attachments: 250.40 error.jpg We are receiving an error in cypress for ICD-9 code 250.40. It states that it cannot be found in value set = 2.16.840.1.113883.3.464.1003.103.12.1001. However, we see it in the Jan 2017 value set download file. Please advise. I attached the error screen shot. – This message was sent by Atlassian JIRA (v7.2.3#72005)

          Hi Diana,

          That error can be ignored in this instance.

          The Cypress bundles (2015.0.0 and 2016.0.0) are currently missing 345 codes across 60 valuesets. The Cypress Validation Utility uses the Cypress bundles to confirm that a code is in the valueset specified. If a file happens to contain one of the 345 missing codes, the Cypress Validation Utility will issue the error message similar to the one that you received.

          In the future, you may safely ignore this error as long as you confirm that the code is in the valueset using https://vsac.nlm.nih.gov/.

          Let me know if you have any further questions

          -Tom

          Tom Strassner (Inactive) added a comment - Hi Diana, That error can be ignored in this instance. The Cypress bundles (2015.0.0 and 2016.0.0) are currently missing 345 codes across 60 valuesets. The Cypress Validation Utility uses the Cypress bundles to confirm that a code is in the valueset specified. If a file happens to contain one of the 345 missing codes, the Cypress Validation Utility will issue the error message similar to the one that you received. In the future, you may safely ignore this error as long as you confirm that the code is in the valueset using https://vsac.nlm.nih.gov/ . Let me know if you have any further questions -Tom

            tstrassner Tom Strassner (Inactive)
            dstrubler Diana Strubler (Inactive)
            Diana Strubler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: