Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "sqlonfhir"]
path = sqlonfhir
url = git@github.com:FHIR/sql-on-fhir-v2.git
url = git@github.com:aehrc/sql-on-fhir-v2.git
2 changes: 1 addition & 1 deletion sqlonfhir
Submodule sqlonfhir updated 77 files
+152 −0 .claude/commands/opsx/apply.md
+157 −0 .claude/commands/opsx/archive.md
+242 −0 .claude/commands/opsx/bulk-archive.md
+114 −0 .claude/commands/opsx/continue.md
+174 −0 .claude/commands/opsx/explore.md
+94 −0 .claude/commands/opsx/ff.md
+69 −0 .claude/commands/opsx/new.md
+525 −0 .claude/commands/opsx/onboard.md
+134 −0 .claude/commands/opsx/sync.md
+164 −0 .claude/commands/opsx/verify.md
+156 −0 .claude/skills/openspec-apply-change/SKILL.md
+114 −0 .claude/skills/openspec-archive-change/SKILL.md
+246 −0 .claude/skills/openspec-bulk-archive-change/SKILL.md
+118 −0 .claude/skills/openspec-continue-change/SKILL.md
+290 −0 .claude/skills/openspec-explore/SKILL.md
+101 −0 .claude/skills/openspec-ff-change/SKILL.md
+74 −0 .claude/skills/openspec-new-change/SKILL.md
+529 −0 .claude/skills/openspec-onboard/SKILL.md
+138 −0 .claude/skills/openspec-sync-specs/SKILL.md
+168 −0 .claude/skills/openspec-verify-change/SKILL.md
+39 −0 .claude/skills/sql-portability/SKILL.md
+100 −0 .claude/skills/sql-portability/scripts/sql_portability.py
+1 −0 .github/workflows/main.yaml
+156 −0 .github/workflows/run-fhir-core-tests.yaml
+1 −0 .gitignore
+0 −18 AGENTS.md
+237 −69 input/fsh/examples/sql-query-examples.fsh
+114 −0 input/fsh/examples/view-definition-examples.fsh
+119 −19 input/fsh/operations.fsh
+38 −9 input/fsh/profiles/library-profiles.fsh
+43 −31 input/fsh/terminology.fsh
+27 −0 input/pagecontent/Binary-CodeSystemHierarchy-notes.md
+15 −0 input/pagecontent/Binary-QuestionnaireResponseItems-notes.md
+27 −0 input/pagecontent/OperationDefinition-SQLQueryRun-intro.md
+243 −0 input/pagecontent/OperationDefinition-SQLQueryRun-notes.md
+88 −16 input/pagecontent/StructureDefinition-SQLQuery-intro.md
+114 −0 input/pagecontent/StructureDefinition-SQLQuery-notes.md
+297 −108 input/pagecontent/StructureDefinition-ViewDefinition-notes.md
+38 −26 input/pagecontent/functional-model.md
+175 −74 input/pagecontent/index.md
+0 −456 openspec/AGENTS.md
+2 −0 openspec/changes/align-sqlquery-run-with-cql/.openspec.yaml
+76 −0 openspec/changes/align-sqlquery-run-with-cql/design.md
+81 −0 openspec/changes/align-sqlquery-run-with-cql/proposal.md
+55 −0 openspec/changes/align-sqlquery-run-with-cql/specs/sqlquery-run/spec.md
+19 −0 openspec/changes/align-sqlquery-run-with-cql/tasks.md
+126 −0 openspec/changes/archive/2026-02-05-add-row-index-variable/design.md
+37 −0 openspec/changes/archive/2026-02-05-add-row-index-variable/proposal.md
+82 −0 openspec/changes/archive/2026-02-05-add-row-index-variable/specs/row-index/spec.md
+40 −0 openspec/changes/archive/2026-02-05-add-row-index-variable/tasks.md
+2 −0 openspec/changes/implement-sqlquery-run-server/.openspec.yaml
+241 −0 openspec/changes/implement-sqlquery-run-server/design.md
+73 −0 openspec/changes/implement-sqlquery-run-server/proposal.md
+281 −0 openspec/changes/implement-sqlquery-run-server/specs/sqlquery-run-server/spec.md
+51 −0 openspec/changes/implement-sqlquery-run-server/tasks.md
+410 −0 openspec/changes/improve-sqlquery-profile/design.md
+86 −0 openspec/changes/improve-sqlquery-profile/proposal.md
+188 −0 openspec/changes/improve-sqlquery-profile/specs/sqlquery/spec.md
+135 −0 openspec/changes/improve-sqlquery-profile/tasks.md
+20 −0 openspec/config.yaml
+84 −0 openspec/specs/row-index/spec.md
+40 −5 sof-js/README.md
+44 −0 sof-js/metadata/Library/patient-by-id.json
+36 −0 sof-js/metadata/Library/patient-count.json
+85 −0 sof-js/metadata/OperationDefinition/$sqlquery-run.json
+22 −0 sof-js/metadata/ViewDefinition/patient_multiple_birth.json
+40 −31 sof-js/src/index.js
+15 −2 sof-js/src/path.js
+58 −45 sof-js/src/server.js
+73 −70 sof-js/src/server/db.js
+1,092 −0 sof-js/src/server/sql.js
+419 −0 sof-js/tests/server/sql.test.js
+43 −2 sushi-config.yaml
+4 −3 test_report/public/implementations.json
+55 −50 test_report/src/Nav.svelte
+751 −0 tests/repeat.json
+698 −0 tests/row_index.json
Loading
Loading