View raw Markdown
type: docsource: source/terminologies-valuesets.html

[%settitle Value Sets Defined in FHIR%] [%file newheader%] [%file newnavbar%] <%txheader valuesets%>

Value Sets Defined in FHIR

Responsible Owner: [[%wgt vocab%]]([%wg vocab%]) Work GroupStandards Status:Informative

This table contains a list of all the value sets defined as part of the core FHIR specification. Some of these value sets include codes defined elsewhere, some contain codes defined as part of FHIR, and some do both. Value sets that are defined in implementation guides or the HL7 Terminology outside this core specification are NOT listed in this table. Additional value sets may be found in FHIR implementation guides in the FHIR registry (https://registry.fhir.org)

Note that these value sets are available as FHIR resources - see the Downloads Page (as part of the FHIR definitions)

<%valuesetslist%> [%file newfooter%] try { var currentTabIndex = sessionStorage.getItem('fhir-valueset-tab-index'); } catch(exception){ } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); document.activeElement.blur(); try { sessionStorage.setItem('fhir-valueset-tab-index', currentTabIndex); } catch(exception){ } } });