You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/consumer/swagger.yaml
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1065,7 +1065,7 @@ components:
1065
1065
$ref: "#/components/schemas/Attachment"
1066
1066
description: The document or URL of the document along with critical metadata to prove content has integrity.
1067
1067
format:
1068
-
$ref: "#/components/schemas/Coding"
1068
+
$ref: "#/components/schemas/NRLFormatCode"
1069
1069
description: An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.
description: The document or URL of the document along with critical metadata to prove content has integrity.
1632
1632
format:
1633
-
$ref: "#/components/schemas/Coding"
1633
+
$ref: "#/components/schemas/NRLFormatCode"
1634
1634
description: An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.
Field(description="The display text for the code."),
264
+
]
265
+
266
+
252
267
classPeriod(BaseModel):
253
268
id: Annotated[
254
269
Optional[str],
@@ -461,7 +476,7 @@ class DocumentReferenceContent(BaseModel):
461
476
),
462
477
]
463
478
format: Annotated[
464
-
Coding,
479
+
NRLFormatCode,
465
480
Field(
466
481
description="An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType."
Field(description="The display text for the code."),
264
+
]
265
+
266
+
252
267
classPeriod(BaseModel):
253
268
id: Annotated[
254
269
Optional[str],
@@ -451,7 +466,7 @@ class DocumentReferenceContent(BaseModel):
451
466
),
452
467
]
453
468
format: Annotated[
454
-
Coding,
469
+
NRLFormatCode,
455
470
Field(
456
471
description="An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType."
Field(description="The display text for the code."),
241
+
]
242
+
243
+
229
244
classPeriod(BaseModel):
230
245
id: Annotated[
231
246
Optional[StrictStr],
@@ -398,7 +413,7 @@ class DocumentReferenceContent(BaseModel):
398
413
),
399
414
]
400
415
format: Annotated[
401
-
Coding,
416
+
NRLFormatCode,
402
417
Field(
403
418
description="An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType."
0 commit comments