<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <id value="core-examples-QuestionnaireResponse-example2" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:38:27.478+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative with Details</b>
      </p>
      <p>
        <b>id</b>: f201</p>
      <p>
        <b>status</b>: completed</p>
      <p>
        <b>subject</b>: <a>Roel</a></p>
      <p>
        <b>author</b>: <a>Practitioner/f201</a></p>
      <p>
        <b>authored</b>: 18/06/2013 12:00:00 AM</p>
      <p>
        <b>source</b>: <a>Practitioner/f201</a></p>
      <blockquote>
        <p>
          <b>group</b>
        </p>
        <p>
          <b>linkId</b>: root</p>
        <h3>Groups</h3>
        <table>
          <tr>
            <td>-</td>
          </tr>
          <tr>
            <td>*</td>
          </tr>
          <tr>
            <td>*</td>
          </tr>
          <tr>
            <td>*</td>
          </tr>
        </table>
      </blockquote>
    </div>
  </text>
  <status value="completed" />
  <subject>
    <reference value="Patient/f201" />
    <display value="Roel" />
  </subject>
  <author>
    <reference value="Practitioner/f201" />
  </author>
  <authored value="2013-06-18T00:00:00+01:00" />
  <source>
    <reference value="Practitioner/f201" />
  </source>
  <group>
    <linkId value="root" />
    <group>
      <linkId value="1" />
      <question>
        <linkId value="1.1" />
        <text value="Do you have allergies?" />
        <answer>
          <valueString value="I am allergic to house dust" />
        </answer>
      </question>
    </group>
    <group>
      <linkId value="2" />
      <title value="General questions" />
      <question>
        <linkId value="2.1" />
        <text value="What is your gender?" />
        <answer>
          <valueString value="Male" />
        </answer>
      </question>
      <question>
        <linkId value="2.2" />
        <text value="What is your date of birth?" />
        <answer>
          <valueDate value="1960-03-13" />
        </answer>
      </question>
      <question>
        <linkId value="2.3" />
        <text value="What is your country of birth?" />
        <answer>
          <valueString value="The Netherlands" />
        </answer>
      </question>
      <question>
        <linkId value="2.4" />
        <text value="What is your marital status?" />
        <answer>
          <valueString value="married" />
        </answer>
      </question>
    </group>
    <group>
      <linkId value="3" />
      <title value="Intoxications" />
      <question>
        <linkId value="3.1" />
        <text value="Do you smoke?" />
        <answer>
          <valueString value="No" />
        </answer>
      </question>
      <question>
        <linkId value="3.2" />
        <text value="Do you drink alchohol?" />
        <answer>
          <valueString value="No, but I used to drink" />
        </answer>
      </question>
    </group>
  </group>
</QuestionnaireResponse>