Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: mCODE Radiotherapy Course Summary - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="radiotherapy-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>Profile: </b> <a href="https://hl7.org/fhir/us/mcode/StructureDefinition-mcode-radiotherapy-course-summary.html">mCODE Radiotherapy Course Summary</a></p><p><b>Procedure:</b> Radiotherapy Course Summary</p>
  <p><b>Status:</b> Completed</p>
  <p><b>Intent:</b> Curative (SNOMEDCT: 373808002)</p>
  <p><b>Modality:</b> External beam radiation therapy using photons (SNOMEDCT: 1156506007)</p>
  <p><b>Performed:</b> 2024-01-31 to 2024-03-31</p>
  <p><b>Subject:</b> <a href="Patient-example.html">Patient-example: Amy Shaw</a></p>
  <p><b>Reason:</b> Infiltrating duct carcinoma of breast </p>
</div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="373808002"/>
        <display value="Curative - procedure intent"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique">
    <extension
               url="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="1156506007"/>
          <display
                   value="External beam radiation therapy using photons (procedure)"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension
               url="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="1156530009"/>
          <display value="Volumetric Modulated Arc Therapy (procedure)"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1217123003"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <performedPeriod>
    <start value="2024-01-31"/>
    <end value="2024-03-31"/>
  </performedPeriod>
  <reasonReference>🔗 
    <reference value="Condition/primary-cancer-condition-breast"/>
  </reasonReference>
</Procedure>