CodeX Radiation Therapy, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/codex-radiation-therapy/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiobiologic-metric | Version: 2.0.0 | |||
Active as of 2025-02-17 | Computable Name: RadiobiologicMetric | |||
Other Identifiers: OID:2.16.840.1.113883.4.642.40.14.42.4 |
Extension providing radiobiologic dose metric using a regular expression: BED, CGE, RBE, RBE(factor = <decimal>), EQD2Gy, EQD2Gy(a/b = <decimal>).
Context of Use
This extension may be used on the following element(s):
This extension may be used on the following element(s):
Procedure
ServiceRequest
ActivityDefinition
This extension is used to capture the radiobiologic metric of effective dose, as defined by the TG-263 in section 9.2 of AAPM Task Group 263 Report on Standardizing Nomenclatures in Radiation Oncology. The following metrics are supported:
The units are assumed to be Gy.
One of the above metrics SHOULD be used. Use of other metrics will generate a warning.
Usage info
Usage:
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet | URI |
Extension.value[x].comparator | required | QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
TG263RadiobiologicMetric | warning | Extension.value[x].unit | Unit SHOULD match TG-263 Radiobiologic Metric Regexp : $this.toString().matches('^(BED|CGE|RBE|RBE\\(factor\\s*=\\s*(\\d?(\\.\\d+)?)\\)|EQD2Gy|EQD2Gy\\(a\\/b\\s*=\\s*(\\d?(\\.\\d+)?)\\))$') |