Da Vinci - Documentation Templates and Rules
2.0.1 - STU 2 United States of America flag

This page is part of the Documentation Templates and Rules (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: LogQuestionnaireErrorsInputParamsExample - 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"/>
  </parameter>
  <parameter>
    <name value="operationOutcome"/>
    <resource>
      <OperationOutcome>
        <id value="OperationOutcomeExample"/>
        <issue>
          <severity value="error"/>
          <code value="not-found"/>
        </issue>
      </OperationOutcome>
    </resource>
  </parameter>
</Parameters>