-
Problem
-
Resolution: Resolved
-
Moderate
-
None
On line 502 of the 2021 CMS QRDA III Schematron, the assertion is testing the presence of performers for CPC+ or PCF, which is correct based on the IG. However, the message seems incorrect based on the check. The first part of the message seems right:
For CPC+ or PCF reporting, serviceEvent must contain at least one performer, each performer contains one TIN and one NPI.
But the last part of the message (which we are questioning) only mentions CPC+:
Only CPC+ Practice Site providers are listed as performers. (CONF:4427-18171_C01).
I have included information from the Schematron below.
<!-- If CPCPLUS, service event must have at least one performer, each must contain one TIN and one NPI --> <sch:assert id="a-4427-18171_C01-CPCPLUS-PCF-performer-error" test="($intendedRecipient-Doc != 'CPCPLUS' and $intendedRecipient-Doc != 'PCF') or (($intendedRecipient-Doc='CPCPLUS' or $intendedRecipient-Doc='PCF') and count(cda:performer)>=1)">For CPC+ or PCF reporting, serviceEvent must contain at least one performer, each performer contains one TIN and one NPI. Only CPC+ Practice Site providers are listed as performers. (CONF:4427-18171_C01).</sch:assert>