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 5b00fcf commit ccbdfabCopy full SHA for ccbdfab
layer/nrlf/core/parent_model.py
@@ -1,8 +1,9 @@
1
from typing import Annotated, List, Optional
2
3
-from consumer.fhir.r4.model import CodeableConcept
4
from pydantic import BaseModel, ConfigDict, Field
5
+from nrlf.consumer.fhir.r4.model import CodeableConcept
6
+
7
8
class Extension(BaseModel):
9
model_config = ConfigDict(regex_engine="python-re", extra="forbid")
0 commit comments