Skip to content

Commit 2d1200e

Browse files
authored
BFD-4770: Data Dictionary Fixes (#3169)
1 parent 9116469 commit 2d1200e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/bfd-model-idr/dictionary-support-files/ExplanationOfBenefit-Pharmacy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,8 @@
680680
- DDPS
681681
ccwMapping:
682682
- DAYS_SUPLY_NUM
683+
cclfMapping:
684+
- CCLF7.CLM_LINE_DAYS_SUPLY_QTY
683685
sourceView: V2_MDCR_CLM_LINE_RX
684686
sourceColumn: CLM_LINE_DAYS_SUPLY_QTY
685687
fhirPath: ExplanationOfBenefit.supportingInfo.where(category.coding.where(system='http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType' and code='dayssupply').exists()).valueQuantity.value

apps/bfd-model-idr/dictionary-support-files/ExplanationOfBenefit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3108,7 +3108,7 @@
31083108
- CCLF5.CLM_LINE_DGNS_CD
31093109
sourceView: V2_MDCR_CLM_LINE
31103110
sourceColumn: CLM_LINE_DGNS_CD
3111-
fhirPath: ExplanationOfBenefit.item.diagnosisSequence
3111+
fhirPath: ExplanationOfBenefit.item.select(%root.diagnosis[diagnosisSequence-1].diagnosis.coding.code)
31123112
notes: This refers to the diagnosis entry in the ExplanationOfBenefit.
31133113
profiles:
31143114
- Basis

0 commit comments

Comments
 (0)