Remove v3-NullFlavor from invalid urls

This commit is contained in:
dotasek 2022-03-29 16:35:26 -04:00
parent 927bdffd2e
commit 759ba33bdd
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ import org.hl7.fhir.utilities.VersionUtilities;
public class CanonicalResourceManager<T extends CanonicalResource> {
private final String[] INVALID_TERMINOLOGY_URLS = {
"http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"http://snomed.info/sct",
"http://nucc.org/provider-taxonomy"
};