FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-phq-9-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: QuestionnaireResponse phq-9-example-1

LinkIDTextDefinitionAnswerdoco
.. phq-9-example-1Questionnaire:PHQ-9 Example
... /44250-9Little interest or pleasure in doing things?LOINC: LA6570-1 (More than half the days)
... /44255-8Feeling down, depressed, or hopeless?LOINC: LA6570-1 (More than half the days)
... /44259-0Trouble falling or staying asleep, or sleeping too muchLOINC: LA6570-1 (More than half the days)
... /44254-1Feeling tired or having little energyLOINC: LA6570-1 (More than half the days)
... /44251-7Poor appetite or overeatingLOINC: LA6569-3 (Several days)
... /44258-2Feeling bad about yourself-or that you are a failure or have let yourself or your family downLOINC: LA6569-3 (Several days)
... /44252-5Trouble concentrating on things, such as reading the newspaper or watching televisionLOINC: LA6570-1 (More than half the days)
... /44253-3Moving or speaking so slowly that other people could have noticed. Or the opposite-being so fidgety or restless that you have been moving around a lot more than usualLOINC: LA6568-5 (Not at all)
... /44260-8Thoughts that you would be better off dead, or of hurting yourself in some wayLOINC: LA6568-5 (Not at all)
... /44261-6Patient health questionnaire 9 item total score12
... /69722-7How difficult have these problems made it for you to do your work, take care of things at home, or get along with other people?LOINC: LA6573-5 (Somewhat difficult)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "phq-9-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://hl7.org/fhir/us/core/Questionnaire/phq-9-example|6.1.0",
  "status": "completed",
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "authored": "2024-02-01T20:50:32.718Z",
  "author": {
    "reference": "Practitioner/ed-physician-example-1"
  },
  "item": [
    {
      "linkId": "/44250-9",
      "text": "Little interest or pleasure in doing things?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6570-1",
            "display": "More than half the days"
          }
        }
      ]
    },
    {
      "linkId": "/44255-8",
      "text": "Feeling down, depressed, or hopeless?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6570-1",
            "display": "More than half the days"
          }
        }
      ]
    },
    {
      "linkId": "/44259-0",
      "text": "Trouble falling or staying asleep, or sleeping too much",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6570-1",
            "display": "More than half the days"
          }
        }
      ]
    },
    {
      "linkId": "/44254-1",
      "text": "Feeling tired or having little energy",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6570-1",
            "display": "More than half the days"
          }
        }
      ]
    },
    {
      "linkId": "/44251-7",
      "text": "Poor appetite or overeating",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6569-3",
            "display": "Several days"
          }
        }
      ]
    },
    {
      "linkId": "/44258-2",
      "text": "Feeling bad about yourself-or that you are a failure or have let yourself or your family down",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6569-3",
            "display": "Several days"
          }
        }
      ]
    },
    {
      "linkId": "/44252-5",
      "text": "Trouble concentrating on things, such as reading the newspaper or watching television",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6570-1",
            "display": "More than half the days"
          }
        }
      ]
    },
    {
      "linkId": "/44253-3",
      "text": "Moving or speaking so slowly that other people could have noticed. Or the opposite-being so fidgety or restless that you have been moving around a lot more than usual",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "/44260-8",
      "text": "Thoughts that you would be better off dead, or of hurting yourself in some way",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "/44261-6",
      "text": "Patient health questionnaire 9 item total score",
      "answer": [
        {
          "valueDecimal": 12
        }
      ]
    },
    {
      "linkId": "/69722-7",
      "text": "How difficult have these problems made it for you to do your work, take care of things at home, or get along with other people?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6573-5",
            "display": "Somewhat difficult"
          }
        }
      ]
    }
  ]
}