Skip to content

Representing CDEs in the Dug Data Model v2 #403

@gaurav

Description

@gaurav

Here is my current attempt at representing CDEs in the Dug Data Model v2. Any suggestions or feedback welcome! This is the PCL5 CRF ("pcl" on the HEAL CDE repo, DOCX file, XLSX file).

{
  "type": "section",
  "id": "HEALCDE:pcl-5",
  "name": "pcl-5",
  "description": "The PTSD Checklist for DSM 5 (PCL 5) is a 20-item self-report measure that assesses the 20 DSM-5 symptoms of PTSD. Contains 25 CDEs.",
  "action": null,
  "is_crf": true,
  "variable_list": [
    {
      "type": "variable",
      "id": "PCL5rptDisturbMemoryScl",
      "name": "PTSD Checklist for DSM-5 (PCL-5) - repeated disturbing memories scale",
      "data_type": "text",
      "question_text": "Repeated, disturbing, and unwanted memories of the stressful experience?",
      "permissible_values": [
        {
          "value": "0",
          "description": "0 = Not at all"
        },
        {
          "value": "1",
          "description": "1 = A little bit"
        },
        {
          "value": "2",
          "description": "2 = Moderately"
        },
        {
          "value": "3",
          "description": "3= Quite a bit"
        },
        {
          "value": "4",
          "description": "4 = Extremely"
        }
      ],
      "is_standardized": true,
      "other": {
        "question_number": 1,
        "definition": "Scale of bother from repeated disturbing memories of a stressful experience, as part of the PTSD Checklist for DSM-5 (PCL-5)",
        "short_description": "PCL5 scale of repeated disturbing memories of stressful experience",
        "crf_name": "PTSD Checklist for DSM-5 (PCL-5)",
        "references": "Weathers, F. W., Litz, B. T., Keane, T. M., Palmieri, P. A., Marx, B. P., & Schnurr, P. P. (2013). The PTSD Checklist for DSM-5 (PCL-5) – Standard [Measurement instrument]. Available from https://www.ptsd.va.gov/ "
      }
    }]
}

Let me know if you need more questions!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions