Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions
: Causality of Adverse Events in Smart Bear - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "CausalityAdverseEventCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/CausalityAdverseEventCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">yes<a name=\"CausalityAdverseEventCS-yes\"> </a></td></tr><tr><td style=\"white-space:nowrap\">possibility<a name=\"CausalityAdverseEventCS-possibility\"> </a></td></tr><tr><td style=\"white-space:nowrap\">no<a name=\"CausalityAdverseEventCS-no\"> </a></td></tr></table></div>"
},
"url" : "https://smart-bear.eu/fhir/CodeSystem/CausalityAdverseEventCS",
"version" : "0.3.4",
"name" : "CausalityAdverseEventCS",
"title" : "Causality of Adverse Events in Smart Bear",
"status" : "active",
"date" : "2024-04-22T12:34:38+02:00",
"description" : "Category codes for adverse events in Smart Bear",
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "yes",
"display" : "yes"
},
{
"code" : "possibility",
"display" : "possibility"
},
{
"code" : "no",
"display" : "no"
}
]
}