US Core Implementation Guide
7.0.0 - CI Build United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Language codes with language and optionally a region modifier - XML Representation

Page standards status: Trial-use Maturity Level: 3

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="simple-language"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include codes from <a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ietf3066.html"><code>urn:ietf:bcp:47</code></a> where ext-lang doesn't exist, script doesn't exist, variant doesn't exist, extension doesn't exist and private-use doesn't exist</li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cgp"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org/fhir/us/core/ValueSet/simple-language"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.48.5"/>
  </identifier>
  <version value="7.0.0"/>
  <name value="LanguageCodesWithLanguageAndOptionallyARegionModifier"/>
  <title
         value="Language codes with language and optionally a region modifier"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2022-09-29"/>
  <publisher value="HL7 International / Cross-Group Projects"/>
  <contact>
    <name value="HL7 International / Cross-Group Projects"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cgp"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="cgp@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="This value set includes codes from [BCP-47](http://tools.ietf.org/html/bcp47). This value set matches the ONC 2015 Edition LanguageCommunication data element value set within C-CDA to use a 2 character language code if one exists,   and a 3 character code if a 2 character code does not exist. It points back to [RFC 5646](https://tools.ietf.org/html/rfc5646), however only the language codes are required, all other elements are optional."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <copyright
             value="ISO Maintains the copyright on the country codes and controls it's use carefully. For further details, see the [ISO 3166 Home Page](http://www.iso.org/iso/country_codes.htm)"/>
  <compose>
    <include>
      <system value="urn:ietf:bcp:47"/>
      <filter>
        <property value="ext-lang"/>
        <op value="exists"/>
        <value value="false"/>
      </filter>
      <filter>
        <property value="script"/>
        <op value="exists"/>
        <value value="false"/>
      </filter>
      <filter>
        <property value="variant"/>
        <op value="exists"/>
        <value value="false"/>
      </filter>
      <filter>
        <property value="extension"/>
        <op value="exists"/>
        <value value="false"/>
      </filter>
      <filter>
        <property value="private-use"/>
        <op value="exists"/>
        <value value="false"/>
      </filter>
    </include>
  </compose>
</ValueSet>