Skip to content

Commit

Permalink
fix(snomed.datastore): Set "concept" as the allowed referenced...
Browse files Browse the repository at this point in the history
...component type for concrete data type refsets
  • Loading branch information
apeteri committed Sep 27, 2024
1 parent ac34e31 commit e4525b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private RefSetSupport() {
.put(SnomedRefSetType.ATTRIBUTE_VALUE, SnomedConcept.TYPE)
.put(SnomedRefSetType.ATTRIBUTE_VALUE, SnomedDescription.TYPE)
.put(SnomedRefSetType.ATTRIBUTE_VALUE, SnomedRelationship.TYPE)
.put(SnomedRefSetType.CONCRETE_DATA_TYPE, TerminologyRegistry.UNSPECIFIED)
.put(SnomedRefSetType.CONCRETE_DATA_TYPE, SnomedConcept.TYPE)
.put(SnomedRefSetType.COMPLEX_MAP, SnomedConcept.TYPE)
.put(SnomedRefSetType.COMPLEX_BLOCK_MAP, SnomedConcept.TYPE)
.put(SnomedRefSetType.DESCRIPTION_TYPE, SnomedConcept.TYPE)
Expand Down

0 comments on commit e4525b1

Please sign in to comment.