Marital status

CALIBER

PH18 / 36 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Lifestyle risk factor
    Sex
    Both
    Valid Event Date Range
    01/01/1999 - 01/07/2016
    Coding System
    Read codes v2Med codes
    Data Sources
    Collections
    Phenotype Library
    Tags
    No data
    Ontology
    No data
  2. Definition

  3. Implementation

    Phenoflow ID

    Please see the PhenoFLOW website here for more information on workflow-based Phenotypes.

    PhenoFLOW Reference: 64

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    • Rapsomaniki E et al. Prognostic models for stable coronary artery disease based on electronic health record cohort of 102 023 patients. Eur Heart J. 2014 Apr;35(13):844-52. doi: 10.1093/eurheartj/eht533. Epub 2013 Dec 17. PMID: 24353280

      (DOI: 10.1093/eurheartj/eht533)

    Citation Example

    CALIBER. PH18 / 36 - Marital status. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH18/version/36/detail/. [Accessed 18 February 2025]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH18',
     version_id=36
    )

    To Export Phenotype Code List:

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

    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(
     'PH18',
     version_id=36
    )

  7. Version History

    Version IDNameOwnerPublish date
    Marital status ieuan.scanlon2021-10-06 15:59