> For the complete documentation index, see [llms.txt](https://docs.snomed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snomed.org/implementation-guides/cancer-synoptic-reporting-implementation-guide/4-information-models-and-terminology-binding/4.1-general-cancer-report-structure.md).

# General Cancer Report Structure

The cancer pathology report follows a general structure. The synoptic report is a summation of the required diagnostic and prognostic data elements identified in each of the following steps:

1. **Case**. A case is defined as a review of all tissue excised from the patient during a single surgery. (Note: In many surgeries, multiple organs or portions of organs are excised. Each excised organ, or portion of an organ, is considered a "Part".)
2. **Gross Description**. Each tissue part excised is visually described by the pathologist as received from the surgeon/surgical suite. Information documented includes what organ, or portion of an organ, the part consists of, the overall appearance, weight, and size. The Gross Description is a non-microscopic assessment of the tissue to be microscopically examined.
3. **Microscopic examination**. This section of the pathology report is performed and recorded after each part is prepared for microscopic examination. Preparation includes dissecting portions of each part; fixing the tissue in formalin, which stops tissue metabolism and degradation; embedding the tissue in paraffin wax; microtome (very, very thinly slicing portions) of the paraffin-embedded tissue; mounting microtome tissue onto glass slides; and staining the mounted tissue using prescribed diagnostic staining techniques, primarily hematoxylin and eosin.

Upon tissue preparation, tissue specimens are examined using light microscopy. The pathologist assesses each slide and determines the notable presence and absence of normal and diseased portions of the tissue. The report may consist of a textual review of each part or a summative enumeration of observations.

4. **Additional studies**. In this section, additional diagnostic and/or prognostic information is described. This may include review of immunohistochemically stained tissue, cytogenetic examinations, or gene sequencing results.
5. **The synoptic report.** One or more tissue parts examined are considered diagnostic and representative of the case in toto. If the case results in a diagnosis of cancer, a synoptic protocol is completed for the case. Usual practice is to associate the protocol with a single part as submitted, which is considered representative of the entire case, and supplement the protocol summation with notable components from other parts. For example, a colon resection will consist of portions of the colon and lymph nodes. Each portion of the colon and the lymph nodes are treated as different parts. Thus, a colon cancer diagnosis will be rendered and associated with a colon part, and the presence of lymphatic involvement will be based on the lymph node parts but included in the overall cancer report associated with the colon part.

Reporting protocols are specific to the primary organ system (anatomic location) of the malignant neoplasm. The specific aspects of the neoplasm to be assessed and the acceptable observations are enumerated within each protocol. Types of necessary observations follow common concept modeling, but terminology binding is unique to each protocol. Terminology bindings for College of American Pathologists (CAP) and International Collaboration on Cancer Reporting (ICCR)-based reporting protocols are available from each organization.

### The diagram below shows the pathology cancer report's high-level information model in UML format

<figure><img src="/files/kGJnYjPxyAZQIlIb8Gtn" alt=""><figcaption></figcaption></figure>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=Cancer+Synoptic+IG&#x26;entry.670899847=General%20Cancer%20Report%20Structure" class="button primary">Provide Feedback</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.snomed.org/implementation-guides/cancer-synoptic-reporting-implementation-guide/4-information-models-and-terminology-binding/4.1-general-cancer-report-structure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
