Da Vinci - Documentation Templates and Rules
2.2.0-ballot - STU 2.2 - Ballot United States of America flag

This page is part of the Documentation Templates and Rules (v2.2.0-ballot: STU 2.2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 2.1.0. For a full list of available versions, see the Directory of published versions

: $log-questionnaire-errors Input Parameters Example - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="LogQuestionnaireErrorsInputParamsExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-log-errors-input-parameters"/>
  </meta>
  <parameter>
    <name value="questionnaire"/>
    <valueCanonical
                    value="http://hl7.org/fhir/us/davinci-dtr/Questionnaire/home-o2-std-questionnaire|2.1.0"/>
  </parameter>
  <parameter>
    <name value="operationOutcome"/>
    <resource>
      <OperationOutcome>
        <id value="OperationOutcomeExample"/>
        <issue>
          <severity value="error"/>
          <code value="not-found"/>
        </issue>
      </OperationOutcome>
    </resource>
  </parameter>
</Parameters>