US Core Implementation Guide
3.2.0 - ballot

This page is part of the US Core (v3.2.0: STU4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 6.1.0. For a full list of available versions, see the Directory of published versions. Page versions: STU6.1 STU6 STU5 STU4 STU3 STU2 STU1

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

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="https://terminology.hl7.org/1.0.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>
  <url value="http://hl7.org/fhir/us/core/ValueSet/simple-language"/>
  <version value="3.2.0"/>
  <name value="LanguageCodesWithLanguageAndOptionallyARegionModifier"/>
  <title value="Language codes with language and optionally a region modifier"/>
  <status value="active"/>
  <date value="2019-05-21"/>
  <publisher value="HL7 International - US Realm Steering Committee"/>
  <contact>
    <name value="HL7 International - US Realm Steering Committee"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/usrealm/index.cfm"/>
    </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="Used by permission of HL7 International, all rights reserved Creative Commons License"/>
  <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>