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-image-guided-radiotherapy-modality | Version: 2.0.0 | |||
Active as of 2025-02-17 | Computable Name: ImageGuidedRadiotherapyModality | |||
Other Identifiers: OID:2.16.840.1.113883.4.642.40.14.42.2 |
The modality and associated energy used for imaging in Image Guided Radiotherapy (IGRT)
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
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.extension:modality.value[x] | extensible | ImageGuidedRadiotherapyModalityVShttp://hl7.org/fhir/us/codex-radiation-therapy/ValueSet/codexrt-image-guided-radiotherapy-modality-vs from this IG | |
Extension.extension:energy.value[x] | required | ImageGuidedRadiotherapyEnergyUnitVShttp://hl7.org/fhir/us/codex-radiation-therapy/ValueSet/codexrt-image-guided-radiotherapy-energy-unit-vs from this IG |
Id | Grade | Path(s) | Details | Requirements |
IGRTEnergyAllowed | error | Extension | Energy is only allowed for X-Ray, Fluorograph, or CT Modalities. : extension.where(url = 'energy').exists() implies (extension.where(url = 'modality').exists() and extension.where(url = 'modality').value.exists() and extension.where(url = 'modality').value.coding.all( (system = 'http://snomed.info/sct') and (code = '168537006' or code = '44491008' or code = '77477000' or code = '717193008') ) ) |