This page is part of the CodeX™ Radiation Therapy (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Example Adverse Event from Radiotherapy - JSON Representation
Raw json | Download
{
"resourceType" : "AdverseEvent",
"id" : "RadiotherapyAdverseEvent-XRTS-07-22B",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-adverse-event"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AdverseEvent</b><a name=\"RadiotherapyAdverseEvent-XRTS-07-22B\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource AdverseEvent "RadiotherapyAdverseEvent-XRTS-07-22B" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-codexrt-radiotherapy-adverse-event.html\">Radiotherapy Adverse Event</a></p></div><p><b>Radiotherapy Adverse Event Grade</b>: Mild Adverse Event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-codexrt-radiotheraphy-adverse-event-severity-or-gradeCS.html\">Severity or Grade CodeSystem based on CTCAE</a>#1)</span></p><p><b>actuality</b>: actual</p><p><b>event</b>: Nausea <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C146764)</span></p><p><b>subject</b>: <a href=\"Patient-Patient-XRTS-07-22B.html\">Patient/Patient-XRTS-07-22B</a> " MOTHER-22B"</p><h3>SuspectEntities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instance</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Procedure-RadiotherapyCourseSummary-XRTS-07-22B-01-Uterus-1P-1V.html\">Procedure/RadiotherapyCourseSummary-XRTS-07-22B-01-Uterus-1P-1V</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotheraphy-adverse-event-severity-or-grade",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/codex-radiation-therapy/CodeSystem/codexrt-radiotheraphy-adverse-event-severity-or-gradeCS",
"code" : "1",
"display" : "Mild Adverse Event"
}
]
}
}
],
"actuality" : "actual",
"event" : {
"coding" : [
{
"system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code" : "C146764",
"display" : "Nausea"
}
]
},
"subject" : {
"reference" : "Patient/Patient-XRTS-07-22B"
},
"suspectEntity" : [
{
"instance" : {
"reference" : "Procedure/RadiotherapyCourseSummary-XRTS-07-22B-01-Uterus-1P-1V"
}
}
]
}