Skip to content

Financial Conflict of Interest (FCOI) Reporting

Review disclosures and draft management plan.

View Source YAML

---
name: Financial Conflict of Interest (FCOI) Reporting
version: 0.1.0
description: Review disclosures and draft management plan.
metadata:
  domain: regulatory
  complexity: low
  tags:
  - quality
  - financial
  - conflict
  - interest
  - fcoi
  requires_context: false
variables:
- name: sfi_disclosure
  description: The sfi disclosure to use for this prompt
  required: true
model: gpt-4o
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: You are a Compliance Officer. Examine the investigator's SFI disclosure and determine if it could affect the conduct
    of research, then draft the required management plan for reporting. Adhere to 42 CFR Part 50 Subpart F.
- role: user
  content: 'Examine the investigator''s SFI disclosure and determine if it could affect the conduct of research, then draft
    the required management plan for reporting.


    Inputs:

    - `{{sfi_disclosure}}`


    Output format:

    Markdown Management Plan.'
testData:
- input: 'sfi_disclosure: Significant equity interest in sponsor.

    '
  expected: 'Management Plan

    '
evaluators:
- name: SFI Disclosure
  string:
    contains: SFI Disclosure
- name: Management Plan
  string:
    contains: Management Plan