View raw Markdown
type: resourceresource: CodeSystem

CodeSystem

Introduction

Scope and Usage

The FHIR terminology specification is based on the concepts of code system and value set originally defined in HL7 v3 Core Principles:

Code systems define which codes (symbols and/or expressions) exist, and how they are understood. Value sets select a set of codes from one or more code systems to specify which codes can be used in a particular context.

The CodeSystem resource is used to declare the existence of a code system, and its key properties:

In addition, the CodeSystem resource may list some or all of the concepts in the code system, along with their basic properties (code, display, definition), designations, and additional properties. Code System resources may also be used to define supplements, which extend an existing code system with additional designations and properties.

The CodeSystem resource is not intended to support the process of maintaining code systems. Instead, the focus is on publishing the properties and optionally the content of a code system for use throughout the FHIR eco-system, such as to support value set expansion and validation. Note that the important existing (large) code systems (SNOMED CT, LOINC, RxNorm, ICD family, etc.) all have their own maintenance systems and distribution formats, and CodeSystem is generally not an efficient way to distribute their content, though it is used as one way of declaring the filters and properties associated with those code systems.

Boundaries and Relationships

The CodeSystem resource declares the existence of a code system and its key properties including its preferred identifier. The NamingSystem resource identifies the existence of a code or identifier system, and its possible and preferred identifiers. The key difference between the resources is who creates and manages them - CodeSystem resources are managed by the owner or publisher of the code system, who can properly define the code system features and content. NamingSystem resources, on the other hand, are frequently defined by 3rd parties that encounter the code system in use, and need to describe the use, but do not have the authority to define the features and content. Additionally, there may be multiple authoritative NamingSystem resources for a code system, but ideally there would be only one authoritative CodeSystem resource (identified by its canonical URL) that is provided by the code system publisher, with multiple copies distributed on additional FHIR servers or elsewhere and used where needed.

Both Code System supplements and Concept Maps may be used to define relationships between concepts in different systems. ConceptMaps are assertions of the relationships between different concepts that are associated with particular contexts of use, while CodeSystem supplements are used to define inherent properties and semantics of the concepts in the code system

Background and Context

When using code systems and value sets, proper differentiation between a code system and a value set is important. This is one very common area where significant clinical safety risks occur in practice. Implementers should be familiar with the content in Using Codes in Resources.

CodeSystem Identification

A code system has three identifiers. The first two can be used to reference the code system in the FHIR context:

For example, for CodeSystems that are part of the FHIR specification, CodeSystem.url is the url where the CodeSystem may be accessed in the FHIR specification. However, while a new version of the FHIR specification is being prepared, new code systems that are published in CI build versions will not be found in the released FHIR specification version.

The third code system identifier is used typically for external references to the code system outside of FHIR:

For further information regarding resource identification, see Resource Identity.

This means that each code system has 2 different URIs that can be used to reference it - its canonical URL (the url element), and its local location from which it may be retrieved (which includes the id element). Most references to code systems use the canonical URL because it is stable and does not change from one FHIR server instance to another.

Alternatively, the identifier and version elements may be used to reference this code system in a design, a profile, a CDA template or HL7 v3 message (in the CD data type codeSystem and codeSystemVersion properties). These different contexts may make additional restrictions on the possible values of these elements. The identifier is generally not needed when using code systems in a FHIR context, where the canonical URL is always the focus.

Notes

Versioning Code Systems

Most code systems evolve over time, due to corrections, clarifications, and changes to approach or underlying knowledge or reality. If these changes lead to the meanings of existing codes changing significantly, then the interpretation of the code system becomes version dependent. This significantly complicates implementation based on the code system, to the point where it is not clear that safety can be assured, so changing the meaning of an existing code SHOULD be avoided whenever possible. It is preferable to assign a new identifier to a code system when any concepts in it have a significant change in meaning (for example, the German diagnostic classification code system ICD10GM2009 has a different system to ICD10GM2008), but this also can have substantial impact on implementation, so is often not practical - for instance, SNOMED CT has a complex version release framework, which may lead to variations in meaning of concepts, but there is only one identifier for SNOMED CT.

For this reason, a code system MAY provide a version which can be specified in CodeSystem.version. The version SHOULD be provided whenever there are potentially significant changes in meaning across multiple releases of a code system. There is no particular format requirement for the version, though HL7 recommends a date-based approach, or sem-ver.

