<?xml version="1.0" encoding="UTF-8"?>

<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <id value="BHPGICExample"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><p>PGIC QuestionnaireResponse for John Doe. Response: Very much improved.</p></div>
  </text>
  <questionnaire value="http://example.org/Questionnaire/BHPGICQuestionnaire"/>
  <status value="completed"/>
  <subject>
    <reference value="Patient/PatientExample"/>
  </subject>
  <authored value="2026-01-15T10:30:00Z"/>
  <author>
    <reference value="Patient/PatientExample"/>
  </author>
  <item>
    <linkId value="pgic-1"/>
    <text value="Since beginning treatment, how would you describe your overall change in activity limitations, symptoms, emotions, and quality of life?"/>
    <answer>
      <valueCoding>
        <extension url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
          <valueDecimal value="1"/>
        </extension>
        <display value="Very much improved"/>
      </valueCoding>
    </answer>
  </item>
</QuestionnaireResponse>