CodeX Radiation Therapy
1.0.0 - STU 1 United States of America flag

This page is part of the CodeX™ Radiation Therapy (v1.0.0: STU 1) based on FHIR 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

: Image Guided Radiotherapy Energy Unit Value Set - TTL Representation

Draft as of 2023-07-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 "codexrt-image-guided-radiotherapy-energy-unit-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://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>MV</td><td>MV</td></tr><tr><td>kV</td><td>kV</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/ValueSet/codexrt-image-guided-radiotherapy-energy-unit-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ImageGuidedRadiotherapyEnergyUnitVS"] ; # 
  fhir:title [ fhir:v "Image Guided Radiotherapy Energy Unit Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-07-28T13:07:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Cross Group Projects Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Cross Group Projects Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://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 for imaging in Image Guided Radiotherapy (IGRT).\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 "MV" ] ;
fhir:display [ fhir:v "MV" ]       ] [
fhir:code [ fhir:v "kV" ] ;
fhir:display [ fhir:v "kV" ]       ] )     ] )
  ] . #