Skip to content

Commit 488f1bd

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-6
2 parents 1e24a59 + bc0d938 commit 488f1bd

File tree

748 files changed

+74222
-13950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

748 files changed

+74222
-13950
lines changed

.github/.copilot-instructions

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository implements a HIPAA-compliant Azure Logic Apps solution for proce
66

77
**Trading Partners:**
88
- Clearinghouse (Sender ID: {config.clearinghouseId}) - EDI clearinghouse
9-
- Health Plan Backend (Receiver ID: {config.payerId}) - Parkland Community Health Plan
9+
- Health Plan Backend (Receiver ID: {config.payerId}) - Sample Health Plan
1010

1111
**Key Infrastructure:**
1212
- Azure Logic Apps Standard (WS1 SKU) - Stateful workflow orchestration
@@ -362,23 +362,23 @@ auto auto manual + approval
362362

363363
- **Trigger:** Manual or push to `main`
364364
- **Workflow:** `deploy-dev.yml`
365-
- **Resource Group:** `pchp-attachments-dev-rg`
365+
- **Resource Group:** `payer-attachments-dev-rg`
366366
- **Auto-approval:** Yes
367367
- **Purpose:** Development and testing
368368

369369
### UAT Environment
370370

371371
- **Trigger:** Push to `release/*` branches (automatic)
372372
- **Workflow:** `deploy-uat.yml`
373-
- **Resource Group:** `pchp-attachments-uat-rg`
373+
- **Resource Group:** `payer-attachments-uat-rg`
374374
- **Auto-approval:** Yes
375375
- **Purpose:** User acceptance testing, pre-production validation
376376

377377
### PROD Environment
378378

379379
- **Trigger:** Manual workflow dispatch only
380380
- **Workflow:** `deploy.yml`
381-
- **Resource Group:** `pchp-attachments-prod-rg`
381+
- **Resource Group:** `payer-attachments-prod-rg`
382382
- **Approval Required:** Yes (designated approvers)
383383
- **Purpose:** Production system
384384

@@ -720,7 +720,7 @@ az servicebus topic subscription dead-letter list \
720720

721721
```powershell
722722
# Test 275 ingestion
723-
pwsh -c "./test-workflows.ps1 -TestInbound275 -ResourceGroup 'pchp-attachments-uat-rg' -LogicAppName 'hipaa-attachments-uat-la'"
723+
pwsh -c "./test-workflows.ps1 -TestInbound275 -ResourceGroup 'payer-attachments-uat-rg' -LogicAppName 'hipaa-attachments-uat-la'"
724724

725725
# Test 278 replay
726726
curl -X POST "https://hipaa-attachments-uat-la.azurewebsites.net/api/replay278/..." \
@@ -897,8 +897,8 @@ When reviewing code, Copilot should verify:
897897
**Insecure:**
898898
```powershell
899899
# ❌ WRONG
900-
$apiKey = "abc123-secret-key"
901-
$connectionString = "DefaultEndpointsProtocol=https;AccountName=storage;AccountKey=key123=="
900+
$apiKey = "your-api-key-here"
901+
$connectionString = "DefaultEndpointsProtocol=https;AccountName=storage;AccountKey=your-account-key"
902902
Write-Host "Processing claim $claimNumber for member $memberId"
903903
Invoke-RestMethod -Uri $url -Headers @{ "X-API-Key" = $apiKey }
904904
```
@@ -998,7 +998,7 @@ When asking Copilot for help, include:
998998
**Agreements:**
999999
1. Clearinghouse-to-HealthPlan-275-Receive (Inbound 275)
10001000
2. HealthPlan-to-Clearinghouse-277-Send (Outbound 277)
1001-
3. PCHP-278-Processing (Internal 278)
1001+
3. payer-278-Processing (Internal 278)
10021002

10031003
### Data Lake Structure
10041004

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: [AURELIANWARE] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

0 commit comments

Comments
 (0)