Skip to content

Commit

Permalink
Merge pull request #104 from OHDSI/long_term_care_type_concept_id_upd
Browse files Browse the repository at this point in the history
type_concept_id changed
  • Loading branch information
bradanton authored Aug 5, 2024
2 parents 79dd887 + ab0fef0 commit 700c519
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 700c519

Please sign in to comment.