When the CodeSystem.versionNeeded is 'true', then the CodeSystem.version value SHALL be used in Coding instances that refer to the code system.

Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use as the version string the date (expressed in FHIR date format) on which the version of the code system that is being used was officially published.

Multi-part Code Systems

The simple case for a code system is that the entire code system - all the concepts and their codes, designations and properties are distributed in a single CodeSystem resource. However, for a variety of reasons, code systems may be distributed by the code system authority in a set of fragments, and other authorities may issue additional designations and properties in supplements.

Code System Fragments

If the CodeSystem.content value is fragment, then the resource describes part of a code system.

Code Systems may be distributed in fragments for the following reasons:

The following rules apply to code system fragments:

Code System Supplements

If the CodeSystem.content value is supplement, then the resource describes a code system supplement. The following rules apply to code system supplements:

If a supplement needs to define new concepts/codes to use as property values, it can be paired with a new (possibly contained) Code System and use the Coding type for the property values.

Display, Definition and Designations

Concepts have both a display and a definition. The display is a short text that represents the meaning of the concept to human users, while the definition is a more formal statement of the meaning of the concept, which is often longer. All concepts SHOULD have a display and a definition, though it is not mandatory because there are many cases where no such properties are provided, in spite of their utility and importance for clear and safe communication.

In addition to the display and definition, a concept can have one or more designation elements. The display is equivalent to a special designation with an implied designation.use meaning "primary code/designation" and a language equal to the Resource Language. The designations can provide additional displays for other language, as well as designations for other purposes. When using concepts, applications use the display and designation unless the language or usage in context provides a reason to use one of the designations.

Concept Properties

Each code system can define one or more concept properties. Each concept defined by the code system may have one or more values for each concept property defined by the code system. Typical uses for properties include:

Properties are identified by their master URI (CodeSystem.property.uri), and then, by their code (CodeSystem.property.code), which is used both internally within the code system resource (CodeSystem.concept.property.code) and also externally, in the following places:

Properties are defined using the following elements:

NameDetailsDescription
codecodeUsed to identify the property, in the places shown in the list immediately above this table
urioptional uriReference to the formal meaning of the property. One possible source of meaning is the Concept Properties code system. This part of the definition is optional, but is recommended to provide an additional level of definitional consistency. See further comments below
descriptionoptional stringA description of the property- why it is defined, and how its value might be used
typecodeCoding

Properties do not have to have a uri the formally defines them, but they SHOULD have a uri, and this is particularly important when using properties across multiple code systems. The following guidelines apply:

Note that properties provide a common view of concept relationships that is common across all code systems. Some code systems define properties with more sophistication, such as groups of properties, or subsumption relationships between properties (e.g. SNOMED CT). Servers providing support for these code systems will need to know full details about the underlying relationships in order to provide the correct information about concepts and their properties, but this information does not surface in the resources or operations defined by the FHIR specification.

Defined Concept Properties

In order to assist with consistency between code systems, the following basic property URIs are defined in the Concept Properties code system:

Note: all the properties in the table below are prefixed by http://hl7.org/fhir/concept-properties# such that the url that identifies the status property is actually http://hl7.org/fhir/concept-properties#status. The prefix is omitted from the table to improve it's presentation.

table.fixedfirst td:first-child { white-space: nowrap; }

URL TailTypeDescription
...statusbtncodeA property that indicates the status of the concept. If the property is identified by this URL, then it SHALL use at least these status values (where appropriate):

