Skip to content

Job request: 20074

Organisation:
University of Manchester
Workspace:
digital-access-to-primary-care
ID:
3zlsfrronlgmo2oy

This page shows the technical details of what happened when the authorised researcher Abodunrin Aminu 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

Pipeline

Show project.yaml
version: '3.0'

expectations:
  population_size: 1000

actions:

  generate_consultation_dataset:
    run: >
      ehrql:v0
        generate-dataset analysis/dataset_definition.py
        --output output/consultation_dataset.arrow
    outputs:
      highly_sensitive:
        study_population: output/consultation_dataset.arrow

  summarise_consultation_dataset:
    run: >
      r:latest analysis/summarise_consultation_dataset.R
    needs: [generate_consultation_dataset]
    outputs:
      moderately_sensitive:
        measure_csv: output/summary_consultation_dataset.csv

  visualise_consultation_dataset:
    run: >
      r:latest analysis/visualise_consultation_dataset.R
    needs: [summarise_consultation_dataset]
    outputs:
      moderately_sensitive:
        measure_csv: output/figure_consultation_type_by_age_group.png

Timeline

  • Created:

  • Started:

  • Finished:

  • Runtime: 00:33:00

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

Job request

Status
Failed
Backend
TPP
Requested by
Abodunrin Aminu
Branch
main
Force run dependencies
No
Git commit hash
2bd9183
Requested actions
  • generate_consultation_dataset
  • summarise_consultation_dataset

Code comparison

Compare the code used in this job request

  • No previous job request available for comparison