> 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/snomed-ct-specifications/snomed-ct-editorial-guide/readme/authoring/domain-specific-modeling/body-structure/index/naming-convention-for-cells-expressing-antigens.md).

# Naming Convention for Cells Expressing Antigens

## Fully specified name

Order antigens numerically first.

* For example,
  * 732279009 |Cell positive for CD3 antigen and positive for CD4 antigen (cell)|
  * NOT
  * Cell positive for CD4 antigen and positive for CD3 antigen

Named antigens follow in alphabetical order.

* For example,
  * 1373093007 |Cell positive for CD10 antigen and positive for FMC7 antigen (cell)|
  * NOT
  * Cell positive for FMC7 antigen and positive for CD10 antigen

Include “positive”/”negative” for each antigen individually.  Do not group by positive or negative expressions.

* For example,
  * 1373277009 |Cell positive for CD4 antigen and negative for CD25 antigen and positive for CD127 antigen (cell)|
  * NOT
  * Cell positive for CD4 and CD127 antigen and negative for CD127 antigen,

## Preferred Term

The PT includes the “shorthand" expression. This terming is commonly used in the domain.

* For example,
  * 1373277009 |Cell positive for CD4 antigen and negative for CD25 antigen and positive for CD127 antigen (cell)| has a PT of “CD4+CD25-CD127+ cell”
  * 1373093007 |Cell positive for CD10 antigen and positive for FMC7 antigen (cell)| has a PT of “CD10+FMC7+ cell”

## Additional descriptions

Include an acceptable description of the FSN minus the semantic tag.

If appropriate, include an acceptable description with the expansion of a gene name, and include the word *antigen*.

* For example,
  * ![](/files/nSfa9NvZMymIv3Izu4cq)

Note:  *Not all existing content conforms to this guidance.*&#x20;

{% hint style="info" %}
See also [*Modeling* *Cells Expressing Antigens*](/snomed-ct-specifications/snomed-ct-editorial-guide/readme/authoring/domain-specific-modeling/body-structure/index-1/cell.md#modeling-of-cells-expressing-antigens)
{% endhint %}


---

# 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/snomed-ct-specifications/snomed-ct-editorial-guide/readme/authoring/domain-specific-modeling/body-structure/index/naming-convention-for-cells-expressing-antigens.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.
