18 lines
276 B
JSON
18 lines
276 B
JSON
|
[
|
||
|
{
|
||
|
"doctype": "Physician",
|
||
|
"first_name": "Eddie Jessup",
|
||
|
"department": "Pathology"
|
||
|
},
|
||
|
{
|
||
|
"doctype": "Physician",
|
||
|
"first_name": "Deepshi Garg",
|
||
|
"department": "ENT"
|
||
|
},
|
||
|
{
|
||
|
"doctype": "Physician",
|
||
|
"first_name": "Amit Jain",
|
||
|
"department": "Microbiology"
|
||
|
}
|
||
|
]
|