CIBMTR Reporting Implementation Guide
0.1.6 - Trial Use 1

This page is part of the CIBMTR Reporting Implementation Guide (v0.1.6: Release Draft) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: RxNorm - Treosulfan - TTL Representation

Active as of 2023-05-05

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 "med-treosulfan-vs"] ; # 
  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://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>38508</td><td>treosulfan</td></tr><tr><td>336841</td><td>treosulfan 250 MG</td></tr><tr><td>393483</td><td>treosulfan 50 MG/ML</td></tr><tr><td>1162765</td><td>treosulfan Injectable Product</td></tr><tr><td>377198</td><td>treosulfan Injectable Solution</td></tr><tr><td>374186</td><td>treosulfan Oral Capsule</td></tr><tr><td>1162766</td><td>treosulfan Oral Product</td></tr><tr><td>1162767</td><td>treosulfan Pill</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/med-treosulfan-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.6"] ; # 
  fhir:name [ fhir:v "RxNormTreosulfanVS"] ; # 
  fhir:title [ fhir:v "RxNorm - Treosulfan"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-05T10:50:04-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.cibmtr.org" ]     ] )
  ] [
fhir:name [ fhir:v "Bob Milius" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bmilius@nmdp.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RxNorm codes for Treosulfan"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "38508" ] ;
fhir:display [ fhir:v "treosulfan" ]       ] [
fhir:code [ fhir:v "336841" ] ;
fhir:display [ fhir:v "treosulfan 250 MG" ]       ] [
fhir:code [ fhir:v "393483" ] ;
fhir:display [ fhir:v "treosulfan 50 MG/ML" ]       ] [
fhir:code [ fhir:v "1162765" ] ;
fhir:display [ fhir:v "treosulfan Injectable Product" ]       ] [
fhir:code [ fhir:v "377198" ] ;
fhir:display [ fhir:v "treosulfan Injectable Solution" ]       ] [
fhir:code [ fhir:v "374186" ] ;
fhir:display [ fhir:v "treosulfan Oral Capsule" ]       ] [
fhir:code [ fhir:v "1162766" ] ;
fhir:display [ fhir:v "treosulfan Oral Product" ]       ] [
fhir:code [ fhir:v "1162767" ] ;
fhir:display [ fhir:v "treosulfan Pill" ]       ] )     ] )
  ] . #