| | ...inactivebtn | boolean | True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false | | ...effectiveDatebtn | date | The date at which the concept status was last changed | | ...deprecationDatebtn | date | Date Concept was deprecated | | ...retirementDatebtn | date | Date Concept was retired | | ...notSelectablebtn | boolean | This concept is a grouping concept and not intended to be used in the normal use of the code system (though may be used for filters etc.). This is also known as 'Abstract' | | ...parentbtn | code | An immediate parent of the concept in the hierarchy | | ...childbtn | code | An immediate child of the concept in the hierarchy | | ...partOfbtn | code | The concept identified in this property (by its code) contains this concept as a component | | ...synonymbtn | code | This property contains an alternative code that may be used to identify this concept instead of the primary code (deprecated: use alternateCode, and see the discussion below) | | ...alternateCodebtn | code | This property contains the code for another representation of this concept, with the same real-world meaning, in this code system | | ...commentbtn | string | A string that provides additional detail pertinent to the use or understanding of the concept | | ...itemWeightbtn | decimal | A numeric value that allows the comparison (less than, greater than) or other numerical manipulation of a concept (e.g. Adding up components of a score). Scores are usually a whole number, but occasionally decimals are encountered in scores | | ...orderbtn | decimal | A property that indicates the order of the concept amongst its siblings in the code system e.g. severity. The code system specific purpose of the ordering is defined elsewhere | | ...definitionbtn | string | The definition of the concept. This corresponds to CodeSystem.concept.definition and is not used in the definition of CodeSystems but is used when clients request the definition property be included in an expansion | | ...lastVersionActivebtn | string | If the code is not active (properties inActive or based on status), then this property conveys in what code system version it was last an active code | | ...replacedBy[X] | string | These two properties identify a concept that is considered to replace the use of this concept. These properties are generally only used on deprecated, withdrawn or inactive concepts.
Variant #1: ...replacedByCodebtn: Identifies another concept in the same code system
Variant #2: ...replacedByCodingbtn: Identifies another concept in a different code system

Use cases:

|

Code System representations SHOULD use these properties where possible and these codes for these properties. Code System representations SHOULD regard the codes for these properties (e.g. status, inactive, notSelectable, etc.) as reserved values in CodeSystem.property.code values and that when used they SHOULD refer to the properties defined in the concept properties code system.

In the absence of CodeSystem.property data elements being provided, when properties with these code values are added to a concept (in CodeSystem.concept.property.code) the intended property SHOULD be assumed to refer to the defined concept properties in the http://hl7.org/fhir/concept-properties code system.

The parent and child properties are used when performing concept lookup (using the $lookup operation), and when using properties to indicate parent/child relationships (see below).

Concept Status

Many Code Systems have a 'status' associated with the concept. This may categorize the concept as:

There is wide variation in the life cycles supported by the different code systems and the words they use to describe the various status values they use, and some code systems have additional status values. HL7 uses Active, Deprecated and Retired. These ideas overlap with setting the concept to 'inactive'. In addition, concepts have dates associated with their retirement or deprecation and some code systems imply the status by providing dates.

In addition to these status codes, concepts may also be labeled 'notSelectable' (aka 'Abstract'), which means "not to be used in some circumstances", though the exact circumstances need to be clarified somewhere. This is sometimes also considered a status, though it's usually dependent on the context of use (e.g. set in a ValueSet).

The status value overlaps with other properties, in particular, the inactive property. In general, the following rules apply:

The status also relates to properties such as deprecation and retirement date. The status of the concept SHOULD always be consistent with these other properties.

Synonyms and Alternate Codes

Many code systems define multiple codes for the same real world concept. Some code systems do this as a matter of policy (e.g. case-sensitive vs case insensitive) while others arise over time as the editorial process unfolds. Some established code systems treat these as synonym codes for the same concept, while others treat them as synonym concepts - duplicated concepts with the same real world meaning, though the definition sometimes differ. Another reason for duplicated concepts is to deal with implied poly-heirarchical concepts in systems that do not support formal poly-heirarchies.

Whatever the reason, in FHIR code systems, all kinds of synonyms are represented the same way: as duplicate concepts with a declared relationship between them. The relationship is declared using the 'alternateCode' property, which identities another concept with the same real-world meaning that the code system defines.

In most cases (but not necessarily all), the concepts related with the alternateCode property will have the same:

The alternateCode property allows CodeSystem resource instances to represent multiple codes for a concept defined in a code system. The correct way to use the alternateCode property for an instance of CodeSystem.concept (A):

Note to Balloters: This section is newly introduced in R6 after extensive consideration in committee, and comments are sought.

Concept Hierarchy

Code systems may be presented hierarchically using either nested concept elements or properties. When exclusively using nested concept elements the code system hierarchy is a single tree, and concepts have only one parent. When using properties, polyhierarchies are allowed (e.g. concepts may have more than one parent).

