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

Going back to dashboard resets provider level and makes calculations disappear #193

Open
NomanTrips opened this issue Jun 30, 2014 · 0 comments

Comments

@NomanTrips
Copy link

After importing QRDA cat 1 files along with a corresponding provider opml file, calculations are coming up 0/0 across the board erroneously. When I drill down to a measure, the numbers do show though and appear to be calculating correctly with the expected numerator and denominator.

Repeat steps:

  1. Import provider opml file containing only one provider.
  2. Import zip of 2 QRDA cat 1's both with service event AssignedEntity tags referencing the id of the provider in the opml file.
  3. Goto dashboard, calculations appear to finish because the blue measure descriptions are dark blue. No calculations appear, expected numerator and denominator to be 2/2 for cms 171 but it is instead 0/0/
  4. Drill down to cms 171 details and click on patients tab. Patients appear as expected.
  5. Go back to dashboard, calculations are still not appearing there. Drill back down to cmls 171 details, now numerator and denominator are showing 2/2 as expected.
  6. Go back out to dashboard, still no calculations on front page.

opml provider snippet:

    <outline name="Provider Network" >
      <outline Facility="NID2" tin="" name="Quality Care 2" address="5448 S Hwy 260, Suite 100, Lakeside AZ 85929" />     
      <outline name="Franz Liszt" id="1720088917" address="81 Fairview Ave, Charlton MA 01507" Facility="NID2"/>
      <outline name="Timothy Cavendish" id="6516565168" address="81 Fairview Ave, Charlton MA 01507" Facility="NID2"/>    
   </outline>

QRDA cat 1 service event snippet:

        <serviceEvent classCode="PCPR">
            <effectiveTime>
                <low value="20140625"/>
                <high value="20140628"/>
            </effectiveTime>
            <performer typeCode="PRF">
                <functionCode displayName="Consulting Provider" codeSystemName="Provider Role" codeSystem="2.16.840.1.113883.12.443" code="CP"/>
                <time>
                    <low value="20140625"/>
                    <high value="20140628"/>
                </time>
                <assignedEntity>
                    <id extension="1720088917" root="2.16.840.1.113883.4.6"/>
                    <id root="Provider" extension="1720088917"/>
                    <addr use="WP">
                        <streetAddressLine>81 fairview ave</streetAddressLine>
                        <city>Charlton</city>
                        <state>MA</state>
                        <postalCode>01507</postalCode>
                        <country>US</country>
                    </addr>
                    <telecom use="WP" value="tel:(168) 565-6565"/>
                    <telecom use="WP" value="mailto:[email protected]"/>
                    <assignedPerson>
                        <name>
                            <given>Franz</given>
                            <family>Liszt</family>
                        </name>
                    </assignedPerson>
                    <representedOrganization>
                        <id extension="NID2" root="2.16.840.1.113883.4.6"/>
                        <id root="Facility" extension="NID2"/>
                        <name>Quality Care 2</name>
                        <telecom use="" value="(203) 102-1213"/>
                        <addr>
                            <streetAddressLine>5448 S Hwy 260</streetAddressLine>
                            <streetAddressLine>Suite 100</streetAddressLine>
                            <city>Lakeside</city>
                            <state>AZ</state>
                            <postalCode>85929</postalCode>
                            <country>US</country>
                        </addr>
                    </representedOrganization>
                </assignedEntity>
            </performer>
        </serviceEvent>
@NomanTrips NomanTrips changed the title Going back to dashboard resets provider level and makes calculations disapear Going back to dashboard resets provider level and makes calculations disappear Jun 30, 2014
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

1 participant