You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The VSAC Excel sheets for eCQM do not specify the system URL for the code systems so the tooling has a switch case statement for each codesystem name when extracting out the spreadsheets. The CDT codesystem URL is wrong
NOTE: This will need to be updated again once there is a resolution to the issues marked in "red" on that page, where VSAC is using a different URL for a code system than the official FHIR URL.
Describe the bug
The VSAC Excel sheets for eCQM do not specify the system URL for the code systems so the tooling has a switch case statement for each codesystem name when extracting out the spreadsheets. The CDT codesystem URL is wrong
It is currently
case "CDT": return "http://terminology.hl7.org/CodeSystem/CD2";
but the system URL for CDT should be http://www.ada.org/cdt
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: