CodeX Radiation Therapy
1.0.0 - STU 1 United States of America flag

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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RadiotherapyAdverseEvent-XRTS-07-22B"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-adverse-event"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-adverse-event>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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 &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>: 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> &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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotheraphy-adverse-event-severity-or-grade"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/CodeSystem/codexrt-radiotheraphy-adverse-event-severity-or-gradeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Mild Adverse Event" ]       ] )     ]
  ] ) ; # 
  fhir:actuality [ fhir:v "actual"] ; # 
  fhir:event [
    ( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C146764" ] ;
fhir:display [ fhir:v "Nausea" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-XRTS-07-22B" ]
  ] ; # 
  fhir:suspectEntity ( [
fhir:instance [
fhir:reference [ fhir:v "Procedure/RadiotherapyCourseSummary-XRTS-07-22B-01-Uterus-1P-1V" ]     ]
  ] ) . #