HL7 FHIR® US Core Implementation Guide STU 3

This page is part of the US Core (v3.0.0: STU3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-simple-language

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "simple-language",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Language codes with language and optionally a region modifier</h2><div><p>This value set includes codes from <a href=\"http://tools.ietf.org/html/bcp47\">BCP-47</a>. 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 <a href=\"https://tools.ietf.org/html/rfc5646\">RFC 5646</a>, however only the language codes are required, all other elements are optional.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <code>urn:ietf:bcp:47</code> where ext-lang  exists  false and <code>urn:ietf:bcp:47</code> where script  exists  false and <code>urn:ietf:bcp:47</code> where variant  exists  false and <code>urn:ietf:bcp:47</code> where extension  exists  false and <code>urn:ietf:bcp:47</code> where private-use  exists  false</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/simple-language",
  "version" : "3.0.0",
  "name" : "LanguageCodesWithLanguageAndOptionallyARegionModifier",
  "title" : "Language codes with language and optionally a region modifier",
  "status" : "active",
  "date" : "2019-05-21T00:00:00-04:00",
  "publisher" : "HL7 US Realm Steering Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "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" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:ietf:bcp:47",
        "filter" : [
          {
            "property" : "ext-lang",
            "op" : "exists",
            "value" : "false"
          },
          {
            "property" : "script",
            "op" : "exists",
            "value" : "false"
          },
          {
            "property" : "variant",
            "op" : "exists",
            "value" : "false"
          },
          {
            "property" : "extension",
            "op" : "exists",
            "value" : "false"
          },
          {
            "property" : "private-use",
            "op" : "exists",
            "value" : "false"
          }
        ]
      }
    ]
  }
}