1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    Read codes v2
    Data Sources
    No data
    Collections
    No data
    Tags
    No data
    Ontology
    No data
  2. Definition

    This is an ongoing list of all known sensitive Read codes for the purposes of output review. This includes the definition of what codes are redacted at source, as well as any codes our team has found during the output review process. This list is not exhaustive; additional codes may be found in the future, and if so, they will be added here. These codes cover the following topics, which DHCW currently permit SAIL to use from datasets provided by them: pregnancy termination, miscarriage, HIV/AIDS, and other sexually transmitted diseases. No medication codes are excluded, even though certain medication would be highly specific to a sensitive condition. However, reporting on medication in such a way that it serves as a proxy for a sensitive condition would not be allowed, and would be rejected by the output review process.

  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    SAIL Output Review Team. PH1197 / 4254 - Known Sensitive Read Codes. Concept Library [Online]. 23 October 2023. Available from: http://conceptlibrary.saildatabank.com/phenotypes/PH1197/version/4254/detail/. [Accessed 20 August 2026]

  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1197/version/4254/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(
     'PH1197',
     version_id=4254
    )

    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(
     'PH1197',
     version_id=4254
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1197/version/4254/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(
     'PH1197',
     version_id=4254
    )

    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(
     'PH1197',
     version_id=4254
    )

  7. Version History

    Version IDNameOwnerPublish date
    Known Sensitive Read Codes thayerd2025-07-22 09:43