Skip to content

Commit 75abcbc

Browse files
eesa456axelkrastek1-nhs
authored andcommitted
NRL-497 revert models
1 parent d7158e9 commit 75abcbc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ class NRLFormatCode(Coding):
247247
]
248248
code: Annotated[
249249
Literal[
250-
"Contact details (HTTP Unsecured)",
251-
"Unstructured Document",
252-
"Structured Document",
250+
"urn:nhs-ic:record-contact",
251+
"urn:nhs-ic:unstructured",
252+
"urn:nhs-ic:structured",
253253
],
254254
Field(description="The code representing the format of the document."),
255255
]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ class NRLFormatCode(Coding):
291291
]
292292
code: Annotated[
293293
Literal[
294-
"Contact details (HTTP Unsecured)",
295-
"Unstructured Document",
296-
"Structured Document",
294+
"urn:nhs-ic:record-contact",
295+
"urn:nhs-ic:unstructured",
296+
"urn:nhs-ic:structured",
297297
],
298298
Field(description="The code representing the format of the document."),
299299
]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ class NRLFormatCode(Coding):
262262
]
263263
code: Annotated[
264264
Literal[
265-
"Contact details (HTTP Unsecured)",
266-
"Unstructured Document",
267-
"Structured Document",
265+
"urn:nhs-ic:record-contact",
266+
"urn:nhs-ic:unstructured",
267+
"urn:nhs-ic:structured",
268268
],
269269
Field(description="The code representing the format of the document."),
270270
]

0 commit comments

Comments
 (0)