-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcleaned_data_example.json
More file actions
58 lines (58 loc) · 1.53 KB
/
cleaned_data_example.json
File metadata and controls
58 lines (58 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"carrier": "Aetna",
"year": 2024,
"source_url": "https://www.aetna.com/dental/guidelines-2024.pdf",
"last_updated": "2024-01-01",
"procedures": [
{
"code": "D0150",
"description": "Comprehensive oral evaluation - new or established patient",
"requirements": [
"Complete charting of all teeth and existing restorations",
"Documentation of patient's chief complaint",
"Medical and dental history"
],
"effective_date": "2024-01-01",
"notes": "Limited to once per provider"
},
{
"code": "D0220",
"description": "Intraoral - periapical first radiographic image",
"requirements": [
"Radiographic image showing entire tooth and surrounding structures",
"Date of service"
],
"effective_date": "2024-01-01",
"notes": "Maximum of 1 PA per day unless documentation supports necessity"
},
{
"code": "",
"description": "",
"requirements": [],
"effective_date": "2024-01-01",
"notes": "Some notes"
}
],
"validation_errors": {
"structure": {
"procedures": [
{
"procedure_2": {
"code": "Missing required field: code",
"description": "Missing required field: description",
"requirements": "Missing required field: requirements"
}
}
]
},
"content": {
"procedures": [
{
"procedure_2": {
"requirements": "Empty requirements list"
}
}
]
}
}
}