> 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-practical-guides/snomed-ct-data-analytics-guide/appendix/12.1-project-case-studies/12.1.5-radiology-activity-uk.md).

# Radiology Activity (UK)

Migration to native SNOMED CT electronic patient records is in progress in the United Kingdom National Health Service (NHS). In order to promote interoperability, usability and activity reporting, the NHS introduced a national standard set of imaging codes in 2005 – the National Clinical Imaging Procedure code set (NCIP).

While SNOMED CT was the prime candidate for populating the NCIP, many Radiology Information Systems (RIS) and Picture Archiving and Communication (PAC) systems at the time could not accommodate SNOMED CT 18-digit concept identifiers or (up to) 255 character descriptions without disruptive and costly software changes. There was also no consistent way to represent laterality of procedures, and some legacy systems required the creation of separate orderable items for each laterality – for example 'Plain X-ray left wrist', 'Plain X-ray right wrist', and 'Plan X-ray both wrists'. For these reasons, the NCIP code set was developed based on SNOMED CT, but with the addition of unique identifiers compatible with legacy system's character limitations (6 alphabetic characters), up to 40 character human readable descriptions, and additional laterality metadata. For example, [60027007 | Radiography of wrist|](http://snomed.info/id/60027007) is represented within NCIP as:

| **SCT ID** | **Laterality\_ID** | **Laterality** | **Short\_Code** | **Preferred** |
| ---------- | ------------------ | -------------- | --------------- | ------------- |
| 60027007   | 51440002           | Right and left | XWRIB           | XR Wrist Both |
| 60027007   | 7771000            | Left           | XWRIL           | XR Wrist Lt   |
| 60027007   | 24028007           | Right          | XWRIR           | XR Wrist Rt   |

NCIP short codes are 'meaningful', in that the modality of the procedure is defined by the first character of the code, and the finding site and laterality are both explicitly represented in the code.

Each hospital submits mandatory data extracts using NCIP from both legacy and SNOMED CT capable RIS. In addition to details of the imaging procedures, information about the referral source, patient type, demographics and times of each imaging related event are also collected centrally. The data from all sites is then combined and multiple reports are extracted. Hospitals can view their activity data via the iView web based reporting tool and compare their activity with other centers.

Analytics on this central platform are wholly SNOMED CT based. SNOMED CT hierarchies support sophisticated reports – for example, the monthly waiting times for Magnetic Resonance Imaging excluding Cardiac MRI and MRI guided procedures is specified as:

* **Includes** hierarchy << [113091000 | Magnetic resonance imaging|](http://snomed.info/id/113091000)
* **Excludes** hierarchy << [258177008 | Magnetic resonance imaging guidance|](http://snomed.info/id/258177008)
* **Excludes** hierarchy << [241620005 | Magnetic resonance imaging of heart|](http://snomed.info/id/241620005)

<figure><img src="/files/AxWyjcYDfNqXP7Rm59KI" alt=""><figcaption><p>Detail of SNOMED CT based report on the NHS iView platform</p></figcaption></figure>

***

<table><thead><tr><th width="88.44921875">Footnotes Ref</th><th>Notes</th></tr></thead><tbody><tr><td>1</td><td><a href="http://systems.hscic.gov.uk/data/uktc/imaging/nicipfaqs_">http://systems.hscic.gov.uk/data/uktc/imaging/nicipfaqs_</a></td></tr></tbody></table>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=Data+Analytics+Guide&#x26;entry.670899847=Radiology%20Activity%20%28UK%29" 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/snomed-ct-practical-guides/snomed-ct-data-analytics-guide/appendix/12.1-project-case-studies/12.1.5-radiology-activity-uk.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.
