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 TNM Clinical Primary Tumor Category - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="tnm-clinical-primary-tumor-category-cT2"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tnm-primary-tumor-category"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>Profile:</b> <a href="https://hl7.org/fhir/us/mcode/StructureDefinition-mcode-tnm-primary-tumor-category.html">mCODE TNM Primary Tumor Category</a></p> 
<p><b>Observation:</b> TNM Clinical Primary Tumor Category (cT2)</p>
    <p><b>Status:</b> final</p>
  <p><b>Category:</b> Laboratory</p>
  <p><b>Code:</b> Primary tumor.clinical [Class] Cancer (LOINC: 21905-5)</p>
  <p><b>Subject:</b> <a href="Patient-example.html">Patient-example: Amy Shaw</a></p>
  <p><b>Effective Date:</b> 2023-03-21</p>
  <p><b>Performer:</b> <a href="Practitioner-1.html">Dr. Joseph Nichols (Practitioner/1)</a></p>
  <p><b>Value:</b> cT2 - 1228929004 (American Joint Committee on Cancer cT2 qualifier)</p>
  <p><b>Method:</b> American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging) (SNOMED CT: 897275008)</p>
  </div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="21905-5"/>
      <display value="Primary tumor.clinical [Class] Cancer"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2023-03-21"/>
  <performer>🔗 
    <reference value="Practitioner/1"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1228929004"/>
      <display
               value="American Joint Committee on Cancer cT2 (qualifier value)"/>
    </coding>
  </valueCodeableConcept>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="897275008"/>
      <display
               value="American Joint Committee on Cancer, Cancer Staging Manual, 8th edition tumor staging system"/>
    </coding>
  </method>
</Observation>