US Core Implementation Guide
6.1.0 - STU6 United States of America flag

This page is part of the US Core (v6.1.0: STU6 Update) based on FHIR R4. This is the current published version. 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 - TTL Representation

Active as of 2022-09-29

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "simple-language"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://terminology.hl7.org/5.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>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/core/ValueSet/simple-language"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.1.0"] ; # 
  fhir:name [ fhir:v "LanguageCodesWithLanguageAndOptionallyARegionModifier"] ; # 
  fhir:title [ fhir:v "Language codes with language and optionally a region modifier"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-09-29"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Cross-Group Projects"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Cross-Group Projects" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cgp@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "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)"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "ext-lang" ] ;
fhir:op [ fhir:v "exists" ] ;
fhir:value [ fhir:v "false" ]       ] [
fhir:property [ fhir:v "script" ] ;
fhir:op [ fhir:v "exists" ] ;
fhir:value [ fhir:v "false" ]       ] [
fhir:property [ fhir:v "variant" ] ;
fhir:op [ fhir:v "exists" ] ;
fhir:value [ fhir:v "false" ]       ] [
fhir:property [ fhir:v "extension" ] ;
fhir:op [ fhir:v "exists" ] ;
fhir:value [ fhir:v "false" ]       ] [
fhir:property [ fhir:v "private-use" ] ;
fhir:op [ fhir:v "exists" ] ;
fhir:value [ fhir:v "false" ]       ] )     ] )
  ] . #