Skip to content

Commit bbe5bee

Browse files
committed
claim AI: Hiren changes
1 parent 22bf683 commit bbe5bee

6 files changed

Lines changed: 508 additions & 445 deletions

File tree

solution/modules/api_fhir_r4.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"menus": [],
3+
"fePackages": [],
4+
"bePackages": ["api_fhir_r4"],
5+
"roles": []
6+
}

solution/modules/claim-ai.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"menus": [],
3+
"fePackages": ["ClaimAIQualityModule"],
4+
"bePackages": ["claim_ai", "claim_ai_quality"],
5+
"roles": []
6+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"modules": {
3+
"insuree": "../modules/insuree.json",
4+
"policy": "../modules/policy.json",
5+
"claim": "../modules/claim.json",
6+
"claim_batch": "../modules/claim_batch.json",
7+
"product": "../modules/product.json",
8+
"healthFacility": "../modules/healthfacility.json",
9+
"invoiceCustomer": "../modules/invoice-customer.json",
10+
"invoiceSupplier": "../modules/invoice-supplier.json",
11+
"report": "../modules/report.json",
12+
"medical": "../modules/medical.json",
13+
"payer": "../modules/payer.json",
14+
"payment": "../modules/payment.json"
15+
}
16+
}

solution/solutions/claim-ai.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"modules": {
3+
"grievance": "../modules/grievance.json",
4+
"individual": "../modules/individual.json",
5+
"workflow": "../modules/workflow.json",
6+
"claim_ai": "../modules/claim-ai.json",
7+
"api_fhir_r4": "../modules/api_fhir_r4.json"
8+
},
9+
"solutions": [
10+
"./core-bundle.json",
11+
"./formal-sector-bundle.json",
12+
"./claim-ai-bundle.json"
13+
],
14+
"services": ["db"],
15+
"fePackageSource": {}
16+
}

0 commit comments

Comments
 (0)