CCU002_06 Hormone Replacement Therapy (hrt)

Samantha Ip, Teri-Louise North, Fatemeh Torabi, Yangfan Li, Hoda Abbasizanjani, Ashley Akbari, Elsie Horne, Rachel Denholm, Spencer Keene, Spiros Denaxas, Kamlesh Khunti, Cathie Sudlow, William N Whiteley, Jonathan A C Sterne, Angela M Wood, Venexia Walker

PH1632 / 3240 Clinical-Coded Phenotype

  1. Overview

  2. Definition

    No data
  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Samantha Ip, Teri-Louise North, Fatemeh Torabi, Yangfan Li, Hoda Abbasizanjani, Ashley Akbari, Elsie Horne, Rachel Denholm, Spencer Keene, Spiros Denaxas, Kamlesh Khunti, Cathie Sudlow, William N Whiteley, Jonathan A C Sterne, Angela M Wood, Venexia Walker. PH1632 / 3240 - CCU002_06 Hormone Replacement Therapy (hrt). Phenotype Library [Online]. 12 February 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1632/version/3240/detail/. [Accessed 25 April 2025]

  6. API

    To Export Phenotype Details:

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

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of phenotype

    phenotype_codelist = client.phenotypes.get_detail(
     'PH1632',
     version_id=3240
    )

    To Export Phenotype Code List:

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

    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(
     'PH1632',
     version_id=3240
    )

  7. Version History

    Version IDNameOwnerPublish date
    CCU002_06 Hormone Replacement Therapy (hrt) yangfanli2025-04-15 16:36