--- type: "doc" source: "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 Group | [Standards Status](versions#std-process):[Informative](versions#std-process) | | --- | --- | 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](http://terminology.hl7.org) 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](downloads) (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){ } } });