--- type: "doc" source: "source/terminology-module.html" --- \[%settitle Terminology Module%\] \[%file newheader%\] \[%file newnavbar%\] | Responsible Owner: Work Group [\[%wgt vocab%\]]([%wg vocab%]) | [Standards Status](versions#std-process):[Informative](versions#std-process) | | --- | --- | ## Terminology Module ### Introduction The Terminology Module provides an overview and guide to the FHIR resources, operations, coded datatypes and externally-defined standard and FHIR-defined terminologies that are used for representing and communicating coded, structured data in the FHIR core specification and profiles. Collectively, these capabilities are used to provide the terminology service functionality required for supporting the use of coded data in FHIR resources throughout the specification as described in the other modules. The primary terminology-related structures and their relationships are shown below: | ![Image showing the terminology resources and relationships](terminology-module-relationships.png) | | --- | **Example: Condition profile with Condition.code slice bound to "SNOMED CT fracture codes" value set** \[Note: The ElementDefinition type (shown with a dotted box) is described elsewhere in the specification in the [Foundation](foundation-module) and [Conformance](conformance-module) modules.\] ### Index The Terminology Module covers the following: **Resources** | - [CodeSystem](codesystem "[%resdesc CodeSystem%]") - [ValueSet](valueset "[%resdesc ValueSet%]") | - [ConceptMap](conceptmap "[%resdesc ConceptMap%]") - [NamingSystem](namingsystem "[%resdesc NamingSystem%]") | - [TerminologyCapabilities](terminologycapabilities "[%resdesc TerminologyCapabilities%]") | | --- | --- | --- | **Terminology Service** | - [Terminology Service Documentation](terminology-service) | | --- | **Operations** | - **CodeSystem** - [$lookup](codesystem-operation-lookup) - [$validate-code](codesystem-operation-validate-code) - [$subsumes](codesystem-operation-subsumes) | - **ValueSet** - [$expand](valueset-operation-expand) - [$validate-code](valueset-operation-validate-code) | - **ConceptMap** - [$translate](conceptmap-operation-translate) | | --- | --- | --- | **Coded Datatypes** | - [code](datatypes#code) | - [Coding](datatypes#Coding) | - [CodeableConcept](datatypes#CodeableConcept) | | --- | --- | --- | **Documentation** | - [Using Codes in Resources](terminologies) - [Code Systems Defined/Referenced in FHIR](terminologies-systems) - [Value Sets Defined in FHIR](terminologies-valuesets) | - [Mappings (FHIR-defined) Between Related Value Set Concepts](terminologies-conceptmaps) - [Known Identifier Systems](identifier-registry) | | --- | --- | ### Security and Privacy For security considerations for terminology services, see the [Terminology Service page Security section](terminology-service#4.6.1). For more general considerations, see the [Security and Privacy module](secpriv-module). ### Common Use Cases - Create or reference a code system - Create or reference a value set - Record data using pre-coordinated codes - Record data using post-coordinated expressions - Record data using multiple local or standard code systems (translations) - Expand a value set - Validate a code - Look up a display term for a code - Translate a code from one value set to another - Test subsumption between concepts - Map data between different terminologies - Declare the capabilities of a terminology service ### Development Roadmap The following terminology resources have been tested and are being used in production tooling and now are normative or are expected soon to progress to normative. - [ValueSet](valueset "A value set specifies a set of codes drawn from one or more code systems.")\[%fmmshort ValueSet%\] - [CodeSystem](codesystem "The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.")\[%fmmshort CodeSystem%\] - [ConceptMap](conceptmap "A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.")\[%fmmshort ConceptMap%\] Other terminology resources are still in earlier stages of development. We intend to continue to develop and test these resources and advance them through the [Maturity Levels](versions#maturity) at Connectathons and elsewhere. - [NamingSystem](namingsystem "A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding datatypes.")\[%fmmshort NamingSystem%\] - [TerminologyCapabilities](terminologycapabilities "Resource to document a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.")\[%fmmshort TerminologyCapabilities%\] \[%file newfooter%\]