CodeX Radiation Therapy
2.0.0 - STU2 United States of America flag

CodeX Radiation Therapy, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/codex-radiation-therapy/ and changes regularly. See the Directory of published versions

: Example Adverse Event from Radiotherapy - XML Representation

Raw xml | Download


<AdverseEvent xmlns="http://hl7.org/fhir">
  <id value="RadiotherapyAdverseEvent-XRTS-07-22B"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-adverse-event"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AdverseEvent RadiotherapyAdverseEvent-XRTS-07-22B</b></p><a name="RadiotherapyAdverseEvent-XRTS-07-22B"> </a><a name="hcRadiotherapyAdverseEvent-XRTS-07-22B"> </a><a name="RadiotherapyAdverseEvent-XRTS-07-22B-en-US"> </a><p><b>Adverse Event Grade</b>: <span title="Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C41339}">Moderate Adverse Event</span></p><p><b>Adverse Event Severity</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/adverse-event-severity mild}">mild</span></p><p><b>actuality</b>: Adverse Event</p><p><b>event</b>: <span title="Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C146764}">Nausea</span></p><p><b>subject</b>: <a href="Patient-Patient-XRTS-07-22B.html">Jane Mother-22B  Male, DoB: 1980-11-02 ( Medical Record Number: XRTS-07_22B (use: usual, ))</a></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 Radiotherapy course of treatment</a></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/ae-grade">
    <valueCodeableConcept>
      <coding>
        <system value="http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"/>
        <code value="C41339"/>
        <display value="Moderate Adverse Event"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/ae-severity">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/adverse-event-severity"/>
        <code value="mild"/>
        <display value="mild"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <actuality value="actual"/>
  <event>
    <coding>
      <system value="http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"/>
      <code value="C146764"/>
      <display value="Nausea"/>
    </coding>
  </event>
  <subject>🔗 
    <reference value="Patient/Patient-XRTS-07-22B"/>
  </subject>
  <suspectEntity>
    <instance>🔗 
      <reference
                 value="Procedure/RadiotherapyCourseSummary-XRTS-07-22B-01-Uterus-1P-1V"/>
    </instance>
  </suspectEntity>
</AdverseEvent>