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

: Cancer-related Surgical Procedure - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="cancer-related-surgical-procedure-lumpectomy"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|6.1.0"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>Profile:</b> <a href="https://hl7.org/fhir/us/core/StructureDefinition-us-core-procedure.html">US Core Procedure</a></p>
  <p><b>Procedure:</b> Cancer-related-surgical-procedure-lumpectomy</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 735085002}">Lumpectomy of left breast (procedure)</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy V. Shaw</a></p><p><b>performed</b>: 2023-11-08</p><p><b>reasonReference</b>: <a href="Condition-primary-cancer-condition-breast.html">Condition Infiltrating duct carcinoma of breast (disorder)</a></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 80248007}">Left breast structure (body structure)</span></p></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="735085002"/>
      <display value="Lumpectomy of left breast (procedure)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <performedDateTime value="2023-11-08"/>
  <reasonReference>🔗 
    <reference value="Condition/primary-cancer-condition-breast"/>
  </reasonReference>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80248007"/>
      <display value="Left breast structure (body structure)"/>
    </coding>
  </bodySite>
</Procedure>