Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Codesystem URL in ValueSet definition #80

Open
brynrhodes opened this issue Jan 7, 2025 · 4 comments
Open

Incorrect Codesystem URL in ValueSet definition #80

brynrhodes opened this issue Jan 7, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@brynrhodes
Copy link
Member

Reported by Dorothy Lee:

For example, a code D0120 from value set “Clinical Oral Evaluation”, if retrieved from VSAC API (https://cts.nlm.nih.gov/fhir/res/ValueSet/2.16.840.1.113883.3.464.1003.125.12.1003/$expand), would have a code system “http://www.ada.org/cdt”. But what you have in the repo (https://github.com/cqframework/ecqm-content-qicore-2024/blob/main/input/vocabulary/valueset/external/valueset-2.16.840.1.113883.3.464.1003.125.12.1003.json) has a code system “http://terminology.hl7.org/CodeSystem/CD2”.

@brynrhodes brynrhodes added the bug Something isn't working label Jan 7, 2025
@mholck
Copy link
Collaborator

mholck commented Jan 7, 2025

Yeah I fixed that valueset and entered a bug on the tooling because it set that URL as a part of the VSAC XLS extraction of valuesets

@brynrhodes
Copy link
Member Author

Oh, it's a tooling bug? That's good, the extraction is remapping it. Is the same thing happening with the SOP codesystem?

@mholck
Copy link
Collaborator

mholck commented Jan 7, 2025

probably the tooling currently has this for SOP

case "SOP": return "urn:oid:2.16.840.1.113883.3.221.5";

@mholck
Copy link
Collaborator

mholck commented Jan 7, 2025

might be worth reviewing all URLs in that code for extraction of valuesets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants