Sample Files: AI-Complaint-Assistant with prompt: Difference between revisions

From AI Assistant App
mNo edit summary
mNo edit summary
Line 11: Line 11:
| <strong>Settings.txt</strong>
| <strong>Settings.txt</strong>
|-
|-
| CONFIG:OpenFDA-Vertex-V1.0  // identifies schema version (readonly)
|  
CONFIG:OpenFDA-Vertex-V1.0  // identifies schema version (readonly)
 
https_url1:  // openFDA api for source data
https_url1:  // openFDA api for source data
limit1:  // limit of query results
limit1:  // limit of query results
report_title:  // title of output report
report_title:  // title of output report
data1_fields:  // data fields to be analyzed in MDR query results
data1_fields:  // data fields to be analyzed in MDR query results
KEYWORD1-SEARCH:  // general keyword search terms (matched in any field)
KEYWORD1-SEARCH:  // general keyword search terms (matched in any field)


SEARCH1-FIELDS:SEARCH1-TERMS  // query search fields and terms
SEARCH1-FIELDS:SEARCH1-TERMS  // query search fields and terms, see openFDA device_search_fields.xlsx for full details of searchable fields
date_received:[20200101+TO+20240315]
 
device.device_report_product_code:(FMF)
date_received: // example field
 
device.device_report_product_code: // example field


SORT1-FIELD:SORT1-TERM  // query results sorting
SORT1-FIELD:SORT1-TERM  // query results sorting

Revision as of 20:58, 7 April 2024

You can share your own app files on this page. Please include a brief description of your app files.

Reference files

File:ComplaintAssessmentPrompt-Schema.zip

File:OpenFDA device search fields.xlsx

Sample App Files

Media: Basic-Complaint-Assessment-with-prompt.zip Description: Settings includes filter on product code FMF and date range from 2020 to present. Prompts for matching top similar product problem codes and individual MAUDE reports using semantic similarity.