Skip to content

Commit 5b00fcf

Browse files
committed
NRL-786 update model
1 parent a4b10ac commit 5b00fcf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

layer/nrlf/consumer/fhir/r4/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: swagger.yaml
3-
# timestamp: 2024-12-19T16:03:12+00:00
3+
# timestamp: 2025-02-07T14:10:39+00:00
44

55
from __future__ import annotations
66

layer/nrlf/producer/fhir/r4/model.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: swagger.yaml
3-
# timestamp: 2024-12-19T16:03:08+00:00
3+
# timestamp: 2025-02-07T14:10:35+00:00
44

55
from __future__ import annotations
66

@@ -232,7 +232,7 @@ class Coding(Parent):
232232
] = None
233233

234234

235-
class NRLCoding(BaseModel):
235+
class NRLCoding(Parent):
236236
id: Annotated[
237237
Optional[str],
238238
Field(
@@ -504,7 +504,7 @@ class CodeableConcept(Parent):
504504
] = None
505505

506506

507-
class NRLCodeableConcept(BaseModel):
507+
class NRLCodeableConcept(Parent):
508508
id: Annotated[
509509
Optional[str],
510510
Field(

layer/nrlf/producer/fhir/r4/strict_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: swagger.yaml
3-
# timestamp: 2024-12-19T16:03:10+00:00
3+
# timestamp: 2025-02-07T14:10:37+00:00
44

55
from __future__ import annotations
66

@@ -208,7 +208,7 @@ class Coding(Parent):
208208
] = None
209209

210210

211-
class NRLCoding(BaseModel):
211+
class NRLCoding(Parent):
212212
id: Annotated[
213213
Optional[StrictStr],
214214
Field(

0 commit comments

Comments
 (0)