Files
distillation/easydistill/mmkd/prompt_templates.json

890 lines
26 KiB
JSON
Raw Normal View History

{
"templates": [
{
"prompts": {
"en": [
"Get doctor information",
"Who is the doctor?",
"Provide doctor details"
],
"fr": [
"Obtenir les informations du médecin",
"Qui est le médecin ?",
"Fournir les détails du médecin"
]
},
"group_name": "doctor_info",
"target_keys": [
"doctor_name",
"profession",
"adeli_number",
"invoice_issuer"
]
},
{
"prompts": {
"en": [
"Who is the patient?",
"Get patient info",
"Show insured person's details"
],
"fr": [
"Qui est le patient ?",
"Obtenir les infos du patient",
"Afficher les détails de l'assuré"
]
},
"group_name": "patient_info",
"target_keys": [
"insured_name",
"beneficiary_name",
"security_number"
]
},
{
"prompts": {
"en": [
"Give me the billing summary",
"Show the bill summary",
"Billing overview"
],
"fr": [
"Donnez-moi le résumé de la facturation",
"Afficher le résumé de la facture",
"Aperçu de la facturation"
]
},
"group_name": "billing_summary",
"target_keys": [
"invoice_date",
"total_billed",
"amount_paid",
"bill_paid",
"currency"
]
},
{
"prompts": {
"en": [
"What services were provided?",
"List the services",
"Show service details"
],
"fr": [
"Quels services ont été fournis ?",
"Lister les services",
"Afficher le détail des services"
]
},
"group_name": "service_details",
"target_keys": [
"items"
]
},
{
"prompts": {
"en": [
"What is the payment status?",
"Was the bill paid?",
"Show payment details"
],
"fr": [
"Quel est le statut du paiement ?",
"La facture a-t-elle été payée ?",
"Afficher les détails du paiement"
]
},
"group_name": "payment_status",
"target_keys": [
"bill_paid",
"amount_paid",
"total_billed",
"remaining_payment"
]
},
{
"prompts": {
"en": [
"List the doctor's professional numbers",
"Get professional IDs"
],
"fr": [
"Lister les numéros professionnels du médecin",
"Obtenir les identifiants professionnels"
]
},
"group_name": "professional_ids",
"target_keys": [
"adeli_number",
"rpps_number",
"finess_number"
]
},
{
"prompts": {
"en": [
"What was the period of care?",
"Show care dates"
],
"fr": [
"Quelle était la période de soins ?",
"Afficher les dates de soins"
]
},
"group_name": "care_period",
"target_keys": [
"care_start_date",
"care_end_date",
"items"
]
},
{
"prompts": {
"en": [
"Show coverage and out-of-pocket costs",
"Financial coverage details"
],
"fr": [
"Afficher la couverture et le reste à charge",
"Détails de la couverture financière"
]
},
"group_name": "financial_coverage",
"target_keys": [
"mandatory_coverage",
"out_of_pocket"
]
},
{
"prompts": {
"en": [
"Show all details from the invoice",
"Full invoice data"
],
"fr": [
"Afficher tous les détails de la facture",
"Données complètes de la facture"
]
},
"group_name": "invoice_details",
"target_keys": [
"invoice_date",
"invoice_issuer",
"total_billed",
"items"
]
},
{
"prompts": {
"en": [
"Who was the beneficiary of the service?",
"Get beneficiary info"
],
"fr": [
"Qui était le bénéficiaire du service ?",
"Obtenir les informations du bénéficiaire"
]
},
"group_name": "beneficiary_info",
"target_keys": [
"beneficiary_name",
"beneficiary_dob"
]
},
{
"prompts": {
"en": [
"Get all financial fields",
"Show all money fields"
],
"fr": [
"Obtenir tous les champs financiers",
"Afficher tous les champs monétaires"
]
},
"group_name": "full_financials",
"target_keys": [
"total_billed",
"amount_paid",
"mandatory_coverage",
"out_of_pocket",
"remaining_payment",
"currency"
]
},
{
"prompts": {
"en": [
"Who is the provider?",
"Who provided the service?"
],
"fr": [
"Qui est le prestataire ?",
"Qui a fourni le service ?"
]
},
"group_name": "provider_identity",
"target_keys": [
"doctor_name",
"profession"
]
},
{
"prompts": {
"en": [
"Show patient identification details",
"Patient ID info"
],
"fr": [
"Afficher les détails d'identification du patient",
"Infos d'identification du patient"
]
},
"group_name": "patient_identity",
"target_keys": [
"insured_name",
"security_number",
"insured_dob"
]
},
{
"prompts": {
"en": [
"How uch did the service item cost?",
"Item cost"
],
"fr": [
"Combien a coûté l'acte ?",
"Comût de l'acte"
]
},
"group_name": "service_item_cost",
"target_keys": [
"items.amount",
"items.description"
]
},
{
"prompts": {
"en": [
"When was the specific service rendered?",
"Date of service item"
],
"fr": [
"Quand le service spécifique a-t-il été rendu ?",
"Date de l'acte"
]
},
"group_name": "service_item_date",
"target_keys": [
"items.date_of_service",
"items.description"
]
},
{
"prompts": {
"en": [
"Who created the bill?",
"Who is the issuer?"
],
"fr": [
"Qui a créé la facture ?",
"Qui est l'émetteur ?"
]
},
"group_name": "invoice_issuer_details",
"target_keys": [
"invoice_issuer",
"invoice_date"
]
},
{
"prompts": {
"en": [
"Is this a bill?",
"What is the document type?"
],
"fr": [
"Est-ce une facture ?",
"Quel est le type de document ?"
]
},
"group_name": "document_type",
"target_keys": [
"is_bill"
]
},
{
"prompts": {
"en": [
"Show all money-related fields",
"List all monetary values"
],
"fr": [
"Afficher tous les champs liés à l'argent",
"Lister toutes les valeurs monétaires"
]
},
"group_name": "monetary_details",
"target_keys": [
"total_billed",
"amount_paid",
"out_of_pocket",
"remaining_payment",
"currency"
]
},
{
"prompts": {
"en": [
"List all dates on the document",
"Show all dates"
],
"fr": [
"Lister toutes les dates sur le document",
"Afficher toutes les dates"
]
},
"group_name": "all_dates",
"target_keys": [
"care_start_date",
"care_end_date",
"invoice_date",
"insured_dob",
"beneficiary_dob"
]
},
{
"prompts": {
"en": [
"List all people mentioned",
"Show all names"
],
"fr": [
"Lister toutes les personnes mentionnées",
"Afficher tous les noms"
]
},
"group_name": "all_names",
"target_keys": [
"doctor_name",
"insured_name",
"beneficiary_name",
"invoice_issuer"
]
},
{
"prompts": {
"en": [
"Get only the insured person's info",
"Insured person details"
],
"fr": [
"Obtenir uniquement les informations de l'assuré",
"Détails de la personne assurée"
]
},
"group_name": "insured_only",
"target_keys": [
"insured_name",
"insured_dob",
"security_number"
]
},
{
"prompts": {
"en": [
"What is the ADELI number?",
"Show me the ADELI"
],
"fr": [
"Quel est le numéro ADELI ?",
"Montrez-moi le numéro ADELI"
]
},
"group_name": "adeli_number",
"target_keys": [
"adeli_number"
]
},
{
"prompts": {
"en": [
"What is the currency used?",
"Show the currency"
],
"fr": [
"Quelle est la devise utilisée ?",
"Afficher la devise"
]
},
"group_name": "currency_info",
"target_keys": [
"currency"
]
},
{
"prompts": {
"en": [
"Show service quantity and description",
"What was the quantity of services?"
],
"fr": [
"Afficher la quantité et la description du service",
"Quelle était la quantité de services ?"
]
},
"group_name": "service_quantity",
"target_keys": [
"items.quantity",
"items.description"
]
},
{
"prompts": {
"en": [
"Financial reconciliation",
"Show billed vs paid"
],
"fr": [
"Rapprochement financier",
"Afficher le facturé par rapport au payé"
]
},
"group_name": "financial_reconciliation",
"target_keys": [
"total_billed",
"amount_paid",
"remaining_payment"
]
},
{
"prompts": {
"en": [
"Is the doctor the same as the issuer?",
"Compare doctor and issuer"
],
"fr": [
"Le médecin est-il le même que l'émetteur ?",
"Comparer le médecin et l'émetteur"
]
},
"group_name": "doctor_vs_issuer",
"target_keys": [
"doctor_name",
"invoice_issuer"
]
},
{
"prompts": {
"en": [
"Are there any missing professional numbers?",
"Check for null IDs"
],
"fr": [
"Y a-t-il des numéros professionnels manquants ?",
"Vérifier les identifiants nuls"
]
},
"group_name": "missing_ids",
"target_keys": [
"adeli_number",
"rpps_number",
"finess_number"
]
},
{
"prompts": {
"en": [
"Show patient and service date",
"Who received care and when?"
],
"fr": [
"Afficher le patient et la date du service",
"Qui a reçu les soins et quand ?"
]
},
"group_name": "patient_and_service_date",
"target_keys": [
"beneficiary_name",
"items.date_of_service"
]
},
{
"prompts": {
"en": [
"Give me the total amount due",
"What was the total cost?"
],
"fr": [
"Donnez-moi le montant total dû",
"Quel était le coût total ?"
]
},
"group_name": "total_cost",
"target_keys": [
"total_billed"
]
},
{
"prompts": {
"en": [
"Provide the social security number",
"What is the security number?"
],
"fr": [
"Fournir le numéro de sécurité sociale",
"Quel est le numéro de sécurité sociale ?"
]
},
"group_name": "security_number_info",
"target_keys": [
"security_number"
]
},
{
"prompts": {
"en": [
"Dump all data",
"Show me everything"
],
"fr": [
"Extraire toutes les données",
"Montre-moi tout"
]
},
"group_name": "full_dump",
"target_keys": [
"is_bill",
"profession",
"adeli_number",
"rpps_number",
"finess_number",
"doctor_name",
"total_billed",
"bill_paid",
"amount_paid",
"mandatory_coverage",
"out_of_pocket",
"remaining_payment",
"insured_name",
"insured_dob",
"beneficiary_name",
"beneficiary_dob",
"care_start_date",
"care_end_date",
"invoice_date",
"security_number",
"invoice_issuer",
"currency",
"items"
]
},
{
"prompts": {
"en": [
"What is the doctor's specialty?",
"Doctor's profession"
],
"fr": [
"Quelle est la spécialité du médecin ?",
"Profession du médecin"
]
},
"group_name": "doctor_profession",
"target_keys": [
"profession"
]
},
{
"prompts": {
"en": [
"Show invoice date and due amount",
"When was the bill issued and for how much?"
],
"fr": [
"Afficher la date de la facture et le montant dû",
"Quand la facture a-t-elle été émise et pour quel montant ?"
]
},
"group_name": "invoice_date_and_amount",
"target_keys": [
"invoice_date",
"total_billed"
]
},
{
"prompts": {
"en": [
"Are there any remaining payments?",
"Is there a balance due?"
],
"fr": [
"Y a-t-il des paiements restants ?",
"Y a-t-il un solde dû ?"
]
},
"group_name": "remaining_balance_check",
"target_keys": [
"remaining_payment",
"bill_paid"
]
},
{
"prompts": {
"en": [
"Show all patient-related dates",
"What are the patient's dates?"
],
"fr": [
"Afficher toutes les dates relatives au patient",
"Quelles sont les dates du patient ?"
]
},
"group_name": "patient_dates",
"target_keys": [
"insured_dob",
"beneficiary_dob"
]
},
{
"prompts": {
"en": [
"List service, date, and amount",
"Give me a line item breakdown"
],
"fr": [
"Lister le service, la date et le montant",
"Donnez-moi une ventilation par poste"
]
},
"group_name": "line_item_summary",
"target_keys": [
"items.description",
"items.date_of_service",
"items.amount"
]
},
{
"prompts": {
"en": [
"Who is the insured person?",
"Get insured party details"
],
"fr": [
"Qui est l'assuré ?",
"Obtenir les détails de la partie assurée"
]
},
"group_name": "insured_person_details",
"target_keys": [
"insured_name",
"insured_dob"
]
},
{
"prompts": {
"en": [
"What was the amount paid?",
"How much has been paid?"
],
"fr": [
"Quel était le montant payé ?",
"Combien a été payé ?"
]
},
"group_name": "amount_paid_info",
"target_keys": [
"amount_paid"
]
},
{
"prompts": {
"en": [
"Check for RPPS number",
"Is there an RPPS number?"
],
"fr": [
"Vérifier le numéro RPPS",
"Y a-t-il un numéro RPPS ?"
]
},
"group_name": "rpps_check",
"target_keys": [
"rpps_number"
]
},
{
"prompts": {
"en": [
"Check for FINESS number",
"Is there a FINESS number?"
],
"fr": [
"Vérifier le numéro FINESS",
"Y a-t-il un numéro FINESS ?"
]
},
"group_name": "finess_check",
"target_keys": [
"finess_number"
]
},
{
"prompts": {
"en": [
"Show all billing identifiers",
"List all bill IDs"
],
"fr": [
"Afficher tous les identifiants de facturation",
"Lister tous les ID de facture"
]
},
"group_name": "billing_identifiers",
"target_keys": [
"invoice_date",
"security_number",
"adeli_number"
]
},
{
"prompts": {
"en": [
"Was there mandatory coverage applied?",
"Check mandatory coverage"
],
"fr": [
"Une couverture obligatoire a-t-elle été appliquée ?",
"Vérifier la couverture obligatoire"
]
},
"group_name": "mandatory_coverage_check",
"target_keys": [
"mandatory_coverage"
]
},
{
"prompts": {
"en": [
"How much was out of pocket?",
"Check out-of-pocket expense"
],
"fr": [
"Combien était le reste à charge ?",
"Vérifier le reste à charge"
]
},
"group_name": "out_of_pocket_check",
"target_keys": [
"out_of_pocket"
]
},
{
"prompts": {
"en": [
"Show patient name and doctor name",
"Who saw whom?"
],
"fr": [
"Afficher le nom du patient et le nom du médecin",
"Qui a vu qui ?"
]
},
"group_name": "patient_doctor_pair",
"target_keys": [
"beneficiary_name",
"doctor_name"
]
},
{
"prompts": {
"en": [
"Get service item coverage",
"Was the line item covered?"
],
"fr": [
"Obtenir la couverture de l'acte",
"L'acte était-il couvert ?"
]
},
"group_name": "service_item_coverage",
"target_keys": [
"items.mandatory_coverage",
"items.description"
]
},
{
"prompts": {
"en": [
"Show full patient and beneficiary info",
"Compare insured vs beneficiary"
],
"fr": [
"Afficher les informations complètes du patient et du bénéficiaire",
"Comparer l'assuré et le bénéficiaire"
]
},
"group_name": "insured_vs_beneficiary",
"target_keys": [
"insured_name",
"insured_dob",
"beneficiary_name",
"beneficiary_dob"
]
},
{
"prompts": {
"en": [
"What is the invoice date?",
"When was the bill created?"
],
"fr": [
"Quelle est la date de la facture ?",
"Quand la facture a-t-elle été créée ?"
]
},
"group_name": "invoice_date_info",
"target_keys": [
"invoice_date"
]
},
{
"prompts": {
"en": [
"Get all provider information",
"Show all details for the doctor"
],
"fr": [
"Obtenir toutes les informations sur le prestataire",
"Afficher tous les détails pour le médecin"
]
},
"group_name": "full_provider_info",
"target_keys": [
"doctor_name",
"profession",
"adeli_number",
"rpps_number",
"finess_number",
"invoice_issuer"
]
},
{
"prompts": {
"en": [
"Show me the service description only",
"What was the service?"
],
"fr": [
"Montrez-moi uniquement la description du service",
"Quel était le service ?"
]
},
"group_name": "service_description_only",
"target_keys": [
"items.description"
]
}
]
}