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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeQuestionnaireResponse
Idqr-phq-9.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "qr-phq-9",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/QuestionnaireResponse-my-core"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/questionnaire-reference-my-core",
      "valueReference": {
        "reference": "Questionnaire/qr-phq-9"
      }
    }
  ],
  "questionnaire": "http://fhir.hie.moh.gov.my/Questionnaire/q-phq-9",
  "status": "completed",
  "subject": {
    "reference": "Patient/bfb81ffe-637d-4b3f-befa-f7a1546ed9f8",
    "display": "ALYSA"
  },
  "authored": "2023-01-19T08:00:00+08:00",
  "author": {
    "reference": "Patient/bfb81ffe-637d-4b3f-befa-f7a1546ed9f8"
  },
  "item": [
    {
      "linkId": "01",
      "text": "Little interest or pleasure in doing things",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "02",
      "text": "Feeling down, depressed, or hopeless",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "03",
      "text": "Trouble falling or staying asleep, or sleeping too much",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "04",
      "text": "Feeling tired or having little energy",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "05",
      "text": "Poor appetite or overeating",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "06",
      "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": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "07",
      "text": "Trouble concentrating on things, such as reading the newspaper or watching television",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6568-5",
            "display": "Not at all"
          }
        }
      ]
    },
    {
      "linkId": "08",
      "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": "09",
      "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": "10",
      "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": "LA6572-7",
            "display": "Not difficult at all"
          }
        }
      ]
    },
    {
      "linkId": "11",
      "text": "Patient Health Questionnaire 9 item (PHQ-9) total score",
      "answer": [
        {
          "valueInteger": 0
        }
      ]
    },
    {
      "linkId": "12",
      "text": "Patient Health Questionnaire 9 item (PHQ-9) total outcome",
      "answer": [
        {
          "valueCoding": {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/outcome-phq-9-my-core",
            "code": "01",
            "display": "Minimal depression"
          }
        }
      ]
    }
  ]
}