FHIR Application Feature Framework Implementation Guide
1.0.0 - 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 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

Binary: FeatureSupport

{
  "resourceType" : "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureDefinition",
  "id" : "FeatureSupport",
  "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"
  ]
}