US Core Implementation Guide
5.0.0 - STU5 Release US

This page is part of the US Core (v5.0.0: STU5) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

Terminology

This page lists all the ValueSets, CodeSystems, and ConceptMaps defined as part of the US Core implementation Guide. For more information on using codes in US Core, see the FHIR Terminology section in the FHIR specification and the Coded Elements section in this guide.

Value Sets

These value sets have been defined for this implementation guide.

Code Systems

See the FHIR terminology section for a complete discussion on code systems and a list of codes system names used in FHIR. Most code systems used in this guide are defined in the base FHIR specification. The following code systems are unique to this guide and not listed in the base FHIR specification. If a URI is listed here, it SHALL be used in the US Core profiles to identify the code system in preference to any other code system URI.

Code systems published in this IG - Includes US Core defined code systems and externally defined code systems


Externally Published code systems

URI Source Comment OID (for non-FHIR systems)
http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets CMS Healthcare Common Procedure Coding System (HCPCS) level II alphanumeric codes 2.16.840.1.113883.6.285
http://www.cms.gov/Medicare/Coding/ICD10 CMS International Classification of Diseases, 10th Revision, Procedure Coding System (ICD-10-PCS) - See ICD-10 PCS Codes for online access to codes for general information purposes. 2.16.840.1.113883.6.4
http://www.ada.org/cdt ADA Code on Dental Procedures and Nomenclature 2.16.840.1.113883.6.13
https://www.usps.com USPS United States Postal Service Two–Letter State and Possession Abbreviations 2.16.840.1.113883.6.92

Using Value Set Authority Center (VSAC)

This guide links terminology directly to the FHIR® Terminology Service for VSAC Resources (Value Set Authority Center (VSAC) - NIH) where applicable using a RESTful API service for accessing the VSAC value sets and supported code systems.

  • It is a requirement of VSAC to log in using your own UMLS API Key to view the value sets. VSAC UMLS Licensing information. (See the screen shots below)
  • The value sets in VSAC are specified using a VSAC value set OID.
  • To view the value set expansion in the VSAC user interface, use:

    GET https://vsac.nlm.nih.gov/ValueSet/[VSAC OID]/expansion

    An example of this is shown in the screenshots below.

  • To fetch the FHIR ValueSet resource (in other words, the value set definition) use:

    GET https://cts.nlm.nih.gov/fhir/ValueSet/[VSAC OID]

  • To fetch the FHIR ValueSet resource expansion use the FHIR $expand operation:

    GET https://cts.nlm.nih.gov/fhir/ValueSet/[VSAC OID]/$expand

For more information refer to the FHIR Terminology Service for VSAC Resources

For example, the US Core Smoking Status Observation Profile valueCodeableConcept element has a preferred binding to the Smoking Status value set. To access it in VSAC, click on the link to https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.11.20.9.38/expansion:

Figure 1: VSAC link
vsac-1.png

The reader is redirected to the VSAC login page to enter an API Key (only one login is required per session):

Figure 2: VSAC API-Key Login
vsac-2.png

After successfully entered the API Key the value set can be inspected, downloaded, etc. using the VSAC User interface as shown in the figure below. This FHIR ValueSet resource can also be fetched using the url https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.38, and the FHIR ValueSet expansion using the url https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.38/$expand.

Figure 3: VSAC Smoking Status ValueSet
vsac-3.png