We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e4c86 commit 000c691Copy full SHA for 000c691
layer/nrlf/core/validators.py
@@ -2,9 +2,9 @@
2
from re import match
3
from typing import Any, Dict, List, Optional
4
5
-from consumer.fhir.r4.model import RequestQueryCategory
6
from pydantic import ValidationError
7
+from nrlf.consumer.fhir.r4.model import RequestQueryCategory
8
from nrlf.core.codes import SpineErrorConcept
9
from nrlf.core.constants import CATEGORY_ATTRIBUTES, REQUIRED_CREATE_FIELDS, Categories
10
from nrlf.core.errors import ParseError
0 commit comments