Skip to main content
This is a real (de-identified) MedLog record generated during the SEP-1 abstraction pilot at UC San Diego Health. It captures one LLM call within a multi-step sepsis quality-reporting workflow — note the shared run_id linking it to the other calls in the same abstraction run.

Field-by-field

The Header: the protocol version, a stable event_id, the invocation timestamp, system info, and a run_id that links this call to the other LLM calls in the same SEP-1 abstraction run.
The Model instance: Llama-3.1-8B-Instruct, version 2024-07-18.
The User identity. Here the caller is an automated process (process_id: 3023) — the abstraction pipeline, not a human.
The Target identity: the patient, referenced by de-identified EHR identifiers (MRN, CSN).
The Inputs: the full prompt, including the abstraction instructions and the specific SEP-1 compliance question posed to the model.
The Internal artifacts: the model’s chain-of-thought and the supporting extracts it pulled from the note. Trace-level analysis of this field is what revealed the model’s confusion between intra-hospital transfers and true discharges.
The Output shown downstream: the answer N to the discharge question.
The Outcome: the resulting SEP-1 population category for this case.
The User feedback: the quality-and-patient-safety (QPS) analyst’s adjudication — “Agree, case passes.”
This record uses the protocol’s conceptual field names. The API reference defines the concrete event payloads a collector accepts (for example, system_metadata, caller_type/caller_id, and the typed artifact / output / outcome objects). The conceptual model and the wire format describe the same nine fields.