FHIR Application Feature Framework Implementation Guide
1.0.0 - STU 1 International flag

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

: FeatureSupportInputParametersExample - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="FeatureSupportInputParametersExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryInputParameters"/>
  </meta>
  <parameter>
    <name value="feature"/>
    <part>
      <name value="definition"/>
      <valueCanonical
                      value="http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FeatureSupport"/>
    </part>
    <part>
      <name value="value"/>
      <valueCode value="1.0.0"/>
    </part>
  </parameter>
</Parameters>