[CYPRESS-1175] Random Sample - code validated in code entry but shows submission error Created: 09/07/17  Updated: 05/07/18  Resolved: 09/20/17

Status: Closed
Project: CYPRESS Issue Tracker
Component/s: None

Type: Question Priority: Moderate
Reporter: Devin Moberly Assignee: David Czulada
Resolution: Answered Votes: 0
Labels: QRDA-I, ValueSet

Attachments: PNG File Random Sample.png     PNG File Submission Errors.png    
Previous Issue Type: Value Sets

 Description   

In manual entry, the codes we are documenting are validated on the entry page (green checks), and when QRDA-1 is uploaded, we get a check on the Validated in QRDA column. However, when we view results, we see this Submission error:

The code 183932001 in codeSystem SNMCT cannot be found in the declared valueset 2.16.840.1.113883.3.526.3.1007



 Comments   
Comment by Devin Moberly [ 09/07/17 ]

Ah - thank you!

Comment by David Czulada [ 09/07/17 ]

Devin

It looks like you might be reporting the code system name instead of the code system oid in the "codeSystem" attribute.

Instead of reporting the snomed codeSystem like this:

<value code="183932001" codeSystem="SNMCT" sdtc:valueSet="2.16.840.1.113883.3.526.3.1007" xsi:type="CD"/>

It should be reported like this:

<value code="183932001" codeSystem="2.16.840.1.113883.6.96" sdtc:valueSet="2.16.840.1.113883.3.526.3.1007" xsi:type="CD"/>

-Dave Czulada

Comment by Devin Moberly [ 09/07/17 ]

See attachments.

Thank you!

Generated at Sun Aug 31 08:16:01 UTC 2025 using Jira 10.3.8#10030008-sha1:cdaed80cecc964184c5b19b002388d56f96e274e.