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

Tooling not using proper fully qualified URL for FHIRHelpers library #229

Open
mholck opened this issue May 14, 2021 · 0 comments
Open

Tooling not using proper fully qualified URL for FHIRHelpers library #229

mholck opened this issue May 14, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mholck
Copy link
Contributor

mholck commented May 14, 2021

Describe the bug
When using the tooling to refresh in the ecqm-content-r4 repo when it regenerates the library JSON it is coding the depends-on incorrectly for just the FHIRHelpers library

"relatedArtifact": [ {
"type": "depends-on",
"display": "FHIR model information",
"resource": "http:https://fhir.org/guides/cqf/common/Library/FHIR-ModelInfo|4.0.1"
}, {
"type": "depends-on",
"display": "Library FHIRHelpers",
"resource": "Library/FHIRHelpers|4.0.001"
}, {
"type": "depends-on",
"display": "Library SDE",
"resource": "http:https://ecqi.healthit.gov/ecqms/Library/SupplementalDataElementsFHIR4|2.0.000"

This causes the post to the sandbox for the bundle to fail, it also includes FHIRHelpers multiple times

To Reproduce
Checkout the ecqm-content-r4 repository
run _updateCQFTooling
run _refresh

The bundles will be generated but when they post to sandbox they will fail

Expected behavior
The depends-on for FHIRHelpers should have been

{
"type": "depends-on",
"display": "Library FHIRHelpers",
"resource": "http:https://ecqi.healthit.gov/ecqms/Library/FHIRHelpers|4.0.001"
},

Desktop (please complete the following information):

  • OS: MacOS Catalina
  • Java Version 13

Additional context
Add any other context about the problem here.

@mholck mholck added the bug Something isn't working label May 14, 2021
@c-schuler c-schuler self-assigned this Sep 26, 2023
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