[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: |
![]() ![]() |
Previous Issue Type: | Value Sets |
Description |
In manual entry, the codes we are documenting are validated on the entry page (green checks), and when 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! |