cqframework / cqframework/cqf-tooling
System URL for CDT codesystem is incorrect when extracting out VSAC spreadsheets
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 22
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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:
- Download the VSAC eCQM spreadsheet for EC ec_only_unique_vs_20240502.xlsx
- Run the tool using -VsacMultiXlsxToValueSet -pts=ec_only_unique_vs_20240502.xlsx -op=./output
- See the system URL used for CPT
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the -VsacMultiXlsxToValueSet extraction entry point and find the switch case for the CDT code system. Run it with ec_only_unique_vs_20240502.xlsx and verify that the generated value set uses http://www.ada.org/cdt as the system URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100