Skip to content

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

@mholck

Description

@mholck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions