| T0 | Patient | Patient/{{id}} | (from existing app launch / context) | A |
| T1 | Condition Active conditions define the differential the order is working — core structured indication material. | Condition?patient={{context.patientId}}&clinical-status=active&_count=100 | patient/Condition.rs | A |
| T1 | Encounter ED vs inpatient vs ambulatory changes the decision frame for the reconstructed indication. | Encounter?patient={{context.patientId}}&_sort=-date&_count=5 | patient/Encounter.rs | A |
| T1 | Observation — labs Recent labs (WBC, lactate, CRP, troponin, D-dimer, LFTs, lipase, INR, hCG, eGFR) change study territory and urgency framing. | Observation?patient={{context.patientId}}&category=laboratory&code=6690-2,26464-8,2524-7,32693-4,1988-5,30522-7,10839-9,6598-7,67151-1,48065-7,48066-5,48067-3,7799-0,1742-6,1920-8,6768-6,1975-2,3040-3,6301-6,34714-6,2106-3,80384-1,33914-3,69405-9,62238-1,77147-7,2160-0&_sort=-date&_count=50 | patient/Observation.rs | A |
| T1 | Observation — vitals Vitals (HR, BP, SpO₂, temp, RR, FiO₂) ground acuity and exam-finding elements for Phase A. | Observation?patient={{context.patientId}}&category=vital-signs&_sort=-date&_count=20 | patient/Observation.rs | A |
| T2 | AllergyIntolerance Contrast and other allergies support premedication or modality-change context in the chart. | AllergyIntolerance?patient={{context.patientId}}&clinical-status=active&_count=50 | patient/AllergyIntolerance.rs | A |
| T2 | Device Implanted devices and MRI conditionality matter to indication completeness and modality choice context. | Device?patient={{context.patientId}}&_count=20 | patient/Device.rs | A |
| T2 | MedicationRequest Active meds (anticoagulation, metformin, nephrotoxics) enrich mechanism and prior-treatment context. | MedicationRequest?patient={{context.patientId}}&status=active&_count=100 | patient/MedicationRequest.rs | A |
| T2 | Procedure Recent procedures and surgeries frame implant/post-op status relevant to the indication. | Procedure?patient={{context.patientId}}&_sort=-date&_count=20 | patient/Procedure.rs | A |
| T3 | DocumentReference Clinical notes are the richest narrative source for Phase B (mechanism, red flags, functional impact). | DocumentReference?patient={{context.patientId}}&category=clinical-note&_sort=-date&_count=10 | patient/DocumentReference.rs | B |
| T3 | DiagnosticReport — pathology Pathology reports (known malignancy) change staging-protocol framing for the indication. | DiagnosticReport?patient={{context.patientId}}&category=http://loinc.org|LP7839-6&_sort=-date&_count=10 | patient/DiagnosticReport.rs | B |
| T3 | DiagnosticReport — radiology Prior radiology reports change protocol context (e.g. delayed-phase follow-up) for the reconstructed indication. | DiagnosticReport?patient={{context.patientId}}&category=http://loinc.org|LP29684-5&_sort=-date&_count=10 | patient/DiagnosticReport.rs | B |