C-CDA R2.1 Validator for 2015 Edition Cures Update - b2 Sender validation failing

118 views
Skip to first unread message

Bill Goforth

unread,
Oct 2, 2022, 6:40:57 PM10/2/22
to Edge Test Tool (ETT)
Hello, I'm getting errors (below) when trying to validate the following files using the C-CDA R2.1 Validator for 2015 Edition Cures Update. Please tell me if this is a validator glitch or help me to understand what I'm doing wrong. Your help would be greatly appreciated.

Best Regards, Bill Goforth, 360-528-1884

I'm getting the errors shown below (or similar) when trying to validate files using these validator settings:
Sender -> 170.315_b2_CIRI_Amb -> 170.315_b2_ciri__r21_sampl1_ccd_v8.pdf     (ref. attached file Susan_Jones_Turner_Pt_Smy(2015-06-22)_ccd.xml), and
Sender -> 170.315_b2_CIRI_Amb -> 170.315_b2_ciri__r21_sampl1_rn_v8.pdf     (ref. attached file Cecilia_Franklin_Cummings_Pt_Smy(2015-06-22)_rn.xml)

1st Error:
Error - Patient Middle Name Expected = Jones but, submitted file contains middle name of Susy

I can prevent this error if I remove the nickname, for example if I change =>  
          <given>Susan</given>
          <given qualifier="BR">Susy</given>
          <given>Jones</given>
          <family>Turner</family>

to =>
          <given>Susan</given>
          <given>Jones</given>
          <family>Turner</family>

I don't understand why this won't work with the nickname of Suzy or Cecil as specified in the provided imported files.

2nd Error:
Error - The scenario contains Allergy observation for Product containing benzodiazepine Code: 16047007 , however there is no matching data in the submitted CCDA.
I have tried the following options and neither works. Please advise as to how I can correct this error.
option 1 =>
    <participant typeCode="CSM">
      <participantRole classCode="MANU">
        <playingEntity classCode="MMAT">
          <code code="7980" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RXNORM" displayName="Penicillin G benzathine" />
        </playingEntity>
      </participantRole>
    </participant>


option 2 =>
    <participant typeCode="CSM">
      <participantRole classCode="MANU">
        <playingEntity classCode="MMAT">
          <code code="7980" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RXNORM" displayName="Penicillin G benzathine" >
              <translation code="16047007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" displayName="Penicillin G benzathine" />
          </code>
        </playingEntity>
      </participantRole>
    </participant>
Susan_Jones_Turner_Pt_Smy(2015-06-22)_ccd.xml
Cecilia_Franklin_Cummings_Pt_Smy(2015-06-22)_rn.xml

Bill Goforth

unread,
Oct 3, 2022, 9:16:27 AM10/3/22
to Edge Test Tool (ETT)
I have also tried the following options where code  16047007 is specified by itself or first (see below) and I get the same error but for code  7980 instead of  16047007.

3rd Error:
Error - The scenario contains Allergy observation for Penicillin G benzathine Code: 7980 , however there is no matching data in the submitted CCDA.

option 1 =>
                    <participant typeCode="CSM">
                      <participantRole classCode="MANU">
                        <playingEntity classCode="MMAT">
                          <code code="16047007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" displayName="Penicillin G benzathine" />
                        </playingEntity>
                      </participantRole>
                    </participant>

option 2 =>
                        <participant typeCode="CSM">
                          <participantRole classCode="MANU">
                            <playingEntity classCode="MMAT">
                              <code code="16047007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" displayName="Penicillin G benzathine" >
                                  <translation code="7980" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RXNORM" displayName="Penicillin G benzathine" />
                              </code>
                            </playingEntity>
                          </participantRole>
                        </participant>

Bill Goforth

unread,
Oct 10, 2022, 3:51:29 PM10/10/22
to Edge Test Tool (ETT)
Hello, it has been a week since I opened this issue. I have searched for similar issues and I am still unable to find a solution.

We have found a solution to the "previous name" issue mentioned in my first email. 

However, we still need a solution to the above referenced drug allergy errors for codes RXNORM 7980 and SNOMETCT 16047007. 

If I don't hear otherwise, should I assume this is a validator tool issue and ask for an exception with our ATL? Please advise. Kind Regards, Bill Goforth

Bill Goforth

unread,
Oct 10, 2022, 4:52:27 PM10/10/22
to Edge Test Tool (ETT)
Never mind, I think I figured this out. I'm using the wrong versions of the CCDA import files. Please close this issue.

vijaiKumar K

unread,
Jun 19, 2024, 8:00:28 PM (11 days ago) Jun 19
to Edge Test Tool (ETT)
Hi  Bill Goforth, 

Could you please have a look on the below shared error related to Allergy validated using  C-CDA R2.1 Validator for 2015 Edition Cures and share us if we have a workaround .
Also please share we if we got a validator glitch for following code 16047007  ;  1009148  for 170315_b1_toc_inp_sample3_v6 [ Continuity of Care Document -CLARKSON, Jane Annie ] .

Sharing the error I am facing , on validating through ETT tool 

Error - 

The scenario contains Allergy observation for Product containing benzodiazepine Code: 16047007 , however there is no matching data in the submitted CCDA.

Error - 

The scenario contains Allergy observation for Ampicillin Code: 1009148 , however there is no matching data in the submitted CCDA.



<participant typeCode="CSM">
<participantRole classCode="MANU">
<playingEntity classCode="MMAT">
<code nullFlavor="OTH" codeSystem="2.16.840.1.113883.4.9">
<originalText>
<reference value="#_affc675c-2674-4e97-a20d-06079a672c7a"/>
</originalText>
<translation code="1009148" codeSystem="2.16.840.1.113883.6.88"/>
</code>
</playingEntity>
</participantRole>
</participant>
Thanks ,
Vijai 

******************************************************************************************************************************************************

Kim Poletti

unread,
Jun 20, 2024, 12:35:25 PM (10 days ago) Jun 20
to Edge Test Tool (ETT)
Hello Vijai,

Did you have a question for the technical team?

Thank you,
Kim

vijaiKumar K

unread,
Jun 21, 2024, 6:23:48 AM (9 days ago) Jun 21
to Edge Test Tool (ETT)

Yes, currently I am facing issue while validating below shared Allergy codes , even for the sample data shared in Gold_Samples_For_Practice ( facing issue on documenting  413639003  SNOMEDCT [Benzazepine] )

Could you please confirm , Is this need to be corrected from ETT Technical team ?
413639003  SNOMEDCT [Benzazepine]
1009148       RxNorm        [Ampicillin] 

Error - 

The scenario contains Allergy observation for Product containing benzodiazepine Code: 16047007 , however there is no matching data in the submitted CCDA.


If anyone have CCDA of '170.315_b1_toc_inp_sample3_v6 Jane Clarkson' got validated successfully for   . Please share me the respective CCDA  for analysis .can someone share me 


Thanks ,

Vijai 

************************************************************************************************************************

On Thursday 20 June 2024 at 22:05:25 UTC+5:30 kpol...@gmail.com wrote:
Hello Vijai,

Did you have a question for the technical team?

Thank you,
Kim

Kim Poletti

unread,
Jun 21, 2024, 12:33:20 PM (9 days ago) Jun 21
to Edge Test Tool (ETT)
Would you please send us the C-CDA sample you submitted? Thanks!
Reply all
Reply to author
Forward
0 new messages