File size: 1,397 Bytes
ec59761
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "patient_demographics": {
    "patient_id": "ANODE-ONC-75270",
    "age": 80,
    "gender": "Female",
    "ethnicity": "Hispanic"
  },
  "clinical_oncology_profile": {
    "primary_diagnosis": "Infiltrating Ductal Carcinoma (Breast Cancer)",
    "stage_at_presentation": "T2N0M0 (Stage IIA)",
    "histological_grade": "Grade 1 (Well Differentiated)",
    "biomarker_status": {
      "ER": "Positive (60%)",
      "PR": "Positive (75%)",
      "HER2": "Negative (1+ by IHC)"
    }
  },
  "genomic_sequencing_data": {
    "sequencing_type": "Targeted Next-Generation Sequencing (NGS)",
    "somatic_variants_detected": [
      {
        "gene": "PIK3CA",
        "alteration": "p.E545K",
        "variant_allele_frequency_vaf": 0.46
      },
      {
        "gene": "ESR1",
        "alteration": "p.D538G",
        "variant_allele_frequency_vaf": 0.23
      },
      {
        "gene": "TP53",
        "alteration": "p.R273H",
        "variant_allele_frequency_vaf": 0.42
      }
    ]
  },
  "longitudinal_treatment_ehr": {
    "line_of_therapy": 1,
    "regimen_administered": "Palbociclib + Letrozole",
    "cycles_completed": 7,
    "adverse_events_ctcae_v5": [
      {
        "toxicity": "Fatigue",
        "grade": 3,
        "action_taken": "Supportive care"
      }
    ],
    "treatment_response_recist_1_1": "Complete Response (CR)",
    "progression_free_survival_months": 50.0
  }
}