{
  "resourceType" : "ValueSet",
  "id" : "ICSRAESeriousness",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/ICSRAESeriousness",
  "version" : "1.0.1",
  "name" : "ICSRAESeriousness",
  "title" : "ICSR Top-Level Seriousness",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-08-29T21:18:01+00:00",
  "publisher" : "Biomedical Research & Regulation WG",
  "contact" : [{
    "name" : "Biomedical Research & Regulation WG",
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/Special/committees/rcrim"
    }]
  },
  {
    "name" : "Jean Duteau",
    "telecom" : [{
      "system" : "email",
      "value" : "mailto:jean.duteau@ibm.com"
    }]
  }],
  "description" : "Used to indicate whether the event is serious or not.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "US",
      "display" : "United States of America"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
      "concept" : [{
        "code" : "non-serious"
      },
      {
        "code" : "serious"
      }]
    }]
  }
}