Central Cancer Registry Reporting Content IG
1.0.0 - STU 1 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 1.0.0 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 Regional Nodes Category - Example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="tnm-clinical-regional-nodes-category-cN3"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tnm-regional-nodes-category"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Narrative</b></p><p></p><p><b>code</b>: <span title="Codes: {http://loinc.org 21906-3}">Regional lymph nodes.clinical [Class] Cancer</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy Shaw</a></p><p><b>effective</b>: 2019-04-01</p><p><b>value</b>: <span title="Codes: {http://cancerstaging.org cN3}">N3</span></p><p><b>method</b>: <span title="Codes: {http://snomed.info/sct 897275008}">American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="21906-3"/>
      <display value="Regional lymph nodes.clinical [Class] Cancer"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2019-04-01"/>
  <performer>🔗 
    <reference value="Practitioner/1"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://cancerstaging.org"/>
      <code value="cN3"/>
      <display value="N3"/>
    </coding>
  </valueCodeableConcept>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="897275008"/>
      <display
               value="American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)"/>
    </coding>
  </method>
</Observation>