CoolFace
Datasetpublic

Builder-syntaxlabs/medical-billing-icd10-qa-sample

Medical Billing & ICD-10 Synthetic Dataset (Sample ๐Ÿš€ NEED THE FULL ENTERPRISE COMMERCIAL DATASET? Get instant access to the full 50,000+ cleaned JSONL dataset for fine-tuning production models: ๐Ÿฅ 50,000+ verified ICD-10 / CPT billing scenarios ๐Ÿ“„ Clean JSONL format (instruction, input, output) ๐Ÿ”’ Safe for HIPAA/GDPRโ€”100% synthetic, zero real patient data ๐Ÿ’ผ Full commercial license for SaaS and Enterprise applications ๐Ÿ‘‰ Buy Full Enterprise Dataset ($249) - Instant Downloadโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/Builder-syntaxlabs/medical-billing-icd10-qa-sample.

sourceHugging Faceapache-2.0updated 4d agoView on Hugging Face
0likes60downloads
Dataset Card

Medical Billing & ICD-10 Synthetic Dataset (Sample

![Open In Colab](https://colab.research.google.com/drive/14mXcCdvuoUDRste2uCObuZM2s9JloA-P?usp=sharing)

๐Ÿš€ NEED THE FULL ENTERPRISE COMMERCIAL DATASET? Get instant access to the full 50,000+ cleaned JSONL dataset for fine-tuning production models: - ๐Ÿฅ 50,000+ verified ICD-10 / CPT billing scenarios - ๐Ÿ“„ Clean JSONL format (instruction, input, output) - ๐Ÿ”’ Safe for HIPAA/GDPRโ€”100% synthetic, zero real patient data - ๐Ÿ’ผ Full commercial license for SaaS and Enterprise applications ๐Ÿ‘‰ [Buy Full Enterprise Dataset ($249) - Instant Download](https://rzp.io/rzp/4R5SsLB)

Dataset Description

This dataset provides structured QA pairs for training open-source LLMs (Llama 3, Qwen 2.5, Mistral) on medical billing resolution, code compliance, and claims processing.

Sample Structure

json
{
  "instruction": "Determine the correct ICD-10 code for a patient diagnosed with Type 2 diabetes with kidney complications.",
  "input": "Patient notes: 58-year-old male presenting with diabetic nephropathy.",
  "output": "The primary ICD-10 code is E11.22 (Type 2 diabetes mellitus with diabetic nephropathy)."
}