This page is part of the US Core (v2.0.0: STU2) based on FHIR R3. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Download Raw ttl
@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:Resource.id [ fhir:value "simple-language"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/core/ValueSet/simple-language"]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "Language codes with language and optionally a region modifier"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2017-02-28T00:00:00+11:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "HL7 US Realm Steering Committee"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:ValueSet.description [ fhir: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."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:ValueSet.compose.include.filter [ fhir:index 0; fhir:ValueSet.compose.include.filter.property [ fhir:value "ext-lang" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "exists" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "false" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.filter.property [ fhir:value "script" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "exists" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "false" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.filter.property [ fhir:value "variant" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "exists" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "false" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.filter.property [ fhir:value "extension" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "exists" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "false" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.filter.property [ fhir:value "private-use" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "exists" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "false" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.