Skip to content

Close SQL parser compatibility gaps - #5810

Open
Robert Johnson (LTA-Thinking) wants to merge 1 commit into
sql-parser/integrationfrom
sql-parser/compatibility
Open

Robert Johnson (LTA-Thinking) wants to merge 1 commit into
sql-parser/integrationfrom
sql-parser/compatibility

Conversation

@LTA-Thinking

Copy link
Copy Markdown
Contributor

Description

Describe the changes in this PR.

Related issues

Addresses [issue #].

Testing

Describe how this change was tested.

FHIR Team Checklist

  • Update the title of the PR to be succinct and less than 65 characters
  • Add a milestone to the PR for the sprint that it is merged (i.e. add S47)
  • Tag the PR with the type of update: Bug, Build, Dependencies, Enhancement, New-Feature or Documentation
  • Tag the PR with Open source, Azure API for FHIR (CosmosDB or common code) or Azure Healthcare APIs (SQL or common code) to specify where this change is intended to be released.
  • Tag the PR with Schema Version backward compatible or Schema Version backward incompatible or Schema Version unchanged if this adds or updates Sql script which is/is not backward compatible with the code.
  • When changing or adding behavior, if your code modifies the system design or changes design assumptions, please create and include an ADR.
  • CI is green before merge Build Status
  • Review squash-merge requirements

Semver Change (docs)

Patch|Skip|Feature|Breaking (reason)

Support Member Match, profile validation, paging and include regressions, A/B test isolation, and document the parser architecture.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@LTA-Thinking
Robert Johnson (LTA-Thinking) added this pull request to stack #5813 September 11, 2026 21:40
Comment on lines +521 to +528
Bundle bundle = await SearchAndValidateBundleAsync(
ResourceType.Observation,
query,
Fixture.SmithSnomedDiagnosticReport,
Fixture.SmithSnomedObservation,
Fixture.TrumanSnomedDiagnosticReport,
Fixture.TrumanSnomedObservation,
newDiagnosticReportResponse.Resource);

if (!testConfigPath.Contains("\\bin\\Debug\\net"))
{
testConfigPath = Path.Combine(testConfigPath.Substring(0, testConfigPath.IndexOf("testconfiguration.json")), "bin\\Debug\\net9.0\\testconfiguration.json");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants