FHIR Application Feature Framework Implementation Guide, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/capstmt/ and changes regularly. See the Directory of published versions
: Favorite Color Example VS - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "favorite-color-vs"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet favorite-color-vs</b></p><a name=\"favorite-color-vs\"> </a><a name=\"hcfavorite-color-vs\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablevalueset.html\">Shareable ValueSet</a></p></div><ul><li>Include all codes defined in <a href=\"CodeSystem-favorit-color-cs.html\"><code>http://hl7.org/fhir/uv/application-feature/CodeSystem/favorit-color-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.0.0</span></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "fhir" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature> ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature> ] ] ) ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/application-feature/ValueSet/favorite-color-vs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/application-feature/ValueSet/favorite-color-vs>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "FavoriteColorVS"] ; #
fhir:title [ fhir:v "Favorite Color Example VS"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-10-24"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "ValueSet for FavoriteColor Feature Example"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/application-feature/CodeSystem/favorit-color-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/application-feature/CodeSystem/favorit-color-cs> ] ] )
] . #