Smart Bear Implementation Guide
3.4.1 - ci-build
Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AdverseEvent",
"id" : "AdverseEvent001",
"meta" : {
"profile" : [
🔗 "https://smart-bear.eu/fhir/StructureDefinition/AdverseEventSB"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent AdverseEvent001</b></p><a name=\"AdverseEvent001\"> </a><a name=\"hcAdverseEvent001\"> </a><a name=\"AdverseEvent001-en-US\"> </a><p><b>actuality</b>: Adverse Event</p><p><b>category</b>: <span title=\"Codes:\">product-problem</span></p><p><b>subject</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p><p><b>date</b>: 2021-02-20 09:29:23+0000</p><p><b>seriousness</b>: <span title=\"Codes:\">Serious</span></p><p><b>severity</b>: <span title=\"Codes:\">mild</span></p><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"Medication-Aspirin001.html\">Medication omeprazole, amoxicillin and metronidazole</a></p><h3>Causalities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Assessment</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Possible</span></td></tr></table></blockquote></div>"
},
"actuality" : "actual",
"category" : [
{
"coding" : [
{
"code" : "product-problem"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/Patient001"
},
"date" : "2021-02-20T09:29:23.356+00:00",
"seriousness" : {
"coding" : [
{
"code" : "Serious"
}
]
},
"severity" : {
"coding" : [
{
"code" : "mild"
}
]
},
"suspectEntity" : [
{
"instance" : {
🔗 "reference" : "Medication/Aspirin001"
},
"causality" : [
{
"assessment" : {
"coding" : [
{
"code" : "Possible"
}
]
}
}
]
}
]
}