minimal Common Oncology Data Elements (mCODE) Implementation Guide
1.16.0 - STU Release 2 (Ballot Version)

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Teleradiotherapy Technique Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mcode-teleradiotherapy-technique-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=441799006\">441799006</a></td><td>Intensity modulated radiation therapy (procedure)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=168524008\">168524008</a></td><td>Radiotherapy - intraoperative control (procedure)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=169317000\">169317000</a></td><td>Neutron capture therapy (procedure)</td></tr></table></li><li>Include these codes as defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-umls.html\"><code>http://terminology.hl7.org/CodeSystem/umls</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C3489631</td><td>Volumetric Modulated Arc Therapy</td></tr><tr><td>C5236971</td><td>2D Conventional Radiotherapy</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-radiotherapy-cs.html\"><code>http://terminology.hl7.org/CodeSystem/radiotherapy</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-radiotherapy-cs.html#radiotherapy-cs-3D\">3D</a></td><td>Three Dimensional</td><td>Dose calculated with projection onto 3D imaging (e.g., CT or MR) delivered with either static aperture (Collimator, SRS Cone, Static MLC, blocks, etc) or non-IMRT/VMAT dynamic apertures (e.g., field-in-field, dynamic arc) using either single gantry angles or arcs.</td></tr><tr><td><a href=\"CodeSystem-radiotherapy-cs.html#radiotherapy-cs-PPS\">PPS</a></td><td>Particle Passive Scattering</td><td>In proton or carbon ion beam therapy, a technique where the beam is spread out to larger dimension using a scattering device such as lead foil.</td></tr><tr><td><a href=\"CodeSystem-radiotherapy-cs.html#radiotherapy-cs-PSS\">PSS</a></td><td>Particle Spot Scanning</td><td>In proton or carbon ion beam therapy, a technique where accelerated particles are focused into a small beam and then moved (scanned) over target regions in the patient.</td></tr><tr><td><a href=\"CodeSystem-radiotherapy-cs.html#radiotherapy-cs-MIX\">MIX</a></td><td>Mixed</td><td>Both photon and particle based beams are used to deliver the radiation therapy.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/mcode/ValueSet/mcode-teleradiotherapy-technique-vs",
  "version" : "1.16.0",
  "name" : "TeleradiotherapyTechniqueVS",
  "title" : "Teleradiotherapy Technique Value Set",
  "status" : "active",
  "date" : "2021-04-15T12:44:45+00:00",
  "publisher" : "HL7 International Clinical Interoperability Council",
  "contact" : [
    {
      "name" : "HL7 International Clinical Interoperability Council",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cic"
        },
        {
          "system" : "email",
          "value" : "ciclist@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Codes describing the techniques of teleradiotherapy (external beam) procedures.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "441799006",
            "display" : "Intensity modulated radiation therapy (procedure)"
          },
          {
            "code" : "168524008",
            "display" : "Radiotherapy - intraoperative control (procedure)"
          },
          {
            "code" : "169317000",
            "display" : "Neutron capture therapy (procedure)"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/umls",
        "concept" : [
          {
            "code" : "C3489631",
            "display" : "Volumetric Modulated Arc Therapy"
          },
          {
            "code" : "C5236971",
            "display" : "2D Conventional Radiotherapy"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/radiotherapy",
        "concept" : [
          {
            "code" : "3D"
          },
          {
            "code" : "PPS"
          },
          {
            "code" : "PSS"
          },
          {
            "code" : "MIX"
          }
        ]
      }
    ]
  }
}