@nsshunt/stsfhirpg 1.2.9 → 1.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7681,6 +7681,7 @@ class ResourceHelper {
7681
7681
  this.#definitions.searchParametersByUrl[entry.fullUrl] = entry.resource;
7682
7682
  });
7683
7683
  await this._LoadSearchParameters();
7684
+ await this.PreLoadSearchParameterData();
7684
7685
  return this.#definitions;
7685
7686
  };
7686
7687
  PreLoadSearchParameterData = async () => {