Skip to content

Commit

Permalink
type_concept_id changed
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed Aug 2, 2024
1 parent 38837d9 commit ab0fef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</Mapper>
</ConceptIdMappers>
<Fields>
<Field key="CLAIM_TYPE" defaultTypeId="38004277"/>
<Field key="CLAIM_TYPE" defaultTypeId="32844"/>
</Fields>
</Concept>
</Concepts>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public override IEnumerable<VisitDetail> BuildVisitDetails(VisitDetail[] visitDe
break;

// LONG TERM CARE
case 38004277:
case 32844:
visitDetail.ConceptId = 42898160;
break;

Expand Down

0 comments on commit ab0fef0

Please sign in to comment.