This page is part of the FHIR Application Feature Framework Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureDefinition",
"id" : "FeatureSupport",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">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</div>"
},
"url" : "http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FeatureSupport",
"name" : "ApplicationFeatureSupport",
"status" : "active",
"description" : "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",
"valueType" : "code",
"contextDefinition" : "Context consists of URLs that take the form or Canonica(StructureDefinition)#{element-id},\n where The structure definition is a reference to a FHIR resource - usually CapabilityStatement of TerminologyCapabilities, \n and the element-id is a defined element within one of the resources. ",
"contextExpressionLanguage" : "text/url",
"context" : [
"http://hl7.org/fhir/StructureDefinition/CapabilityStatement#CapabilityStatement"
]
}