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
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "RadiotherapyPlannedCourse-XRTS-07-22B-01-Uterus-1P-1V"] ; #
fhir:meta [
fhir:versionId [ fhir:v "123" ] ;
fhir:lastUpdated [ fhir:v "2021-10-16T10:07:41.050+02:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-planned-course"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-planned-course> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest RadiotherapyPlannedCourse-XRTS-07-22B-01-Uterus-1P-1V</b></p><a name=\"RadiotherapyPlannedCourse-XRTS-07-22B-01-Uterus-1P-1V\"> </a><a name=\"hcRadiotherapyPlannedCourse-XRTS-07-22B-01-Uterus-1P-1V\"> </a><a name=\"RadiotherapyPlannedCourse-XRTS-07-22B-01-Uterus-1P-1V-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 123; Last updated: 2021-10-16 10:07:41+0200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-codexrt-radiotherapy-planned-course.html\">Radiotherapy Planned Course</a></p></div><p><b>Procedure Intent Extension</b>: <span title=\"Codes:{http://snomed.info/sct 373808002}\">Curative</span></p><blockquote><p><b>Radiotherapy Modality And Technique Extension</b></p><ul><li>http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality: <span title=\"Codes:{http://snomed.info/sct 169359004}\">Internal radiotherapy - permanent seeds (procedure)</span></li><li>http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique: <span title=\"Codes:{http://snomed.info/sct 113120007}\">Interstitial brachytherapy (procedure)</span></li><li>http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-energy-or-isotope: <span title=\"Codes:{http://snomed.info/sct 68630002}\">Iodine-125 (substance)</span></li></ul></blockquote><blockquote><p><b>Dose Planned to Volume</b></p><ul><li>volume: <a href=\"BodyStructure-RadiotherapyVolume-XRTS-07-22B-01-Uterus.html\">Uterus</a></li><li>totalDose: 14500 cGy<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codecGy = 'cGy')</span></li><li>fractions: 1</li></ul></blockquote><p><b>identifier</b>: <code>http://varian.com/fhir/identifier/radiotherapyCourseId</code>/C1Uterus (use: usual, ), <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:1.2.246.352.74.842419.2121.20150602151.07.01.22.1 (use: official, )</p><p><b>status</b>: Completed</p><p><b>intent</b>: Filler Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 1287742003}\">Radiotherapy (procedure)</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1217123003}\">Radiotherapy course of treatment (regime/therapy)</span></p><p><b>subject</b>: <a href=\"Patient-Patient-XRTS-07-22B.html\">Jane Mother-22B Male, DoB: 1980-11-02 ( Medical Record Number: XRTS-07_22B (use: usual, ))</a></p><p><b>performer</b>: <a href=\"Device-RadiotherapySeedDevice-Mesh.html\">Device: type = Radioactive seed embedded in mesh (physical object)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm C53.9}\">Malignant neoplasm of cervix uteri, unspecified</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 71252005}\">Cervix uteri structure (body structure)</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:373808002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373808002" ] ;
fhir:display [ fhir:v "Curative - procedure intent" ] ] ) ;
fhir:text [ fhir:v "Curative" ] ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:169359004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "169359004" ] ;
fhir:display [ fhir:v "Internal radiotherapy - permanent seeds (procedure)" ] ] ) ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:113120007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "113120007" ] ;
fhir:display [ fhir:v "Interstitial brachytherapy (procedure)" ] ] ) ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-energy-or-isotope"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:68630002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68630002" ] ;
fhir:display [ fhir:v "Iodine-125 (substance)" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "volume"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/RadiotherapyVolume-XRTS-07-22B-01-Uterus" ] ;
fhir:display [ fhir:v "Uterus" ] ] ] [
fhir:url [ fhir:v "totalDose"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "14500"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cGy" ] ] ] [
fhir:url [ fhir:v "fractions"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:positiveInteger ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-dose-planned-to-volume"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://varian.com/fhir/identifier/radiotherapyCourseId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "C1Uterus" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.246.352.74.842419.2121.20150602151.07.01.22.1" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "filler-order"] ; #
fhir:category ( [
( fhir:coding [
a sct:1287742003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1287742003" ] ;
fhir:display [ fhir:v "Radiotherapy (procedure)" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:1217123003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1217123003" ] ;
fhir:display [ fhir:v "Radiotherapy course of treatment (regime/therapy)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-XRTS-07-22B" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Device/RadiotherapySeedDevice-Mesh" ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C53.9" ] ;
fhir:display [ fhir:v "Malignant neoplasm of cervix uteri, unspecified" ] ] )
] ) ; #
fhir:bodySite ( [
( fhir:coding [
a sct:71252005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "71252005" ] ;
fhir:display [ fhir:v "Cervix uteri structure (body structure)" ] ] )
] ) . #
IG © 2021+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.codex-radiation-therapy#2.0.0 based on FHIR 4.0.1. Generated 2024-12-18
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change