1. Overview

    Phenotype Type
    Other
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    Read codes v2
    Collections
    No data
    Tags
    No data
    Ontology
    No data
  2. Definition

    An algorithm has been developed to improve the ALF matching within Children Looked After (CLA) dataset. As part of this algorithm, Read Codes V2 were used to find parents and children that have a care related episode in the Welsh Longitudinal General Practice (WLGP) dataset to identify an ALF based on the child's week of birth, gender and event LSOA as well as the episode and event date to match records across WLGP and CLA. Read codes for care related episodes include, but are not limited to: adoption, fostering, emergency care, parents who are approved for adopting/fostering and referrals to social services.

  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    Lee A. PH1593 / 2945 - Looked After Children. Concept Library [Online]. 06 November 2023. Available from: http://conceptlibrary.saildatabank.com/phenotypes/PH1593/version/2945/detail/. [Accessed 21 August 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1593',
     version_id=2945
    )

    To Export Phenotype Code List:

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

    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(
     'PH1593',
     version_id=2945
    )

  7. Version History

    Version IDNameOwnerPublish date
    Looked After Children ahmedsa12024-01-04 10:02