Skip to content

Commit

Permalink
Merge pull request #1494 from CMSgov/feature/QPPSE-3000-Sample_Files_…
Browse files Browse the repository at this point in the history
…For_Error_Codes

QPPSE-3000: Fix files for testing error codes
  • Loading branch information
sivaksb authored Jan 17, 2025
2 parents 160daa4 + a0f84e3 commit 4a02f52
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 29 deletions.
21 changes: 1 addition & 20 deletions commons/src/main/resources/measures-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -20283,28 +20283,9 @@
"measureSets": [],
"isRegistryMeasure": true,
"isIcdImpacted": false,
"metricType": "registryMultiPerformanceRate",
"metricType": "registrySinglePerformanceRate",
"submissionMethods": [
"registry"
],
"overallAlgorithm": "overallStratumOnly",
"strata": [
{
"name": "noRestrictions",
"description": "Normal arterial supply based on testing- No restrictions on type of compression"
},
{
"name": "specialConsideration",
"description": "Compression bandaging with special considerations (e.g., short stretch bandaging, warnings to the patient to remove bandages if they feel too tight, etc.)"
},
{
"name": "notRecommended",
"description": "Compression bandaging not recommended"
},
{
"name": "overall",
"description": "The average of the three risk stratified buckets which will be the performance rate in the JSON XML submitted."
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ CDA Header
<!--Measure Reference and Results-->
<reference typeCode="REFR">
<externalDocument classCode="DOC" moodCode="EVN">
<id root="2.16.840.1.113883.4.738" extension="2c928082-86db-6718-0187-0b4977140ad5"/>
<id root="2.16.840.1.113883.4.738" extension="2c928083-8651-08a3-0186-c82995a91d28"/>
<code code="57024-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Health Quality Measure Document"/>
<text>Controlling High Blood Pressure</text>
Expand Down Expand Up @@ -2313,8 +2313,8 @@ CDA Header
<code code="252116004" codeSystem="2.16.840.1.113883.6.96"
displayName="Observation Parameters"/>
<effectiveTime>
<low value="20230101"/>
<high value="20231231"/>
<low value="20240101"/>
<high value="20241231"/>
</effectiveTime>
</act>
</entry>
Expand Down
19 changes: 16 additions & 3 deletions converter/src/test/resources/app/2024/App1-Group-QRDA-III.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@ CDA Header
</representedOrganization>
</assignedEntity>
</performer>
<performer>
<time>
<low value="20240101"/>
<high value="20241231"/>
</time>
<assignedEntity>
<id root="2.16.840.1.113883.4.6" extension="2567891421"/>
<representedOrganization>
<id root="2.16.840.1.113883.4.2" extension="990000099"/>
<name>Good Healthcare Practice</name>
</representedOrganization>
</assignedEntity>
</performer>
</serviceEvent>
</documentationOf>
<authorization>
Expand Down Expand Up @@ -149,7 +162,7 @@ CDA Header
<!--Measure Reference and Results-->
<reference typeCode="REFR">
<externalDocument classCode="DOC" moodCode="EVN">
<id root="2.16.840.1.113883.4.738" extension="2c928082-86db-6718-0187-0b4977140ad5"/>
<id root="2.16.840.1.113883.4.738" extension="2c928083-8651-08a3-0186-c82995a91d28"/>
<code code="57024-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Health Quality Measure Document"/>
<text>Controlling High Blood Pressure</text>
Expand Down Expand Up @@ -2313,8 +2326,8 @@ CDA Header
<code code="252116004" codeSystem="2.16.840.1.113883.6.96"
displayName="Observation Parameters"/>
<effectiveTime>
<low value="20230101"/>
<high value="20231231"/>
<low value="20240101"/>
<high value="20241231"/>
</effectiveTime>
</act>
</entry>
Expand Down
19 changes: 16 additions & 3 deletions converter/src/test/resources/app/2024/App1-Indv-QRDA-III.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@ CDA Header
</representedOrganization>
</assignedEntity>
</performer>
<performer>
<time>
<low value="20240101"/>
<high value="20241231"/>
</time>
<assignedEntity>
<id root="2.16.840.1.113883.4.6" extension="2567891421"/>
<representedOrganization>
<id root="2.16.840.1.113883.4.2" extension="990000099"/>
<name>Good Healthcare Practice</name>
</representedOrganization>
</assignedEntity>
</performer>
</serviceEvent>
</documentationOf>
<authorization>
Expand Down Expand Up @@ -149,7 +162,7 @@ CDA Header
<!--Measure Reference and Results-->
<reference typeCode="REFR">
<externalDocument classCode="DOC" moodCode="EVN">
<id root="2.16.840.1.113883.4.738" extension="2c928082-86db-6718-0187-0b4977140ad5"/>
<id root="2.16.840.1.113883.4.738" extension="2c928083-8651-08a3-0186-c82995a91d28"/>
<code code="57024-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Health Quality Measure Document"/>
<text>Controlling High Blood Pressure</text>
Expand Down Expand Up @@ -2313,8 +2326,8 @@ CDA Header
<code code="252116004" codeSystem="2.16.840.1.113883.6.96"
displayName="Observation Parameters"/>
<effectiveTime>
<low value="20230101"/>
<high value="20231231"/>
<low value="20240101"/>
<high value="20241231"/>
</effectiveTime>
</act>
</entry>
Expand Down

0 comments on commit 4a02f52

Please sign in to comment.