Aplastic Anaemia

PH3283 / 8276

OpenSAFELY

Jan 26, 2026

REGISTERING DOI...

OpenCodelists Phenotype
  1. Overview

    Codelist ID
    opensafely/aplastic-anaemia
    Version ID
    58ac196d
    Version Tag
    2020-04-24
    Coding System
    Read codes v3
    Collections
    OpenCodelistPhenotype Library
    Tags
    No data
  2. Definition

    This codelist was taken from OpenCodelists, created by OpenSAFELY. We recommend viewing this Phenotype on the OpenCodelist website to view the most recent version.

    Codes indicating diagnosis of aplastic anaemia

    © University of Oxford for the Bennett Institute for Applied Data Science 2025. This work may be copied freely for non-commercial research and study.

  3. Methodology

    This codelist was derived by the following method:

    • Read 2 Codelist provided by LSHTM. See reference for relevant paper.
    • Codes from Quality Outcome Framework (QOF) were examined and relevant aplastic anaemia codes taken
    • Codes from SNOMED were taken by searching for relevant aplastic anaemia terms

    These 3 lists were mapped into CTV3 by TPP to create one list. This list was examined by 4 people and the following logic applied (see github issue for more detail):

    • Pure red cell aplasia excluded
    • Pancytopenia NOS was excluded from this list but included in the temporary immunosuppression list
    • T-cell mediated cytopenia excluded as it's thought to be a mechanism to cause aplastic anaemia but also possibly ITP and other single cell line reductions
    • Hypoplastic haemolytic and renal anaemia drugs excluded
  4. References

  5. Clinical Codelist

  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH3283/version/8276/detail/?format=json
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get details of Phenotype

    phenotype_details = client$phenotypes$get_detail(
     'PH3283',
     version_id=8276
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get details of Phenotype

    phenotype_detail = client.phenotypes.get_detail(
     'PH3283',
     version_id=8276
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH3283/version/8276/export/codes/?format=json
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get codelist of Phenotype

    phenotype_codelist = client$phenotypes$get_codelist(
     'PH3283',
     version_id=8276
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of Phenotype

    phenotype_codelist = client.phenotypes.get_codelist(
     'PH3283',
     version_id=8276
    )

  7. Version History

    Version IDNameOwnerPublish date
    Aplastic Anaemia ieuan.scanlon2026-01-26 23:09