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 - 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 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\u00a0(use:\u00a0usual,\u00a0))</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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/ae-grade",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code" : "C41339",
            "display" : "Moderate Adverse Event"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/ae-severity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/adverse-event-severity",
            "code" : "mild",
            "display" : "mild"
          }
        ]
      }
    }
  ],
  "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"
      }
    }
  ]
}