Skip to content

Add CodeSystem $lookup operation to Frontend UI#3618

Open
xmyno wants to merge 1 commit into
mainfrom
3521-fe-codesystem-lookup
Open

Add CodeSystem $lookup operation to Frontend UI#3618
xmyno wants to merge 1 commit into
mainfrom
3521-fe-codesystem-lookup

Conversation

@xmyno
Copy link
Copy Markdown
Collaborator

@xmyno xmyno commented May 6, 2026

Closes #3521

@xmyno xmyno requested a review from alexanderkiel as a code owner May 6, 2026 14:30
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.12%. Comparing base (47fef99) to head (1146299).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3618   +/-   ##
=======================================
  Coverage   96.12%   96.12%           
=======================================
  Files         414      417    +3     
  Lines       25855    25949   +94     
  Branches      643      642    -1     
=======================================
+ Hits        24852    24944   +92     
- Misses        476      477    +1     
- Partials      527      528    +1     
Files with missing lines Coverage Δ
...cal/src/blaze/terminology_service/local/lookup.clj 100.00% <100.00%> (ø)

... and 23 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@xmyno xmyno force-pushed the 3521-fe-codesystem-lookup branch from e3d55e6 to bbe88c4 Compare May 6, 2026 15:30
Comment thread modules/frontend/src/routes/CodeSystem/[id=id]/$lookup/+page.server.ts Outdated
Comment thread modules/frontend/src/routes/CodeSystem/$lookup/+page.server.ts Outdated
<Row title={'Property[' + i + ']'}>
<DescriptionList>
{#each property.part as part}
<Row title={part.name}>{parameterValue(part)}</Row>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please look if you can use src/lib/resource/property.svelte here. Otherwise complex types like Coding are not rendered to text.

Comment thread modules/frontend/src/routes/CodeSystem/$lookup/+page.server.ts Outdated
@xmyno xmyno force-pushed the 3521-fe-codesystem-lookup branch from bbe88c4 to 1146299 Compare May 18, 2026 14:19
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.

Add CodeSystem $lookup operation to Frontend UI

2 participants