LogoLogo
v3.5
v3.5
  • 👋Introduction
  • 🚀Feature Highlight
  • Reference
    • 📘Overview
      • Login
      • Feature Matrix
      • Iconography
    • 🏠Dashboard
    • 📚Resources
      • Code Systems
        • Terminology Standards
          • SNOMED CT
            • Import
            • Advanced Search
          • ICD-10
          • LOINC
        • Custom Code Systems
          • Create
          • Import
            • FHIR
            • Excel/CSV
          • Authoring
          • Advanced Search
          • Release Management
          • Export
          • Delete/Retire
      • Value Sets
        • Create
        • Import
        • Authoring
          • Drag and Drop
          • Basic Clause Editor
          • Paste from clipboard
          • Import clauses from text file
          • Advanced Clause Editor
          • Merge
          • Update Operators
          • ECL syntax error
          • Inactive content
          • Revert
        • Release Management
        • Compare
        • Export
        • Delete/Retire
      • Concept Maps
        • Create
        • Import
        • Authoring
          • Automap
        • Release Management
        • Export
        • Delete/Retire
      • Bundles
        • Create
        • Delete
      • Access management
        • Sharing Resources
        • Change Roles
        • Revoke Access
        • Resource Visibility
      • Content syndication
      • Upgrade
        • Analysis
    • 🗒️Issue management
      • Create
      • Comment
      • Resolve
    • 🌐Profile management
      • User Profile
      • Organization Profile
    • 🔔Notifications
    • 🔨Settings
    • 🎁What's new
Powered by GitBook
On this page
  • Schema
  • Concept

Was this helpful?

  1. Reference
  2. Resources
  3. Code Systems

Custom Code Systems

Was this helpful?

Besides the existing Terminology Standards, Snowray supports the creation and maintenance of Custom Code Systems that consist of a set of terms.

Schema

The Schema provides a structure to Custom Code Systems through different property types. The Code System Schema has a dedicated page where the property types can be specified. Defining properties in the Schema is not mandatory, but it definitely helps to construct a more layered Code System structure. In addition to specifying property types, users can also set a cardinality to the given property in order to establish the potential number of values.

Property Type
Description

Boolean

True or false type properties

Integer

Properties with integer number values

Decimal

Properties with decimal number values

String

Text type properties

Date

Date type properties

URI

Cardinality
Description

0..0 (Not allowed)

It is not allowed to specify a value for the property

0..1 (Optional)

It is optional to specify a value for the property

0..* (Optional multiple)

It is optional to specify any number of values for the property

1..1 (Mandatory)

It is mandatory to specify a value for the property

1..* (Mandatory multiple)

It is mandatory to specify at least one value for the property

Concept

Concepts are the foundation of all Code Systems. In case of Custom Code Systems, these are usually a list of terms with their associated IDs.

If no ID is available for the terms, the system will automatically allocate one during concept creation.

📚
Uniform Resource Identifier