FHIR Application Feature Framework Implementation Guide
1.0.0-ballot - STU1 Ballot International flag

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-ballot 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

: FeatureSupport - TTL Representation

Page standards status: Informative

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:FeatureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FeatureSupport"] ; # 
  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: FeatureDefinition FeatureSupport</b></p><a name=\"FeatureSupport\"> </a><a name=\"hcFeatureSupport\"> </a><a name=\"FeatureSupport-en-US\"> </a><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FeatureSupport\">http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FeatureSupport</a></p><p><b>name</b>: ApplicationFeatureSupport</p><p><b>status</b>: Active</p><p><b>description</b>: </p><div><p>This feature is used to report conformance/support of a particular version of the Feature Framework. The value is a code which is the most recent version of the framework supported</p>\n</div><p><b>valueType</b>: code</p><p><b>context</b>: <a href=\"http://hl7.org/fhir/R5/capabilitystatement.html\">CapabilityStatement</a></p></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FeatureSupport"^^xsd:anyURI] ; # 
  fhir:name [ fhir:v "ApplicationFeatureSupport"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:description [ fhir:v "This feature is used to report conformance/support of a particular version of the Feature Framework. The value is a code which is the most recent version of the framework supported"] ; # 
  fhir:valueType [ fhir:v "code"] ; # 
  fhir:context ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/CapabilityStatement#CapabilityStatement"^^xsd:anyURI] ) . #