-
Bug/Issue
-
Resolution: Answered
-
Minor
-
Implementation Problem
We are receiving the following errors, even though the stratification appears to be correct. For this particular measure there are 3 different stratifications. Cypress doesn't appear to find 2 of them, but the third is passing the test. If all of them were failing I'd assume I had a structural issue or just incorrect IDs, but given 1 of them is passing I know I'm on the right track. Below the error messages, I've included an excerpt of the XML that should satisfy the tests.
1. CMS74v3/PrimaryCariesPrevention - Primary Caries Prevention Intervention as Offered by Primary Care Providers, including Dentists: HQFM_ID: 40280381-3D61-56A7-013E-8ACBFE873BCB Stratification ID 154FFAC4-61BF-49CE-87C4-4FC415465F68
Could not find entry for measure 40280381-3D61-56A7-013E-8ACBFE873BCB with the following population ids
{"IPP"=>"E91779A3-28D7-44F9-A150-6C8504809B1F", "DENOM"=>"81DE4056-93B1-43ED-BD3E-0A93CCC70828", "NUMER"=>"25DAB30B-E300-43BE-9558-B76B71B6E3A9", "stratification"=>"154FFAC4-61BF-49CE-87C4-4FC415465F68"}2. CMS74v3/PrimaryCariesPrevention - Primary Caries Prevention Intervention as Offered by Primary Care Providers, including Dentists: HQFM_ID: 40280381-3D61-56A7-013E-8ACBFE873BCB Stratification ID 2C028996-D897-4162-ADBE-8619EDBE4E7D
Could not find entry for measure 40280381-3D61-56A7-013E-8ACBFE873BCB with the following population ids
{"IPP"=>"E91779A3-28D7-44F9-A150-6C8504809B1F", "DENOM"=>"81DE4056-93B1-43ED-BD3E-0A93CCC70828", "NUMER"=>"25DAB30B-E300-43BE-9558-B76B71B6E3A9", "stratification"=>"2C028996-D897-4162-ADBE-8619EDBE4E7D"}<<<<<< XML Excerpt >>>>>>
<!-- Reporting Stratum template -->
<entryRelationship typeCode="COMP">
<observation classCode="OBS" moodCode="EVN">
<!-- Reporting Stratum template -->
<templateId root="2.16.840.1.113883.10.20.27.3.4"/>
<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4" displayName="Assertion" codeSystemName="ActCode"/>
<statusCode code="completed"/>
<value xsi:type="CD" nullFlavor="OTH">
<originalText >
Stratum
</originalText>
</value>
<entryRelationship typeCode="SUBJ" inversionInd="true">
<observation classCode="OBS" moodCode="EVN">
<!-- SHALL 1..1 Aggregate Count template -->
<templateId root="2.16.840.1.113883.10.20.27.3.3"/>
<code code="MSRAGG" displayName="rate aggregation" codeSystem="2.16.840.1.113883.5.4" codeSystemName="ActCode"/>
<value xsi:type="INT" value="4"/>
<methodCode code="COUNT" displayName="Count" codeSystem="2.16.840.1.113883.5.84" codeSystemName="ObservationMethod"/>
</observation>
</entryRelationship>
<reference typeCode="REFR">
<!-- reference to the relevant strata in the eMeasure -->
<externalObservation classCode="OBS" moodCode="EVN">
<!-- Reference to the third defined Stratum -->
<id root="2C028996-D897-4162-ADBE-8619EDBE4E7D"/>
</externalObservation>
</reference>
</observation>
</entryRelationship>
<!-- Reporting Stratum template -->
<entryRelationship typeCode="COMP">
<observation classCode="OBS" moodCode="EVN">
<!-- Reporting Stratum template -->
<templateId root="2.16.840.1.113883.10.20.27.3.4"/>
<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4" displayName="Assertion" codeSystemName="ActCode"/>
<statusCode code="completed"/>
<value xsi:type="CD" nullFlavor="OTH">
<originalText >
Stratum
</originalText>
</value>
<entryRelationship typeCode="SUBJ" inversionInd="true">
<observation classCode="OBS" moodCode="EVN">
<!-- SHALL 1..1 Aggregate Count template -->
<templateId root="2.16.840.1.113883.10.20.27.3.3"/>
<code code="MSRAGG" displayName="rate aggregation" codeSystem="2.16.840.1.113883.5.4" codeSystemName="ActCode"/>
<value xsi:type="INT" value="1"/>
<methodCode code="COUNT" displayName="Count" codeSystem="2.16.840.1.113883.5.84" codeSystemName="ObservationMethod"/>
</observation>
</entryRelationship>
<reference typeCode="REFR">
<!-- reference to the relevant strata in the eMeasure -->
<externalObservation classCode="OBS" moodCode="EVN">
<!-- Reference to the third defined Stratum -->
<id root="154FFAC4-61BF-49CE-87C4-4FC415465F68"/>
</externalObservation>
</reference>
</observation>
</entryRelationship>