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
<QuestionnaireResponse xmlns="http://hl7.org/fhir">
<id value="PROMISPainInterferenceCATExample2"/>
<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>PROMIS Pain Interference (CAT) - February 2026. T-score: 67.3.</p></div>
</text>
<questionnaire
value="http://example.org/fhir/Questionnaire/PROMISPainInterferenceCATQuestionnaire"/>
<status value="completed"/>
<subject>🔗
<reference value="Patient/patient-john-doe-01"/>
</subject>
<authored value="2026-02-15T10:30:00Z"/>
<author>🔗
<reference value="Patient/patient-john-doe-01"/>
</author>
<item>
<linkId value="pi-cat-1"/>
<text
value="In the past 7 days: How much did pain interfere with your day to day activities?"/>
<answer>
<valueCoding>
<extension
url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="3"/>
</extension>
<system value="http://loinc.org"/>
<code value="LA13909-9"/>
<display value="Somewhat"/>
</valueCoding>
</answer>
</item>
<item>
<linkId value="pi-cat-2"/>
<text
value="In the past 7 days: How much did pain interfere with your ability to participate in social activities?"/>
<answer>
<valueCoding>
<extension
url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="5"/>
</extension>
<system value="http://loinc.org"/>
<code value="LA13914-9"/>
<display value="Very much"/>
</valueCoding>
</answer>
</item>
<item>
<linkId value="pi-cat-3"/>
<text
value="In the past 7 days: How much did pain interfere with your enjoyment of social activities?"/>
<answer>
<valueCoding>
<extension
url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="4"/>
</extension>
<system value="http://loinc.org"/>
<code value="LA13902-4"/>
<display value="Quite a bit"/>
</valueCoding>
</answer>
</item>
<item>
<linkId value="pi-cat-4"/>
<text
value="In the past 7 days: How much did pain interfere with work around the home?"/>
<answer>
<valueCoding>
<extension
url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="5"/>
</extension>
<system value="http://loinc.org"/>
<code value="LA13914-9"/>
<display value="Very much"/>
</valueCoding>
</answer>
</item>
<item>
<linkId value="tscore"/>
<answer>
<valueDecimal value="67.3"/>
</answer>
</item>
</QuestionnaireResponse>