0.2 - ci-build
SHINNYIG - Local Development build (v0.2). See the Directory of published versions
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://shinny.org/ValueSet/simple-language"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.2"] ; # fhir:name [ fhir:v "LanguageCodesWithLanguageAndOptionallyARegionModifier"] ; # fhir:title [ fhir:v "Language codes with language and optionally a region modifier"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2019-05-21"^^xsd:date] ; # fhir:publisher [ fhir:v "Example Publisher"] ; # fhir:contact ( [ fhir:name [ fhir:v "Example Publisher" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://shinny.org/publisher" ] ] ) ] ) ; # 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" ] ] ) ] ) ] . #