Skip to content

Commit

Permalink
[conceptMap]: store container set uri as snomed concept
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovacs Tamas committed Sep 22, 2020
1 parent 2aad27c commit 44e3b60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private ConceptMapMapping toMapping(SnomedReferenceSetMember member, CodeSystemU
mappingBuilder.mapRule((String) properties.get(SnomedRf2Headers.FIELD_MAP_RULE));

return mappingBuilder
.containerSetURI(ComponentURI.of(codeSystemURI.getCodeSystem(), SnomedTerminologyComponentConstants.REFSET_NUMBER, member.getReferenceSetId()))
.containerSetURI(ComponentURI.of(codeSystemURI.getCodeSystem(), SnomedTerminologyComponentConstants.CONCEPT_NUMBER, member.getReferenceSetId()))
.memberId(member.getId())
.active(true)
.sourceIconId(iconId)
Expand Down

0 comments on commit 44e3b60

Please sign in to comment.