Skip to content

Commit f2e4fbf

Browse files
committed
update samples based upon prior updates
1 parent 02f520c commit f2e4fbf

16 files changed

Lines changed: 19 additions & 19 deletions

apps/bfd-model-idr/out/ExplanationOfBenefit-Carrier.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"code" : {
319319
"coding" : [{
320320
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/CLM-DISP-CD",
321-
"code" : "1",
321+
"code" : "01",
322322
"display" : "DEBIT ACCEPTED"
323323
}]
324324
}
@@ -368,7 +368,7 @@
368368
{
369369
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/Supporting-Information",
370370
"code" : "CLM_MDCR_PRFNL_PRVDR_ASGNMT_SW",
371-
"display" : "Provider Assignement Indicator"
371+
"display" : "Provider Assignment Indicator"
372372
}]
373373
},
374374
"code" : {

apps/bfd-model-idr/out/ExplanationOfBenefit-DME.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"code" : {
246246
"coding" : [{
247247
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/CLM-DISP-CD",
248-
"code" : "1",
248+
"code" : "01",
249249
"display" : "DEBIT ACCEPTED"
250250
}]
251251
}
@@ -295,7 +295,7 @@
295295
{
296296
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/Supporting-Information",
297297
"code" : "CLM_MDCR_PRFNL_PRVDR_ASGNMT_SW",
298-
"display" : "Provider Assignement Indicator"
298+
"display" : "Provider Assignment Indicator"
299299
}]
300300
},
301301
"code" : {

apps/bfd-model-idr/out/ExplanationOfBenefit-HHA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"code" : {
404404
"coding" : [{
405405
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/CLM-DISP-CD",
406-
"code" : "1",
406+
"code" : "01",
407407
"display" : "DEBIT ACCEPTED"
408408
}]
409409
}

apps/bfd-model-idr/out/ExplanationOfBenefit-Hospice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
"code" : {
408408
"coding" : [{
409409
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/CLM-DISP-CD",
410-
"code" : "1",
410+
"code" : "01",
411411
"display" : "DEBIT ACCEPTED"
412412
}]
413413
}

apps/bfd-model-idr/out/ExplanationOfBenefit-MCS.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"code" : {
282282
"coding" : [{
283283
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/CLM-DISP-CD",
284-
"code" : "1",
284+
"code" : "01",
285285
"display" : "DEBIT ACCEPTED"
286286
}]
287287
}
@@ -347,7 +347,7 @@
347347
{
348348
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/Supporting-Information",
349349
"code" : "CLM_MDCR_PRFNL_PRVDR_ASGNMT_SW",
350-
"display" : "Provider Assignement Indicator"
350+
"display" : "Provider Assignment Indicator"
351351
}]
352352
},
353353
"code" : {

apps/bfd-model-idr/out/ExplanationOfBenefit-Outpatient.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"code" : {
416416
"coding" : [{
417417
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/CLM-DISP-CD",
418-
"code" : "1",
418+
"code" : "01",
419419
"display" : "DEBIT ACCEPTED"
420420
}]
421421
}

apps/bfd-model-idr/out/ExplanationOfBenefit-SNF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"code" : {
348348
"coding" : [{
349349
"system" : "https://bluebutton.cms.gov/fhir/CodeSystem/CLM-DISP-CD",
350-
"code" : "1",
350+
"code" : "01",
351351
"display" : "DEBIT ACCEPTED"
352352
}]
353353
}

apps/bfd-model-idr/sample-data/EOB-Carrier-MCS-Sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@
195195
"CLM_IDR_LD_DT": "2025-01-18",
196196
"CLM_CNTRCTR_NUM": "10312",
197197
"CLM_ADJSTMT_TYPE_CD": "0",
198-
"CLM_DISP_CD": "1"
198+
"CLM_DISP_CD": "01"
199199
}

apps/bfd-model-idr/sample-data/EOB-Carrier-Sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@
209209
"CLM_IDR_LD_DT": "2025-01-18",
210210
"CLM_CNTRCTR_NUM": "10312",
211211
"CLM_ADJSTMT_TYPE_CD": "0",
212-
"CLM_DISP_CD": "1"
212+
"CLM_DISP_CD": "01"
213213
}

apps/bfd-model-idr/sample-data/EOB-DME-Sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@
176176
"CLM_IDR_LD_DT": "2025-01-18",
177177
"CLM_CNTRCTR_NUM": "10312",
178178
"CLM_ADJSTMT_TYPE_CD": "0",
179-
"CLM_DISP_CD": "1"
179+
"CLM_DISP_CD": "01"
180180
}

0 commit comments

Comments
 (0)