You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common.js.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -311,8 +311,8 @@ function raiseError(issue: OperationOutcomeIssue) : boolean {
311
311
//Hide errors relating to finding codes from system:http://human-phenotype-ontology.org as these are not within the Terminology server
312
312
if(issue.diagnostics.includes('Validation failed for \'http://human-phenotype-ontology.org'))returnfalse;
313
313
314
-
// Issue with GitHub validator requiring code to be in CodeSystem asset when there is none. No issues with the validator itself. The ValueSet in question is https://terminology.hl7.org/5.5.0/CodeSystem-v3-hgvs.html
// Issue with GitHub validator requiring code to be in CodeSystem asset when there is none. No issues with the validator itself. The ValueSets in question are https://terminology.hl7.org/5.5.0/CodeSystem-v3-hgvs.html and https://terminology.hl7.org/6.4.0/CodeSystem-SO.html
0 commit comments