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

[%settitle Defined Systems%] [%file newheader%] [%file newnavbar%] <%txheader systems%>

Code Systems

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

The following names (URIs) may be used in the system element of the Coding datatype. For URIs specified here for code systems defined as part of FHIR, they SHALL be used in preference to any other identifying mechanisms. If a code system is not listed here, the correct URI may be determined by working through the following list, in order:

Important Notes:

Note that the HL7 code systems are available as FHIR resources - see the Downloads Page (as part of the FHIR definitions).

Don't see what you're looking for here? See Registering Code Systems for further advice.

External Code systems

URISourceUse with HL7 StandardsOID (for non-FHIR systems)
http://snomed.info/sctSNOMED CT (SNOMED International)Using SNOMED CT with HL7 Standards <br/> See also the SNOMED CT Usage Summary which summarizes the use of SNOMED CT in the base FHIR Specification.2.16.840.1.113883.6.96
http://www.nlm.nih.gov/research/umls/rxnormRxNorm (US NLM)Using RxNorm with HL7 Standards2.16.840.1.113883.6.88
http://loinc.orgLOINC (LOINC.org)Using LOINC with HL7 Standards2.16.840.1.113883.6.1
https://fhir.infoway-inforoute.ca/CodeSystem/pCLOCDpCLOCD (pCLOCD)Using pCLOCD with HL7 Standards2.16.840.1.113883.2.20.5.1
http://unitsofmeasure.orgUCUM: (UnitsOfMeasure.org) Case Sensitive CodesUsing UCUM with HL7 Standards2.16.840.1.113883.6.8
http://www.ama-assn.org/go/cptAMA CPT codesUsing CPT with HL7 Standards2.16.840.1.113883.6.12
http://va.gov/terminology/medrtMED-RT (Medication Reference Terminology)Using MED-RT with HL7 Standards2.16.840.1.113883.6.345
http://fdasis.nlm.nih.govUnique Ingredient Identifier (UNII)Using UNII with HL7 Standards2.16.840.1.113883.4.9
http://hl7.org/fhir/sid/ndcNDC/NHRIC CodesUsing NDC with HL7 Standards2.16.840.1.113883.6.69
http://hl7.org/fhir/sid/cvxCVX (Vaccine Administered)Using CVX with HL7 Standards2.16.840.1.113883.12.292
urn:iso:std:iso:3166
urn:iso:std:iso:3166:-2
urn:iso:std:iso:3166:-3ISO Country & Regional CodesUsing ISO 3166 Codes with HL7 Standardsn/a
http://hl7.org/fhir/sid/icd-9-cm and http://hl7.org/fhir/sid/icd-10WHO & National VariantsUsing ICD-[x] with HL7 StandardsSee Using ICD-[x] with HL7 Standards page for details
urn:iso:std:iso:11073:10101Medical Device Codes (ISO/IEEE 11073-10101:2020)Using MDC Codes with HL7 Standards2.16.840.1.113883.6.24

This is a subset of a much larger list of known code systems, and only details code systems for which FHIR specific usage documentation is provided. For other code systems, see terminology.hl7.org.

Internal Code systems

These code systems are tightly bound to the resource definitions, and a defined by and considered part of FHIR itself.

<%internalsystemlist%>

URI (all prefixed with http://hl7.org/fhir/)TitleDescription

[%file newfooter%] try { var currentTabIndex = sessionStorage.getItem('fhir-codesystem-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-codesystem-tab-index', currentTabIndex); } catch(exception){ } } });