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
: CTCAE Grade Value Set - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ctcae-grade-value-set"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-ctcae-grade-code-system.html\"><code>http://hl7.org/fhir/us/ctcae/CodeSystem/ctcae-grade-code-system</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ctcae/ValueSet/ctcae-grade-value-set"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "CTCAEGradeVS"] ; #
fhir:title [ fhir:v "CTCAE Grade Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-02-28T19:15:22+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International Clinical Interoperability Council"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International Clinical Interoperability Council" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.mcodeinitiative.org" ] ] )
] ) ; #
fhir:description [ fhir:v "CTCAE Grades 0 through 5. The grade of the adverse event, determined by CTCAE criteria, where 0 represents confirmation that the given adverse event did NOT occur, and 5 represents death. Note that grade 0 events are generally not reportable, but may be created to give positive confirmation that the clinician assessed or considered a particular AE."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ctcae/CodeSystem/ctcae-grade-code-system"^^xsd:anyURI ] ] )
] . #