Skip to content

Commit

Permalink
Removing updateMeasures() as this concept no longer seems to be nee…
Browse files Browse the repository at this point in the history
…ded. We're no longer getting errors about "Canonical URL XXX exists, but cant be loaded", which *was* being caused by the measures not being available to the validation pipeline.
  • Loading branch information
seanmcilvenna committed Feb 16, 2024
1 parent 4f345df commit 3bb4d14
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ public void init() {
// When needed for debugging
//this.writeConformanceResourcesToFile();

this.updateMeasures();

this.validator = FhirContextProvider.getFhirContext().newValidator();
this.validator.setExecutorService(Executors.newWorkStealingPool());
IValidatorModule module = new FhirInstanceValidator(this.getValidationSupportChain());
Expand Down Expand Up @@ -174,13 +172,6 @@ private void loadPackages() {
}
}

public void updateMeasures() {
// Add each measure canonical url to the resource fetcher
this.sharedService.getMeasureDefinitions().forEach(md -> {
// TODO
});
}

/**
* Load resources from the terminology classpath directory into the pre-populated validation support
*/
Expand Down

0 comments on commit 3bb4d14

Please sign in to comment.