CodeX Radiation Therapy
2.0.0 - STU2  flag

This page is part of the CodeX™ Radiation Therapy (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Radiotherapy Energy Unit Value Set - TTL Representation

Draft as of 2025-02-17

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "codexrt-radiotherapy-energy-unit-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet codexrt-radiotherapy-energy-unit-vs</b></p><a name=\"codexrt-radiotherapy-energy-unit-vs\"> </a><a name=\"hccodexrt-radiotherapy-energy-unit-vs\"> </a><a name=\"codexrt-radiotherapy-energy-unit-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>MeV</td><td>MeV</td></tr><tr><td>MV</td><td>MV</td></tr><tr><td>kV</td><td>kV</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "cgp"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/ValueSet/codexrt-radiotherapy-energy-unit-vs"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.14.48.10" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "RadiotherapyEnergyUnitVS"] ; # 
  fhir:title [ fhir:v "Radiotherapy Energy Unit Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-02-17T23:18:36+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Cross-Group Projects" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cgplist@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Unit to characterize the energy spectrum used in radiotherapy.\nFor electrons, the maximum energy is given in MeV.\nFor photons, the maximum acceleration voltage is given in MV or kV, although those are not units of energy."] ; # 
  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:copyright [ fhir:v "This value set includes content from The Unified Code for Units of Measure (UCUM), also known as the UCUM Specification which is copyright ©1999-2021, Regenstrief Institute, Inc. All rights reserved."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "MeV" ] ;
fhir:display [ fhir:v "MeV" ]       ] [
fhir:code [ fhir:v "MV" ] ;
fhir:display [ fhir:v "MV" ]       ] [
fhir:code [ fhir:v "kV" ] ;
fhir:display [ fhir:v "kV" ]       ] )     ] )
  ] . #