{
  "resourceType": "ValueSet",
  "id": "shr-adverse-AttributionCategoryVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR AttributionCategoryVS ValueSet</b></p>\n<p>Whether the adverse event is attributed to a treatment, course of the disease, medical error, unrelated to either, or unknown. </p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/adverse/vs/AttributionCategoryVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.adverse.AttributionCategoryVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR AttributionCategoryVS ValueSet",
  "title": "SHR AttributionCategoryVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Whether the adverse event is attributed to a treatment, course of the disease, medical error, unrelated to either, or unknown.",
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/adverse/cs/AttributionCategoryCS",
        "concept": [
          {
            "code": "treatment",
            "display": "Adverse event is attributed to an intervention or treatment."
          },
          {
            "code": "disease",
            "display": "Adverse event is attributed to the course of the disease"
          },
          {
            "code": "error",
            "display": "Adverse event is attributed to a medical error"
          },
          {
            "code": "unrelated",
            "display": "Adverse event is attributed to an cause unrelated to the treatment, disease, or medical error."
          },
          {
            "code": "unknown",
            "display": "The causal category of the adverse event is unknown"
          }
        ]
      }
    ]
  }
}