cqframework / cqframework/cqf-tooling

System URL for CDT codesystem is incorrect when extracting out VSAC spreadsheets

Open
#540 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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:

  1. Download the VSAC eCQM spreadsheet for EC ec_only_unique_vs_20240502.xlsx
  2. Run the tool using -VsacMultiXlsxToValueSet -pts=ec_only_unique_vs_20240502.xlsx -op=./output
  3. See the system URL used for CPT

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.