projecttacoma / fqm-execution-demo

Apache License 2.0
2 stars 0 forks source link

Valueset name #36

Closed eperelli closed 3 years ago

eperelli commented 3 years ago

Summary The name of the value set now appears next to the value set URL in each guidance response.

New Behavior See above.

Code Changes Changes were made to BundleHelpers.ts (formally PatientHelper.ts but I changed it to better reflect the two functions it contains) and DetectedIssueResources.tsx. BundleHelpers.ts now has a function called findMeasureInBundle which finds the measure in the measure bundle whose URL matches the input URL. This function is called in DetectedIssueResources.tsx so the valueSet name can be grabbed from that measure and rendered in the accordion.