HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT
0.0.1 - DRAFT United States of America flag

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

: Adverse Event Seriousness Outcome Value Set - TTL Representation

Draft as of 2024-02-28

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 "adverse-event-seriousness-outcome-value-set"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-nciThesaurus.html\"><code>http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C84266</td><td>Life Threatening Adverse Event</td></tr><tr><td>C48275</td><td>Death Related to Adverse Event</td></tr><tr><td>C113380</td><td>Disabling Adverse Event</td></tr><tr><td>C83052</td><td>Adverse Event associated with Hospitalization</td></tr><tr><td>C2849</td><td>Congenital Abnormality</td></tr><tr><td>C52668</td><td>Intervention Required</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/ctcae/ValueSet/adverse-event-seriousness-outcome-value-set"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "AdverseEventSeriousnessOutcomeVS"] ; # 
  fhir:title [ fhir:v "Adverse Event Seriousness Outcome 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 "The outcome of a serious adverse event"] ; # 
  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://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "C84266" ] ;
fhir:display [ fhir:v "Life Threatening Adverse Event" ]       ] [
fhir:code [ fhir:v "C48275" ] ;
fhir:display [ fhir:v "Death Related to Adverse Event" ]       ] [
fhir:code [ fhir:v "C113380" ] ;
fhir:display [ fhir:v "Disabling Adverse Event" ]       ] [
fhir:code [ fhir:v "C83052" ] ;
fhir:display [ fhir:v "Adverse Event associated with Hospitalization" ]       ] [
fhir:code [ fhir:v "C2849" ] ;
fhir:display [ fhir:v "Congenital Abnormality" ]       ] [
fhir:code [ fhir:v "C52668" ] ;
fhir:display [ fhir:v "Intervention Required" ]       ] )     ] )
  ] . #