HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT, published by HL7 International Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-ae/ and changes regularly. See the Directory of published versions
: ctc-adverse-event-nausea1-persona-2 - 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 "ctc-adverse-event-nausea1-persona-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ctcae/StructureDefinition/ctc-adverse-event"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ctcae/StructureDefinition/ctc-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=\"ctc-adverse-event-nausea1-persona-2\"> </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 "ctc-adverse-event-nausea1-persona-2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ctc-adverse-event.html\">CTC Adverse Event</a></p></div><p><b>CTC Adverse Event Grade</b>: Mild Adverse Event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ctcae-grade-code-system.html\">CTCAE Grade Code System</a>#1)</span></p><p><b>Adverse Event Expectation</b>: Expected 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>#C41333)</span></p><p><b>Adverse Event Resolved Date</b>: 2020-12-21</p><p><b>actuality</b>: actual</p><p><b>event</b>: patient reported experiencing nausea on 12/21/20 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (MedDRA Am Engl[20.0]#110028813 "Nausea")</span></p><p><b>subject</b>: <a href=\"Patient-PatientPersona2.html\">Patient/PatientPersona2</a> " C."</p><p><b>recorder</b>: <a href=\"Practitioner-us-core-practitioner-nancy-oncology-nurse.html\">Practitioner/us-core-practitioner-nancy-oncology-nurse</a> " NURSE"</p><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"MedicationAdministration-medadmin-doxorubicin-persona-2.html\">MedicationAdministration/medadmin-doxorubicin-persona-2</a></p><h3>Causalities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ProductRelatedness</b></td></tr><tr><td style=\"display: none\">*</td><td>probable</td></tr></table></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ctcae/StructureDefinition/ctcae-grade"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ctcae/CodeSystem/ctcae-grade-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Mild Adverse Event" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ctcae/StructureDefinition/adverse-event-expectation"^^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 "C41333" ] ;
fhir:display [ fhir:v "Expected Adverse Event" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ctcae/StructureDefinition/adverse-event-resolved-date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2020-12-21"^^xsd:date ]
] ) ; #
fhir:actuality [ fhir:v "actual"] ; #
fhir:event [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/MDRAE"^^xsd:anyURI ] ;
fhir:version [ fhir:v "20.0" ] ;
fhir:code [ fhir:v "110028813" ] ;
fhir:display [ fhir:v "Nausea" ] ] ) ;
fhir:text [ fhir:v "patient reported experiencing nausea on 12/21/20" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientPersona2" ]
] ; #
fhir:recorder [
fhir:reference [ fhir:v "Practitioner/us-core-practitioner-nancy-oncology-nurse" ]
] ; #
fhir:suspectEntity ( [
fhir:instance [
fhir:reference [ fhir:v "MedicationAdministration/medadmin-doxorubicin-persona-2" ] ] ;
( fhir:causality [
fhir:productRelatedness [ fhir:v "probable" ] ] )
] ) . #