Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message for Patient Identifier Number (CONF:CMS_0007) is missing, "SHALL contain exactly one Patient Identifier Number (CONF:CMS_0007)". #2

Open
jayeshkotak opened this issue May 16, 2017 · 2 comments
Assignees

Comments

@jayeshkotak
Copy link

Note : 2017 Rule for PID
<sch:rule id="QRDA_Category_I_Report_CMS-recordTarget-patientRole-errors"
context="cda:ClinicalDocument[cda:templateId[@root='2.16.840.1.113883.10.20.24.1.3'][@extension='2016-03-01']]/cda:recordTarget/cda:patientRole">
<sch:assert
id="a-CMS_0009-error"
test="count(cda:id[@root!='2.16.840.1.113883.4.572'][@extension])=1">
This patientRole SHALL contain exactly one [1..1] id (CONF:CMS_0009)
such that it SHALL contain exactly one [1..1] @root (CONF:CMS_0053).
SHALL contain exactly one [1..1] @extension (CONF:CMS_0103).
SHALL contain exactly one Patient Identifier Number (CONF:CMS_0007).</sch:assert>
</sch:rule>

Note : 2018 Rule for PID
<sch:rule id="QRDA_Category_I_Report_CMS-recordTarget-patientRole-errors"
context="cda:ClinicalDocument[cda:templateId[@root='2.16.840.1.113883.10.20.24.1.3'][@extension='2017-07-01']]/cda:recordTarget/cda:patientRole">
<sch:assert
id="a-CMS_0009-error"
test="count(cda:id[@root!='2.16.840.1.113883.4.572'][@extension])=1">
This patientRole SHALL contain exactly one [1..1] id (CONF:CMS_0009)
such that it SHALL contain exactly one [1..1] @root (CONF:CMS_0053).
SHALL contain exactly one [1..1] @extension (CONF:CMS_0103).</sch:assert>
</sch:rule>

@jayeshkotak
Copy link
Author

Please notify Estelle Noone also.
[email protected]

@mholck
Copy link
Contributor

mholck commented May 18, 2017

This is because rule CMS_0007 does not exist in the 2018 CMS HQR IG. The schematron matches the IG

@mholck mholck self-assigned this May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants