Skip to content

Capability statement versions pulled from metadata - #128

Open
bryantaustin13 wants to merge 4 commits into
mainfrom
capability-statement-versions
Open

bryantaustin13 wants to merge 4 commits into
mainfrom
capability-statement-versions

Conversation

@bryantaustin13

Copy link
Copy Markdown
Contributor

Currently cql-version and engine-version are not found in the metadata of a capability statement. If at some time in the future They are in that file this code is designed to pull that information into the runner. Right now it is using VERSION_URL = 'http://example.org/fhir/StructureDefinition/our-cql-version'; and similar. When an actual url is available, we need to substitute those with actual values. Currently the runner depends on configuration entries to supply the versions.

bryantaustin13 and others added 4 commits August 20, 2026 09:05
Resolves conflicts in src/conf/config-loader.ts and src/shared/run-test-core.ts.
Both were import-block only: main's TypeScript 7 migration (#124, #126) rewrote
the imports in each file while this branch added imports to the same lines. The
resolution keeps main's migrated style — the node: prefixes and the `import type`
splits — and re-adds this branch's capability-statement imports alongside.

No logic conflicted. Verified after resolution: tsc --noEmit clean, 224 tests
passing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

1 participant