PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: GAD-7 QuestionnaireResponse - May 2026 - XML Representation

Raw xml | Download


<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <id value="GAD7Example5"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><p>GAD-7 - May 2026. Total score: 3 (Minimal anxiety).</p></div>
  </text>
  <questionnaire
                 value="http://example.org/fhir/Questionnaire/GAD7Questionnaire"/>
  <status value="completed"/>
  <subject>🔗 
    <reference value="Patient/patient-john-doe-01"/>
  </subject>
  <authored value="2026-05-15T10:30:00Z"/>
  <author>🔗 
    <reference value="Patient/patient-john-doe-01"/>
  </author>
  <item>
    <linkId value="gad7-1"/>
    <text value="Feeling nervous, anxious, or on edge"/>
    <answer>
      <valueCoding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="0"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6568-5"/>
        <display value="Not at all"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="gad7-2"/>
    <text value="Not being able to stop or control worrying"/>
    <answer>
      <valueCoding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="1"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6569-3"/>
        <display value="Several days"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="gad7-3"/>
    <text value="Worrying too much about different things"/>
    <answer>
      <valueCoding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="1"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6569-3"/>
        <display value="Several days"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="gad7-4"/>
    <text value="Trouble relaxing"/>
    <answer>
      <valueCoding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="0"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6568-5"/>
        <display value="Not at all"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="gad7-5"/>
    <text value="Being so restless that it is hard to sit still"/>
    <answer>
      <valueCoding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="0"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6568-5"/>
        <display value="Not at all"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="gad7-6"/>
    <text value="Becoming easily annoyed or irritable"/>
    <answer>
      <valueCoding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="0"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6568-5"/>
        <display value="Not at all"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="gad7-7"/>
    <text value="Feeling afraid as if something awful might happen"/>
    <answer>
      <valueCoding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="1"/>
        </extension>
        <system value="http://loinc.org"/>
        <code value="LA6569-3"/>
        <display value="Several days"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="total-score"/>
    <answer>
      <valueDecimal value="3"/>
    </answer>
  </item>
  <item>
    <linkId value="severity-category"/>
    <answer>
      <valueString value="Minimal anxiety"/>
    </answer>
  </item>
</QuestionnaireResponse>