If a code system hierarchy is represented using properties (typically, concepts that are subsumed by more than one other concept), nested concepts SHOULD NOT be used to represent any parts of the hierarchy structure in the Code System resource; the relationships between concepts should be defined using properties.

Operations based on the codeSystem resource SHALL have the same result whether or not the relationships are represented explicitly as properties or implicitly using the CodeSystem resource hierarchy.

Subsumption Testing

The words 'subsume', 'subsumes', 'subsumed' and 'subsumption' are defined in relation to the type of hierarchy (i.e. the value of CodeSystem.hierarchyMeaning) identified for the code system that is being represented by the CodeSystem resource. Concept A is considered to be subsumed by Concept B if it comes under Concept B in the hierarchy, or if a parent/child relationship is declared in the properties, and the hierarchyMeaning is "is-a").

Where a CodeSystem does not declare its hierarchy meaning directly, then the code system documentation must be consulted manually to determine how subsumption is determined. If there is no definition, none of the subsumption based features can be used with the code system.

Subsumption based logic arises explicitly or implicitly in the following places in the FHIR specification:

Filters

The following filters are defined for all code systems:

Property NameOperationValueDefinitionNotes
coderegex[string]Matches any concept with the code matching the supplied stringThe regex flavor is determined by the server
[property]=[string]Includes all codes that have a property value equal to the specified string, where [property] is the code for any defined property. Where the type of the property is on of integer, dateTime or decimal, the FHIR search prefixes and semantics apply (see below)
[property]in[string,string...]Includes all codes that have a property value equal to one of the specified strings, where [property] is the code for any defined propertyThe values cannot include ",", since it is being used as a delimiter
[property]regex[string]Includes all codes that have a property value matching the specified regex
[property]existstrue or falseWhen value is "true", includes all codes that have the specified property. When value is "false", includes all codes that lack the specified property
designation=[string]Matches any concept with a designation equal to the supplied stringDesignations considered include the concept.display, which counts as a designation
designationregex[string]Matches any concept with a designation matching the supplied stringDesignations considered include the concept.display, which counts as a designation

The following filters are defined for all code systems that support "is-a" relationships between concepts. (The filters can be used regardless of whether the "is-a" relationships are conveyed as concept properties or as concept nesting):

Property NameOperationValueDefinitionNotes
conceptis-a[string] concept codeIncludes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, including the provided concept itself (include descendant codes and self).
conceptdescendent-of[string] concept codeIncludes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, excluding the provided concept itself (i.e. include descendant codes only).
conceptinnot-in[string] a comma separated list of codes, or a value set uriConcepts in the list, or concepts in the value set expansion.
conceptis-not-a[string] concept codeThe specified property of the code does not have an is-a relationship with the provided value.
conceptgeneralizes[string] concept codeIncludes all concept ids that have a transitive is-a relationship from the concept Id provided as the value, including the provided concept itself (i.e. include ancestor codes and self).
conceptchild-of[string] concept codeOnly concepts with a direct hierarchical relationship to the index code and no other concepts. This does not include the index code in the output.
conceptdescendent-leaf[string] concept codeIncludes concept ids that have a transitive is-a relationship with the concept Id provided as the value, but which do not have any concept ids with transitive is-a relationships with themselves.

FHIR Search Semantics

If the = filter is used with a property that is defined on the CodeSystem, and if the property has a type of integer, dateTime or decimal, then the FHIR search rules apply. This means that the following prefixes may be used in the value of the filter:

The semantics of prefixes are as explained on the search page with regard to precision and range considerations, particularly on dates and decimals. Note that eq is not redundant - in it's absence, the semantics are for a direct string match, not a smart match as defined by the search semantics.

Some Examples:

{ "property": "retiredDate", "operator": "=", "value": "lt2021-01-01" }

Any code that was retired before 2021. Regarding precision:

{ "property": "retiredDate", "operator": "=", "value": "eq2022" }

would match a concept with a retiredDate of 2022-09-12. However:

{ "property": "retiredDate", "operator": "=", "value": "2022" }

would not match a concept with a retiredDate of 2022-09-12.

Implicit Code Systems

Some other parts of the FHIR infrastructure define set of concepts that may also be treated as code systems. This is most useful when mapping between systems using Concept Maps, but might also be useful for other code system related functionality (e.g. subsetting using Value Sets). The table below summarizes how to treat these items as a code system:

