The Terminology Management page provides tools for navigating medical code hierarchies, managing code set versions, and configuring cross-code mappings. It is reached atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/terminology.
Overview
The page is gated bypf.codes.read (route guard). It renders a three-tab interface:
- ICD-10 Hierarchy —
ICD10HierarchyNavigatorfor browsing the ICD-10 code tree. Available to all users withpf.codes.read. - Code Set Versions —
CodeSetVersionManagerfor managing versioned code set releases. Only visible to users withpf.codes.admin. - Cross-Code Mappings —
CodeMappingManagerfor configuring equivalences between code systems. Available to all users withpf.codes.read.
Who it’s for
Requirespf.codes.read (route guard). The Code Set Versions tab additionally requires pf.codes.admin.
Before you start
- No prerequisites for viewing the hierarchy or mappings.
- Configuring mappings or managing versions requires
pf.codes.admin.
Steps
- Navigate to Settings → Terminology (
/settings/terminology). - Use the ICD-10 Hierarchy tab to browse codes.
- Use the Cross-Code Mappings tab to look up or manage code equivalences.
- If you have
pf.codes.admin, use the Code Set Versions tab to manage version releases.
Key concepts
Code set version — a snapshot of a medical code system at a specific release date. Cross-code mapping — a configured equivalence between codes in different code systems (e.g., ICD-10 → SNOMED).Related
Platform Foundation
Platform Foundation overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/terminology/pages/TerminologyManagementPage.tsx
- src/platform/terminology/components/ICD10HierarchyNavigator.tsx