Skip to main content

Overview

This is an overview of IGUHealth Terminology module support. For a descriptive definition of the terminology module with FHIR click here. In short, terminologies are a defined set (ValueSet, CodeSystem) of fixed string values (codes). The terminology module defines ways for looking up, validating, pulling in additional information, and translating between terminology sets (see here).

Supported Resources

NameSupported
CodeSystemyes
ValueSetyes
ConceptMapyes

Supported Operations

This is a list of supported operations we support in the terminology module. To use any of these operations, issue an HTTP post at $code with the parameters resource.

ValueSet

OperationSupportedUrlDescription
$expandYeshttps://hl7.org/fhir/r4/valueset-operation-expand.htmlGenerates an expansion on a valueset based on parameter inputs. See here
$validate-codeYeshttps://hl7.org/fhir/r4/valueset-operation-validate-code.htmlValidates that a code is within the set of codes of a ValueSet.

CodeSystem

OperationSupportedUrlDescription
$lookupyeshttps://hl7.org/fhir/r4/codesystem-operation-lookup.htmlRetrieve additional details about a concept.
$validate-codenohttps://hl7.org/fhir/r4/codesystem-operation-validate-code.htmlValidate code is in a codeystem.
$subsumesnohttps://hl7.org/fhir/r4/codesystem-operation-subsumes.htmlCheck subsumption relationship between two codes.
$find-matchesnohttps://hl7.org/fhir/r4/codesystem-operation-find-matches.htmlGiven list of properties return matching codes that fit criteria.

ConceptMap

OperationSupportedUrlDescription
$translatenohttps://hl7.org/fhir/r4/conceptmap-operation-translate.htmlTranslates a code from one valueset to another.
$closurenohttps://hl7.org/fhir/r4/conceptmap-operation-closure.htmlSupport for maintanence of transitive closure table.