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
{
"resourceType" : "QuestionnaireResponse",
"id" : "HOOSJRExample2",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p>HOOS JR - February 2026. Total interval score: 57.985.</p></div>"
},
"questionnaire" : "http://example.org/fhir/Questionnaire/HOOSJRQuestionnaire",
"status" : "completed",
"subject" : {
🔗 "reference" : "Patient/patient-john-doe-01"
},
"authored" : "2026-02-15T10:30:00Z",
"author" : {
🔗 "reference" : "Patient/patient-john-doe-01"
},
"item" : [
{
"linkId" : "hoosjr-1",
"text" : "Going up or down stairs",
"answer" : [
{
"valueCoding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
"valueDecimal" : 2
}
],
"system" : "http://loinc.org",
"code" : "LA6751-7",
"display" : "Moderate"
}
}
]
},
{
"linkId" : "hoosjr-2",
"text" : "Walking on an uneven surface",
"answer" : [
{
"valueCoding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
"valueDecimal" : 2
}
],
"system" : "http://loinc.org",
"code" : "LA6751-7",
"display" : "Moderate"
}
}
]
},
{
"linkId" : "hoosjr-3",
"text" : "Rising from sitting",
"answer" : [
{
"valueCoding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
"valueDecimal" : 2
}
],
"system" : "http://loinc.org",
"code" : "LA6751-7",
"display" : "Moderate"
}
}
]
},
{
"linkId" : "hoosjr-4",
"text" : "Bending to the floor/picking up an object",
"answer" : [
{
"valueCoding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
"valueDecimal" : 2
}
],
"system" : "http://loinc.org",
"code" : "LA6751-7",
"display" : "Moderate"
}
}
]
},
{
"linkId" : "hoosjr-5",
"text" : "Lying in bed",
"answer" : [
{
"valueCoding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
"valueDecimal" : 1
}
],
"system" : "http://loinc.org",
"code" : "LA6752-5",
"display" : "Mild"
}
}
]
},
{
"linkId" : "hoosjr-6",
"text" : "Sitting",
"answer" : [
{
"valueCoding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
"valueDecimal" : 1
}
],
"system" : "http://loinc.org",
"code" : "LA6752-5",
"display" : "Mild"
}
}
]
},
{
"linkId" : "total-interval-score",
"answer" : [
{
"valueDecimal" : 57.985
}
]
}
]
}