text stringlengths 189 570 | output dict |
|---|---|
Given the following medical text:
Patient Name : MR. D.SRIKANTH Sex : 46 Y Male Reg Date : 26-04-2021
Referred By : Doctorslab-KP bustand Patient ID : 210426-0071
SEROLOGY
Investigation Result Normal range
C - Reactive Proteins Quantitative by Immuno turbimetry : 60 mg/L Normal : 0 - 6 mg/L
HEMATOLOGY
D - DIMER : 140... | {
"Patient Details": {
"name": "D. SRIKANTH",
"id": "210426-0071",
"age": "46 Years",
"sex": "Male",
"date": "26-04-2021"
},
"Tests": {
"SEROLOGY": [
{
"test_name": "C - Reactive Proteins",
"value": "60 mg/L",
"normal_range": {
"general": "0 - 6 mg/L... |
Given the following medical text:
Name : Mr. NARASIMHA REDDY G Registered on : 14-Nov-2024 07:12
Age/Gender : 62 Years / Male Collected on : 14-Nov-2024 07:20
Registration ID 240870036292
TEST REPORTS
Creatinine : 0.7 mg/dL (Normal: 0.7 - 1.2)
e-GFR : 106.3 ml/min/1.73 m² (Normal: >/= 90)
Calcium : 9.6 mg/dL (Normal: ... | {
"Patient Details": {
"name": "NARASIMHA REDDY G",
"id": "240870036292",
"age": "62 Years",
"sex": "Male",
"date": "14-Nov-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Creatinine",
"value": "0.7 mg/dL",
"... |
Given the following medical text:
Name : Ms. BHAVIKA G Registered on : 09-May-2024 13:10
Age/Gender : 19 Years / Female Collected on : 09-May-2024 13:12
Registration ID 240870013800
TEST REPORT
Vitamin - B12 : 272 pg/mL (Normal: 211 - 911)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "BHAVIKA G",
"id": "240870013800",
"age": "19 Years",
"sex": "Female",
"date": "09-May-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": [
{
"test_name": "Vitamin - B12",
"value... |
Given the following medical text:
Name : Mrs. DEVAKI G Registered on : 31-Mar-2025 11:42
Age/Gender : 49 Years / Female Released on : 31-Mar-2025 16:37
Registration ID : 250330014365
IMPRESSION :
* FOCAL DUCTECTASIA IN RIGHT BREAST.
* SIMPLE CYSTS IN BILATERAL BREASTS - BIRADS - 2.
Return the extracted structured JSO... | {
"Patient Details": {
"name": "DEVAKI G",
"id": "250330014365",
"age": "49 Years",
"sex": "Female",
"date": "31-Mar-2025"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": [
{
"test_name": "B... |
Given the following medical text:
Name : Mr. NARASIMHA REDDY G
Age/Gender : 62 Years / Male
Patient ID : 240870036292
Total Bilirubin : 0.8 mg/dL (Normal: 0.3 - 1.2)
Direct Bilirubin : 0.2 mg/dL (Normal: < 0.2)
Indirect Bilirubin : 0.6 mg/dL (Normal: 0.3 - 1.0)
SGPT : 53 U/L (Normal: 0 - 50)
SGOT : 47 U/L (Normal: 0 - ... | {
"Patient Details": {
"name": "NARASIMHA REDDY G",
"id": "240870036292",
"age": "62 Years",
"sex": "Male",
"date": "14-Nov-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION ... |
Given the following medical text:
Name : Mr. NARASIMHA REDDY G
Age/Gender : 62 Years / Male
Patient ID : 240870036292
Hemoglobin : 15.0 g/dL (Normal: 13.0 - 17.0)
Total RBC Count : 5.1 million/cumm (Normal: 4.5 - 5.5)
Hematocrit : 44.4 % (Normal: 40 - 50)
MCV : 88.0 fL (Normal: 83.0 - 101.0)
Return the extracted struct... | {
"Patient Details": {
"name": "NARASIMHA REDDY G",
"id": "240870036292",
"age": "62 Years",
"sex": "Male",
"date": "14-Nov-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION ... |
Given the following medical text:
Name : Mrs. DEVAKI G
Age/Gender : 49 Years / Female
Patient ID : 250330014365
Imaging Result:
- Alignment is normal
- Minimal osteophytes
- No cervical rib
Impression: Mild cervical spondylosis
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "DEVAKI G",
"id": "250330014365",
"age": "49 Years",
"sex": "Female",
"date": "31-Mar-2025"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": [
{
"test_name": "C... |
Given the following medical text:
Name : Mr. NARASIMHA REDDY G
Age/Gender : 62 Years / Male
Patient ID : 240870036292
TSH : 5.02 µIU/mL (Normal: 0.55 - 4.78)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "NARASIMHA REDDY G",
"id": "240870036292",
"age": "62 Years",
"sex": "Male",
"date": "14-Nov-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION ... |
Given the following medical text:
Name : Ms. BHAVIKA G
Age/Gender : 19 Years / Female
Patient ID : 240870013800
Calcium : 9.5 mg/dL (Normal: 8.8 - 10.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "BHAVIKA G",
"id": "240870013800",
"age": "19 Years",
"sex": "Female",
"date": "09-May-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Calcium",
"value": "9.5 mg/dL",
"normal_ra... |
Given the following medical text:
Name : Mr. D. SRIKANTH
Age/Gender : 46 Years / Male
Patient ID : 210426-0071
Widal Test - Salmonella Typhi 'O' : Negative at 1:40 dilution
Widal Test - Salmonella Typhi 'H' : Borderline at 1:80 dilution
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "D. SRIKANTH",
"id": "210426-0071",
"age": "46 Years",
"sex": "Male",
"date": "26-04-2021"
},
"Tests": {
"SEROLOGY": [
{
"test_name": "Widal - Salmonella Typhi 'O'",
"value": "Negative",
"normal_range": null,
"dilution": ... |
Given the following medical text:
Name : Mr. NARASIMHA REDDY G
Age/Gender : 62 Years / Male
Patient ID : 240870036292
HDL : 35 mg/dL (Desirable: >= 60)
LDL : 140 mg/dL (Optimal: < 100)
Cholesterol Ratio : 5.8 (Low Risk: 3.3 - 4.4)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "NARASIMHA REDDY G",
"id": "240870036292",
"age": "62 Years",
"sex": "Male",
"date": "14-Nov-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION ... |
Given the following medical text:
Name : Ms. BHAVIKA G
Age/Gender : 19 Years / Female
Patient ID : 240870013800
Hemoglobin : 13.1 g/dL (Normal: 12.0 - 16.0)
WBC Count : 7.2 x10^3/uL (Normal: 4.0 - 10.0)
Platelets : 220 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "BHAVIKA G",
"id": "240870013800",
"age": "19 Years",
"sex": "Female",
"date": "09-May-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST":... |
Given the following medical text:
Name : Mrs. DEVAKI G
Age/Gender : 49 Years / Female
Patient ID : 250330014365
Breast Imaging:
- Multiple well-defined anechoic cystic lesions
- No intraductal contents
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "DEVAKI G",
"id": "250330014365",
"age": "49 Years",
"sex": "Female",
"date": "31-Mar-2025"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": [
{
"test_name": "B... |
Given the following medical text:
Name : Mr. D. SRIKANTH
Age/Gender : 46 Years / Male
Patient ID : 210426-0071
Mean Blood Glucose : 300 mg/dL
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "D. SRIKANTH",
"id": "210426-0071",
"age": "46 Years",
"sex": "Male",
"date": "26-04-2021"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Ryan Miller
Age/Gender : 26 Years / Male
Patient ID : 254257
TSH : 2.91 µIU/mL (Normal: 0.55 - 4.78)
T3 : 0.64 ng/mL (Normal: 0.60 - 1.81)
T4 : 7.17 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Ryan Miller",
"id": "254257",
"age": "26 Years",
"sex": "Male",
"date": "21-Oct-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": null,... |
Given the following medical text:
Name : Tanner Fletcher
Age/Gender : 67 Years / Male
Patient ID : 566262
Hemoglobin : 14.5 g/dL (Normal: 11 - 17)
WBC Count : 8.1 x10^3/uL (Normal: 4.0 - 11.0)
Platelets : 192 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Tanner Fletcher",
"id": "566262",
"age": "67 Years",
"sex": "Male",
"date": "18-Oct-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Dakota Williams
Age/Gender : 47 Years / Male
Patient ID : 219689
TSH : 1.95 µIU/mL (Normal: 0.55 - 4.78)
T3 : 0.96 ng/mL (Normal: 0.60 - 1.81)
T4 : 8.1 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Dakota Williams",
"id": "219689",
"age": "47 Years",
"sex": "Male",
"date": "25-Jun-2025"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Gregory Miller
Age/Gender : 45 Years / Male
Patient ID : 943641
TSH : 4.65 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.35 ng/mL (Normal: 0.60 - 1.81)
T4 : 11.51 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Gregory Miller",
"id": "943641",
"age": "45 Years",
"sex": "Male",
"date": "16-Sep-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nu... |
Given the following medical text:
Name : Jeffrey Nichols
Age/Gender : 52 Years / Male
Patient ID : 515140
Blood Urea : 38 mg/dL (Normal: 10 - 45)
Serum Creatinine : 1.29 mg/dL (Normal: 0.7 - 1.3)
Calcium : 9.43 mg/dL (Normal: 8.5 - 10.5)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Jeffrey Nichols",
"id": "515140",
"age": "52 Years",
"sex": "Male",
"date": "14-Aug-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Blood Urea",
"value": "38 mg/dL",
"normal_ra... |
Given the following medical text:
Name : Carolyn Martin
Age/Gender : 71 Years / Female
Patient ID : 514768
TSH : 1.61 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.27 ng/mL (Normal: 0.60 - 1.81)
T4 : 10.16 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Carolyn Martin",
"id": "514768",
"age": "71 Years",
"sex": "Female",
"date": "16-Jul-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": ... |
Given the following medical text:
Name : Elizabeth Wilson
Age/Gender : 30 Years / Female
Patient ID : 225249
TSH : 3.74 µIU/mL (Normal: 0.55 - 4.78)
T3 : 0.82 ng/mL (Normal: 0.60 - 1.81)
T4 : 11.81 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Elizabeth Wilson",
"id": "225249",
"age": "30 Years",
"sex": "Female",
"date": "25-Aug-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST"... |
Given the following medical text:
Name : Michael Hunter
Age/Gender : 79 Years / Male
Patient ID : 680304
Hemoglobin : 12.2 g/dL (Normal: 11 - 17)
WBC Count : 9.0 x10^3/uL (Normal: 4.0 - 11.0)
Platelets : 357 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Michael Hunter",
"id": "680304",
"age": "79 Years",
"sex": "Male",
"date": "19-Oct-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nu... |
Given the following medical text:
Name : Kathleen Todd
Age/Gender : 31 Years / Female
Patient ID : 158295
Hemoglobin : 16.7 g/dL (Normal: 11 - 17)
WBC Count : 10.7 x10^3/uL (Normal: 4.0 - 11.0)
Platelets : 207 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Kathleen Todd",
"id": "158295",
"age": "31 Years",
"sex": "Female",
"date": "26-Jan-2025"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Erin Carter
Age/Gender : 31 Years / Female
Patient ID : 363174
Hemoglobin : 11.6 g/dL (Normal: 11 - 17)
WBC Count : 4.5 x10^3/uL (Normal: 4.0 - 11.0)
Platelets : 354 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Erin Carter",
"id": "363174",
"age": "31 Years",
"sex": "Female",
"date": "15-Jan-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nul... |
Given the following medical text:
Name : Rachel Nguyen
Age/Gender : 79 Years / Female
Patient ID : 544113
TSH : 5.54 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.64 ng/mL (Normal: 0.60 - 1.81)
T4 : 6.18 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Rachel Nguyen",
"id": "544113",
"age": "79 Years",
"sex": "Female",
"date": "13-Apr-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Sierra Harper
Age/Gender : 72 Years / Female
Patient ID : 600170
TSH : 4.74 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.16 ng/mL (Normal: 0.60 - 1.81)
T4 : 10.73 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Sierra Harper",
"id": "600170",
"age": "72 Years",
"sex": "Female",
"date": "06-Sep-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Christopher Aguilar
Age/Gender : 20 Years / Male
Patient ID : 502201
TSH : 1.12 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.64 ng/mL (Normal: 0.60 - 1.81)
T4 : 7.46 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Christopher Aguilar",
"id": "502201",
"age": "20 Years",
"sex": "Male",
"date": "02-Oct-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST... |
Given the following medical text:
Name : Kim Ramirez
Age/Gender : 25 Years / Female
Patient ID : 357798
TSH : 1.39 µIU/mL (Normal: 0.55 - 4.78)
T3 : 0.82 ng/mL (Normal: 0.60 - 1.81)
T4 : 6.84 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Kim Ramirez",
"id": "357798",
"age": "25 Years",
"sex": "Female",
"date": "29-Aug-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nul... |
Given the following medical text:
Name : Wendy Johnson
Age/Gender : 39 Years / Female
Patient ID : 624588
Blood Urea : 15 mg/dL (Normal: 10 - 45)
Serum Creatinine : 1.26 mg/dL (Normal: 0.7 - 1.3)
Calcium : 9.33 mg/dL (Normal: 8.5 - 10.5)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Wendy Johnson",
"id": "624588",
"age": "39 Years",
"sex": "Female",
"date": "26-Apr-2025"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Blood Urea",
"value": "15 mg/dL",
"normal_ra... |
Given the following medical text:
Name : Heather Rodriguez
Age/Gender : 28 Years / Female
Patient ID : 925764
TSH : 0.99 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.76 ng/mL (Normal: 0.60 - 1.81)
T4 : 8.46 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Heather Rodriguez",
"id": "925764",
"age": "28 Years",
"sex": "Female",
"date": "05-Nov-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST... |
Given the following medical text:
Name : Elizabeth Sims
Age/Gender : 80 Years / Female
Patient ID : 246722
TSH : 1.96 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.74 ng/mL (Normal: 0.60 - 1.81)
T4 : 4.68 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Elizabeth Sims",
"id": "246722",
"age": "80 Years",
"sex": "Female",
"date": "28-Mar-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": ... |
Given the following medical text:
Name : Michael Johnson
Age/Gender : 33 Years / Male
Patient ID : 304474
TSH : 3.21 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.31 ng/mL (Normal: 0.60 - 1.81)
T4 : 4.16 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Michael Johnson",
"id": "304474",
"age": "33 Years",
"sex": "Male",
"date": "06-Jun-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Brian Clark
Age/Gender : 48 Years / Male
Patient ID : 167096
TSH : 3.7 µIU/mL (Normal: 0.55 - 4.78)
T3 : 0.93 ng/mL (Normal: 0.60 - 1.81)
T4 : 11.27 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Brian Clark",
"id": "167096",
"age": "48 Years",
"sex": "Male",
"date": "13-Oct-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": null,... |
Given the following medical text:
Name : Daniel Oliver
Age/Gender : 29 Years / Male
Patient ID : 338679
Blood Urea : 10 mg/dL (Normal: 10 - 45)
Serum Creatinine : 0.93 mg/dL (Normal: 0.7 - 1.3)
Calcium : 9.81 mg/dL (Normal: 8.5 - 10.5)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "Daniel Oliver",
"id": "338679",
"age": "29 Years",
"sex": "Male",
"date": "18-Oct-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Blood Urea",
"value": "10 mg/dL",
"normal_rang... |
Given the following medical text:
Name : Mr. RAJESH KUMAR
Age/Gender : 45 Years / Male
Patient ID : 568921
Blood Urea : 33 mg/dL (Normal: 10 - 45)
Serum Creatinine : 1.21 mg/dL (Normal: 0.7 - 1.3)
Calcium : 9.3 mg/dL (Normal: 8.5 - 10.5)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "RAJESH KUMAR",
"id": "568921",
"age": "45 Years",
"sex": "Male",
"date": "12-Apr-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Blood Urea",
"value": "33 mg/dL",
"normal_range... |
Given the following medical text:
Name : Ms. SHWETA DAS
Age/Gender : 31 Years / Female
Patient ID : 859372
Hemoglobin : 13.2 g/dL (Normal: 11 - 17)
WBC Count : 6.4 x10^3/uL (Normal: 4.0 - 11.0)
Platelets : 274 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "SHWETA DAS",
"id": "859372",
"age": "31 Years",
"sex": "Female",
"date": "07-Mar-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": null... |
Given the following medical text:
Name : Mrs. SUNITHA NAIR
Age/Gender : 52 Years / Female
Patient ID : 114478
TSH : 4.75 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.01 ng/mL (Normal: 0.60 - 1.81)
T4 : 7.92 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "SUNITHA NAIR",
"id": "114478",
"age": "52 Years",
"sex": "Female",
"date": "19-Jun-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nu... |
Given the following medical text:
Name : Mr. VINOD MEHTA
Age/Gender : 60 Years / Male
Patient ID : 227941
Hemoglobin : 14.9 g/dL (Normal: 11 - 17)
WBC Count : 5.3 x10^3/uL (Normal: 4.0 - 11.0)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "VINOD MEHTA",
"id": "227941",
"age": "60 Years",
"sex": "Male",
"date": "03-Feb-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": null,... |
Given the following medical text:
Name : Ms. NIKITA JAIN
Age/Gender : 24 Years / Female
Patient ID : 983245
TSH : 2.91 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.35 ng/mL (Normal: 0.60 - 1.81)
T4 : 9.21 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "NIKITA JAIN",
"id": "983245",
"age": "24 Years",
"sex": "Female",
"date": "18-Oct-2022"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nul... |
Given the following medical text:
Name : Mr. SAURABH SHETTY
Age/Gender : 38 Years / Male
Patient ID : 775631
Blood Urea : 28 mg/dL (Normal: 10 - 45)
Serum Creatinine : 1.09 mg/dL (Normal: 0.7 - 1.3)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "SAURABH SHETTY",
"id": "775631",
"age": "38 Years",
"sex": "Male",
"date": "29-Dec-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Blood Urea",
"value": "28 mg/dL",
"normal_ran... |
Given the following medical text:
Name : Mr. AMIT TRIPATHI
Age/Gender : 55 Years / Male
Patient ID : 628540
Hemoglobin : 12.4 g/dL (Normal: 11 - 17)
WBC Count : 8.1 x10^3/uL (Normal: 4.0 - 11.0)
Platelets : 198 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "AMIT TRIPATHI",
"id": "628540",
"age": "55 Years",
"sex": "Male",
"date": "09-Jan-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nul... |
Given the following medical text:
Name : Ms. ANUSHKA RAI
Age/Gender : 29 Years / Female
Patient ID : 396172
TSH : 0.91 µIU/mL (Normal: 0.55 - 4.78)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "ANUSHKA RAI",
"id": "396172",
"age": "29 Years",
"sex": "Female",
"date": "21-May-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nul... |
Given the following medical text:
Name : Mr. SANJAY GUPTA
Age/Gender : 40 Years / Male
Patient ID : 473891
Serum Creatinine : 1.00 mg/dL (Normal: 0.7 - 1.3)
Calcium : 10.1 mg/dL (Normal: 8.5 - 10.5)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "SANJAY GUPTA",
"id": "473891",
"age": "40 Years",
"sex": "Male",
"date": "27-Jul-2022"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Serum Creatinine",
"value": "1.00 mg/dL",
"norm... |
Given the following medical text:
Name : Ms. MEGHANA REDDY
Age/Gender : 34 Years / Female
Patient ID : 862940
Hemoglobin : 11.6 g/dL (Normal: 11 - 17)
WBC Count : 9.2 x10^3/uL (Normal: 4.0 - 11.0)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "MEGHANA REDDY",
"id": "862940",
"age": "34 Years",
"sex": "Female",
"date": "14-Aug-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": n... |
Given the following medical text:
Name : Mr. KARTIK RANA
Age/Gender : 50 Years / Male
Patient ID : 903211
Blood Urea : 29 mg/dL (Normal: 10 - 45)
Serum Creatinine : 1.14 mg/dL (Normal: 0.7 - 1.3)
Calcium : 9.9 mg/dL (Normal: 8.5 - 10.5)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "KARTIK RANA",
"id": "903211",
"age": "50 Years",
"sex": "Male",
"date": "10-Mar-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Blood Urea",
"value": "29 mg/dL",
"normal_range"... |
Given the following medical text:
Name : Ms. RICHA SEN
Age/Gender : 28 Years / Female
Patient ID : 664389
Hemoglobin : 12.6 g/dL (Normal: 11 - 17)
WBC Count : 6.2 x10^3/uL (Normal: 4.0 - 11.0)
Platelets : 210 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "RICHA SEN",
"id": "664389",
"age": "28 Years",
"sex": "Female",
"date": "25-Jan-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": null,... |
Given the following medical text:
Name : Mrs. NEELAM JOSHI
Age/Gender : 47 Years / Female
Patient ID : 713984
TSH : 3.92 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.25 ng/mL (Normal: 0.60 - 1.81)
T4 : 8.80 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "NEELAM JOSHI",
"id": "713984",
"age": "47 Years",
"sex": "Female",
"date": "02-Nov-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nu... |
Given the following medical text:
Name : Mr. AJAY BHATT
Age/Gender : 35 Years / Male
Patient ID : 524661
Hemoglobin : 15.1 g/dL (Normal: 11 - 17)
WBC Count : 7.5 x10^3/uL (Normal: 4.0 - 11.0)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "AJAY BHATT",
"id": "524661",
"age": "35 Years",
"sex": "Male",
"date": "18-Jul-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": null,
... |
Given the following medical text:
Name : Ms. TANVI DESAI
Age/Gender : 30 Years / Female
Patient ID : 332145
TSH : 1.80 µIU/mL (Normal: 0.55 - 4.78)
T3 : 1.02 ng/mL (Normal: 0.60 - 1.81)
T4 : 7.44 µg/dL (Normal: 3.2 - 12.6)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "TANVI DESAI",
"id": "332145",
"age": "30 Years",
"sex": "Female",
"date": "14-May-2022"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nul... |
Given the following medical text:
Name : Mr. MOHAN SINGH
Age/Gender : 41 Years / Male
Patient ID : 842970
Serum Creatinine : 1.00 mg/dL (Normal: 0.7 - 1.3)
Calcium : 10.2 mg/dL (Normal: 8.5 - 10.5)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "MOHAN SINGH",
"id": "842970",
"age": "41 Years",
"sex": "Male",
"date": "06-Sep-2022"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Serum Creatinine",
"value": "1.00 mg/dL",
"norma... |
Given the following medical text:
Name : Ms. ANITA PAUL
Age/Gender : 55 Years / Female
Patient ID : 129874
Blood Urea : 26 mg/dL (Normal: 10 - 45)
Serum Creatinine : 1.17 mg/dL (Normal: 0.7 - 1.3)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "ANITA PAUL",
"id": "129874",
"age": "55 Years",
"sex": "Female",
"date": "22-Aug-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": [
{
"test_name": "Blood Urea",
"value": "26 mg/dL",
"normal_range... |
Given the following medical text:
Name : Mr. SHIVAM KAPOOR
Age/Gender : 26 Years / Male
Patient ID : 234672
Hemoglobin : 13.4 g/dL (Normal: 11 - 17)
Platelets : 255 x10^3/uL (Normal: 150 - 400)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "SHIVAM KAPOOR",
"id": "234672",
"age": "26 Years",
"sex": "Male",
"date": "15-Feb-2024"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": nul... |
Given the following medical text:
Name : Mrs. DEEPTI KULKARNI
Age/Gender : 61 Years / Female
Patient ID : 919235
TSH : 3.50 µIU/mL (Normal: 0.55 - 4.78)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "DEEPTI KULKARNI",
"id": "919235",
"age": "61 Years",
"sex": "Female",
"date": "03-Oct-2022"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST":... |
Given the following medical text:
Name : Mr. ARUN JHA
Age/Gender : 39 Years / Male
Patient ID : 645382
WBC Count : 5.8 x10^3/uL (Normal: 4.0 - 11.0)
Return the extracted structured JSON format as: | {
"Patient Details": {
"name": "ARUN JHA",
"id": "645382",
"age": "39 Years",
"sex": "Male",
"date": "08-Apr-2023"
},
"Tests": {
"SEROLOGY": null,
"HEMATOLOGY": null,
"BIOCHEMISTRY": null,
"VITAMIN REPORT": null,
"RADIOLOGY REPORT": null,
"LIVER FUNCTION TEST": null,
... |
README.md exists but content is empty.
- Downloads last month
- 4