StructureDefinitionURL (CodeSystem.url)[StructureDefinition.url](structuredefinition-definitions#StructureDefinition.url)
Concept (CodeSystem.concept)Each [StructureDefinition.snapshot.element](structuredefinition-definitions#StructureDefinition.snapshot.element) element corresponds to a code system concept.
Code (CodeSystem.concept.code)[StructureDefinition.snapshot.element.id](types-definitions#Element.id)
Display (CodeSystem.concept.display)[StructureDefinition.snapshot.element.label](elementdefinition-definitions#ElementDefinition.label) if one exists, otherwise [StructureDefinition.snapshot.element.short](elementdefinition-definitions#ElementDefinition.short)
Definition (CodeSystem.concept.definition)[StructureDefinition.snapshot.element.definition](elementdefinition-definitions#ElementDefinition.definition)
QuestionnaireURL (CodeSystem.url)[Questionnaire.url](questionnaire-definitions#Questionnaire.url)
Concept (CodeSystem.concept)Each [Questionnaire.item](questionnaire-definitions#Questionnaire.item) element corresponds to a code system concept.
Code (CodeSystem.concept.code)[Questionnaire.item.linkId](questionnaire-definitions#Questionnaire.item.linkId). Note: Questionnaire.item elements without a linkId cannot be addressed.
Display (CodeSystem.concept.display)[Questionnaire.item.text](questionnaire-definitions#Questionnaire.item.text)
Definition (CodeSystem.concept.definition)Questionnaire-based implicit code system concepts do not have a definition.
RequirementsURL (CodeSystem.url)[Requirements.url](requirements-definitions#Requirements.url)
Concept (CodeSystem.concept)Each [Requirements.statement](requirements-definitions#Requirements.statement) element corresponds to a code system concept.
Code (CodeSystem.concept.code)[Requirements.statement.key](requirements-definitions#Requirements.statement.key)
Display (CodeSystem.concept.display)[Requirements.statement.label](requirements-definitions#Requirements.statement.label) if one exists, otherwise [Requirements.statement.key](requirements-definitions#Requirements.statement.key).
Definition (CodeSystem.concept.definition)[Requirements.statement.requirement](requirements-definitions#Requirements.statement.requirement)
MeasureURL (CodeSystem.url)[Measure.url](measure-definitions#Measure.url)
Concept (CodeSystem.concept)Each Measure element with a linkId element corresponds to a code system concept. Specifically,

| | Code (CodeSystem.concept.code) |

| | Display (CodeSystem.concept.display) |

| | Definition (CodeSystem.concept.definition) |

|

The above resource instances continue to use their url value as they normally would. However, whenever that URL appears as a value in the following fixed number of elements or parameters it SHALL be interpreted to be the implicit code system:

Note to Balloters:

  • The list may be expanded in future, but these are cases already in use by the implementer community.
  • Code system properties are not defined at this time, but ballot feedback on this is welcome.

StructureDefinition

Elements (Simplified)

Mappings

Implementation Guide

implementationguide-CodeSystem-core.xml

<?xml version="1.0" encoding="UTF-8"?>

<ImplementationGuide xmlns="http://hl7.org/fhir">
  <id value="CodeSystem-core"/>
  <version value="0.01"/>
  <name value="CodeSystemCore"/>
  <title value="CodeSystem Core"/>
  <status value="draft"/>
  <date value="1970-01-01T10:00:00+10:00"/>
  <publisher value="HL7"/>
  <description value="Core profiles and extensions defined for the CodeSystem resource"/>
  <definition>
  </definition>
</ImplementationGuide>

Operations

Full Operations

Resource Packs

list-CodeSystem-packs.xml

<?xml version="1.0" encoding="UTF-8"?>

<List xmlns="http://hl7.org/fhir">
  <id value="CodeSystem-packs"/>
  <status value="current"/>
  <mode value="working"/>
  <entry>
    <item>
      <reference value="ImplementationGuide/CodeSystem-core"/>
    </item>
  </entry>
</List>

Search Parameters

Full Search Parameters

Examples

Full Examples

Mapping Exceptions

codesystem-fivews-mapping-exceptions.xml

Unmapped Elements