-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect ICD10 mapping #8393
Incorrect ICD10 mapping #8393
Conversation
Closes #7998 Correct mapping for MONDO:0016267 and MONDO:0016266.
@@ -372502,13 +372503,14 @@ subset: rare | |||
synonym: "body of uterus undifferentiated carcinoma" EXACT [MONDO:patterns/location] | |||
synonym: "endometrial undifferentiated carcinoma" RELATED [Orphanet:213721] | |||
xref: GARD:20480 {source="MONDO:GARD"} | |||
xref: ICD10CM:C50 {source="Orphanet:213721/ntbt", source="MONDO:relatedTo", source="Orphanet:213721"} | |||
xref: ICD10CM:C54.9 {source="Orphanet:213721/ntbt", source="MONDO:relatedTo", source="https://orcid.org/0000-0002-7347-2434", source="Orphanet:213721"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@katiermullen did you mean to have this x-ref as equivalent?
(I can update the PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, it was meant to be related.
@@ -372482,13 +372482,14 @@ subset: rare | |||
synonym: "body of uterus squamous cell carcinoma" EXACT [MONDO:patterns/location] | |||
synonym: "endometrial squamous cell carcinoma" RELATED [Orphanet:213716] | |||
xref: GARD:20479 {source="MONDO:GARD"} | |||
xref: ICD10CM:C50 {source="MONDO:relatedTo", source="Orphanet:213716/ntbt", source="Orphanet:213716"} | |||
xref: ICD10CM:C54.1 {source="MONDO:relatedTo", source="Orphanet:213716/ntbt", source="Orphanet:213716"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@katiermullen did you mean to have this x-ref as equivalent?
(I can update the PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, it was meant to be related
@@ -309897,7 +309897,7 @@ subset: ordo_malformation_syndrome {source="Orphanet:280576"} | |||
subset: orphanet_rare {source="Orphanet:280576"} | |||
subset: otar {source="MONDO:OTAR"} | |||
subset: rare | |||
synonym: "BANF1-related neurodevelopmental syndrome" EXACT CLINGEN_LABEL [https://search.clinicalgenome.org/CCID:008387] | |||
synonym: "BANF1-related neurodevelopmental syndrome" EXACT CLINGEN_LABEL [https://search.clinicalgenome.org/CCID\:008387] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated a few things.
I approve.
Closes #7998
Correct mapping for MONDO:0016267 and MONDO:0016266.