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 - 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 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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/ae-grade"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C41339" ] ;
fhir:display [ fhir:v "Moderate Adverse Event" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ae-research-ig/StructureDefinition/ae-severity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/adverse-event-severity"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mild" ] ;
fhir:display [ fhir:v "mild" ] ] ) ]
] ) ; #
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" ] ]
] ) . #