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

: KOOS JR QuestionnaireResponse - May 2026 - JSON Representation

Raw json | Download

{
  "resourceType" : "QuestionnaireResponse",
  "id" : "KOOSJRExample5",
  "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>KOOS JR - May 2026. Total interval score: 68.617.</p></div>"
  },
  "questionnaire" : "http://example.org/fhir/Questionnaire/KOOSJRQuestionnaire",
  "status" : "completed",
  "subject" : {
    🔗 "reference" : "Patient/patient-john-doe-01"
  },
  "authored" : "2026-05-15T10:30:00Z",
  "author" : {
    🔗 "reference" : "Patient/patient-john-doe-01"
  },
  "item" : [
    {
      "linkId" : "koosjr-1",
      "text" : "How severe is your knee stiffness after first wakening in the morning?",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6752-5",
            "display" : "Mild"
          }
        }
      ]
    },
    {
      "linkId" : "koosjr-2",
      "text" : "Twisting/pivoting on your knee",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 2
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6751-7",
            "display" : "Moderate"
          }
        }
      ]
    },
    {
      "linkId" : "koosjr-3",
      "text" : "Straightening knee fully",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6752-5",
            "display" : "Mild"
          }
        }
      ]
    },
    {
      "linkId" : "koosjr-4",
      "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" : "koosjr-5",
      "text" : "Standing upright",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 2
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6751-7",
            "display" : "Moderate"
          }
        }
      ]
    },
    {
      "linkId" : "koosjr-6",
      "text" : "Rising from sitting",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6752-5",
            "display" : "Mild"
          }
        }
      ]
    },
    {
      "linkId" : "koosjr-7",
      "text" : "Bending to 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" : "total-interval-score",
      "answer" : [
        {
          "valueDecimal" : 68.617
        }
      ]
    }
  ]
}