CodeX Radiation Therapy
2.0.0-ballot - Ballot 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-ballot 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 - 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><a name=\"hcRadiotherapyAdverseEvent-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 &quot;RadiotherapyAdverseEvent-XRTS-07-22B&quot; </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>: Moderate Adverse Event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C41339)</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.3.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> &quot; MOTHER-22B&quot;</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-radiotherapy-adverse-event-severity-or-grade",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code" : "C41339",
            "display" : "Moderate 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"
      }
    }
  ]
}