You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/services/menu.service.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,13 @@ export class MenuService {
146
146
url: "/valueset-translator",
147
147
description: "An utility for transforming SNOMED CT value sets from non-standard formats (Excel, CSV, Snap2SNOMED maps) into standards-compliant FHIR ValueSet resources and packages."
148
148
},
149
+
{
150
+
name: "Extensions Search Utility",
151
+
subtitle: "Tool",
152
+
type: "internal",
153
+
url: "/extensions-search",
154
+
description: "A utility for running ECL searches across the latest SNOMED CT extensions and comparing concept matches by edition."
0 commit comments