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

Publication Build: This will be filled in by the publication tooling

: FeatureQueryOutputParametersExample - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="FeatureQueryOutputParametersExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryOutputParameters"/>
  </meta>
  <parameter>
    <name value="feature"/>
    <part>
      <name value="name"/>
      <valueUri value="versioning"/>
    </part>
    <part>
      <name value="value"/>
      <valueUri value="versioned"/>
    </part>
    <part>
      <name value="answer"/>
      <valueBoolean value="true"/>
    </part>
    <part>
      <name value="processing-status"/>
      <valueCode value="all-ok"/>
    </part>
  </parameter>
</Parameters>