Skip to content

Commit 7357fdf

Browse files
NRL-1554 Change order of display to match the code
1 parent 0b32adc commit 7357fdf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

api/consumer/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ components:
10191019
display:
10201020
type: string
10211021
enum:
1022-
["Spine Secure Proxy", "Large Document Repository", "Direct"]
1022+
["Spine Secure Proxy", "Direct", "Large Document Repository"]
10231023
required:
10241024
- system
10251025
- code

api/producer/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ components:
16751675
display:
16761676
type: string
16771677
enum:
1678-
["Spine Secure Proxy", "Large Document Repository", "Direct"]
1678+
["Spine Secure Proxy", "Direct", "Large Document Repository"]
16791679
required:
16801680
- system
16811681
- code

layer/nrlf/consumer/fhir/r4/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: 2025-08-26T08:20:24+00:00
3+
# timestamp: 2025-08-28T16:30:30+00:00
44

55
from __future__ import annotations
66

@@ -243,7 +243,7 @@ class ContentStabilityExtensionCoding(Coding):
243243
class RetrievalMechanismExtensionCoding(Coding):
244244
system: Literal["https://fhir.nhs.uk/England/CodeSystem/England-RetrievalMechanism"]
245245
code: Literal["SSP", "Direct", "LDR"]
246-
display: Literal["Spine Secure Proxy", "Large Document Repository", "Direct"]
246+
display: Literal["Spine Secure Proxy", "Direct", "Large Document Repository"]
247247

248248

249249
class NRLFormatCode(Coding):

layer/nrlf/producer/fhir/r4/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: 2025-08-26T08:20:20+00:00
3+
# timestamp: 2025-08-28T16:30:27+00:00
44

55
from __future__ import annotations
66

@@ -287,7 +287,7 @@ class ContentStabilityExtensionCoding(Coding):
287287
class RetrievalMechanismExtensionCoding(Coding):
288288
system: Literal["https://fhir.nhs.uk/England/CodeSystem/England-RetrievalMechanism"]
289289
code: Literal["SSP", "Direct", "LDR"]
290-
display: Literal["Spine Secure Proxy", "Large Document Repository", "Direct"]
290+
display: Literal["Spine Secure Proxy", "Direct", "Large Document Repository"]
291291

292292

293293
class NRLFormatCode(Coding):

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: 2025-08-26T08:20:22+00:00
3+
# timestamp: 2025-08-28T16:30:28+00:00
44

55
from __future__ import annotations
66

@@ -258,7 +258,7 @@ class ContentStabilityExtensionCoding(Coding):
258258
class RetrievalMechanismExtensionCoding(Coding):
259259
system: Literal["https://fhir.nhs.uk/England/CodeSystem/England-RetrievalMechanism"]
260260
code: Literal["SSP", "Direct", "LDR"]
261-
display: Literal["Spine Secure Proxy", "Large Document Repository", "Direct"]
261+
display: Literal["Spine Secure Proxy", "Direct", "Large Document Repository"]
262262

263263

264264
class NRLFormatCode(Coding):

0 commit comments

Comments
 (0)