Skip to content

Job request: 26098

Organisation:
King's College London
Workspace:
inflammatory_rheum
ID:
23bltjgazxynzqk4

This page shows the technical details of what happened when the authorised researcher Mark Russell requested one or more actions to be run against real patient data within a secure environment.

By cross-referencing the list of jobs with the pipeline section below, you can infer what security level the outputs were written to.

The output security levels are:

  • highly_sensitive
    • Researchers can never directly view these outputs
    • Researchers can only request code is run against them
  • moderately_sensitive
    • Can be viewed by an approved researcher by logging into a highly secure environment
    • These are the only outputs that can be requested for public release via a controlled output review service.

Jobs

  • Action:
    generate_dataset_incidence
    Status:
    Pending
    Job identifier:
    gkcp2iep2rnl26lt
  • Action:
    generate_dataset_gca
    Status:
    Pending
    Job identifier:
    mkrq4t4vgtnapvz3

Pipeline

Show project.yaml
version: '4.0'

actions:    
  generate_dataset_incidence:
    run: ehrql:v1 generate-dataset analysis/dataset_definition_incidence.py
      --output output/dataset_incidence.csv
      --
      --studystart_date "2016-04-01"
      --studyend_date "2025-03-31"
      --studyfup_date "2025-09-30"
      --diseases_list eia rheumatoid psa axialspa undiffia gca sjogren ssc sle myositis anca
      --registration_months 12
    outputs:
      highly_sensitive:
        cohort: output/dataset_incidence.csv

  generate_dataset_incidence_ref:
    run: ehrql:v1 generate-dataset analysis/dataset_definition_incidence_ref.py 
      --output output/dataset_incidence_ref.csv
      --
      --studystart_date "2016-04-01"
      --studyend_date "2025-03-31"
    outputs:
      highly_sensitive:
        cohort: output/dataset_incidence_ref.csv

  reference_cleaning:
    run: stata-mp:latest analysis/003_reference_cleaning.do
    needs: [generate_dataset_incidence_ref]
    outputs:
      moderately_sensitive:
        log1: logs/reference_cleaning.log   
        table1: output/tables/reference_table_rounded.csv        

  generate_dataset_gca:
      run: ehrql:v1 generate-dataset analysis/dataset_definition_gca.py 
        --output output/dataset_gca.csv
        --
        --studystart_date "2016-04-01"
        --studyend_date "2025-03-31"
        --studyfup_date "2025-09-30"
        --diseases_list eia rheumatoid psa axialspa undiffia gca sjogren ssc sle myositis anca
        --registration_months 12
      needs: [generate_dataset_incidence]
      outputs:
        highly_sensitive:
          cohort: output/dataset_gca.csv

  # gca_cleaning:
  #   run: stata-mp:latest analysis/101_gca_cleaning.do ""2016-04-01" "2025-03-31" "2025-09-30"
  #   needs: [generate_dataset_gca]
  #   outputs:
  #     highly_sensitive:
  #       log1: logs/gca_cleaning.log   
  #       data1: output/data/gca_clean.dta

Timeline

  • Created:

  • Runtime:

These timestamps are generated and stored using the UTC timezone on the TPP backend.

Job request

Status
Pending
Backend
TPP
Workspace
inflammatory_rheum
Requested by
Mark Russell
Branch
main
Force run dependencies
No
Git commit hash
c0dcf45
Requested actions
  • generate_dataset_incidence
  • generate_dataset_gca

Code comparison

Compare the code used in this job request