Remove v3-NullFlavor from invalid urls
This commit is contained in:
parent
927bdffd2e
commit
759ba33bdd
|
@ -20,7 +20,6 @@ import org.hl7.fhir.utilities.VersionUtilities;
|
||||||
public class CanonicalResourceManager<T extends CanonicalResource> {
|
public class CanonicalResourceManager<T extends CanonicalResource> {
|
||||||
|
|
||||||
private final String[] INVALID_TERMINOLOGY_URLS = {
|
private final String[] INVALID_TERMINOLOGY_URLS = {
|
||||||
"http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
|
|
||||||
"http://snomed.info/sct",
|
"http://snomed.info/sct",
|
||||||
"http://nucc.org/provider-taxonomy"
|
"http://nucc.org/provider-taxonomy"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue