-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Overview
This happens after doing robot measure
, which outputs into the "Entities and axioms" section of stats.md
. The two namespace counts tables show prefix_unknown
.
This previously did not appear, because all prefixes were accounted for. But there has been recent major refactoring to CompLOINC, as well as LOINC and LOINC-SNOMED representations.
Possible solution: SNOMED prefix maps
I used http://snomed.info/id/
as the URI prefix, which I got from reading the SNOMED and LOINC-SNOMED inputs. But CompLOINC uses http://snomed.info/sct/
.
Solutions:
a. Have CompLOINC also use http://snomed.info/id/
<--- my preferred solution
b. Add a prefix map for both. That way, all SNOMED IDs will show up in this report, but they will appear in 2 rows.
Additional info
Related
The prefix map that applies to this situation is located in the makefile
, and is called PREFIXES_METRICS
.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status