@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/core/ValueSet/simple-language> 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\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet simple-language</b></p><a name=\"simple-language\"> </a><a name=\"hcsimple-language\"> </a><a name=\"simple-language-en-US\"> </a><ul><li>Include codes from<a href=\"http://terminology.hl7.org/6.1.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:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "cgp" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       fhir:v "3"^^xsd:integer ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           fhir:v "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core>
         ]
       ] )
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           fhir:v "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/core/ValueSet/simple-language"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.2.48.4" ]
  ] ) ; # 
  fhir:version [ fhir:v "8.0.0-ballot"] ; # 
  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" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

