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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1153,11 +1153,6 @@ components:
1153
1153
type: string
1154
1154
pattern: "[ \\r\\n\\t\\S]+"
1155
1155
description: A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
1156
-
extension:
1157
-
type: array
1158
-
items:
1159
-
$ref: "#/components/schemas/Extension"
1160
-
description: Additional content defined by implementations.
Copy file name to clipboardExpand all lines: api/producer/swagger.yaml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1718,11 +1718,6 @@ components:
1718
1718
type: string
1719
1719
pattern: "[ \\r\\n\\t\\S]+"
1720
1720
description: A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
1721
-
extension:
1722
-
type: array
1723
-
items:
1724
-
$ref: "#/components/schemas/Extension"
1725
-
description: Additional content defined by implementations.
description="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
458
+
pattern="[A-Za-z0-9\\-\\.]{1,64}",
459
+
),
460
+
] =None
461
+
coding: Optional[List[Coding]] =None
462
+
text: Annotated[
463
+
Optional[str],
464
+
Field(
465
+
description="A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
466
+
pattern="[ \\r\\n\\t\\S]+",
467
+
),
468
+
] =None
469
+
470
+
471
+
classExtension(BaseModel):
472
+
valueCodeableConcept: Annotated[
473
+
Optional[CodeableConcept],
474
+
Field(
475
+
description="A name which details the functional use for this link – see [http://www.iana.org/assignments/link–relations/link–relations.xhtml#link–relations–1](http://www.iana.org/assignments/link–relations/link–relations.xhtml#link–relations–1)."
476
+
),
477
+
] =None
478
+
url: Annotated[
479
+
Optional[str],
480
+
Field(description="The reference details for the link.", pattern="\\S*"),
@@ -474,6 +511,52 @@ class CountRequestParams(BaseModel):
474
511
]
475
512
476
513
514
+
classOperationOutcomeIssue(BaseModel):
515
+
id: Annotated[
516
+
Optional[str],
517
+
Field(
518
+
description="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
519
+
pattern="[A-Za-z0-9\\-\\.]{1,64}",
520
+
),
521
+
] =None
522
+
severity: Annotated[
523
+
str,
524
+
Field(
525
+
description="Indicates whether the issue indicates a variation from successful processing.",
526
+
pattern="[^\\s]+(\\s[^\\s]+)*",
527
+
),
528
+
]
529
+
code: Annotated[
530
+
str,
531
+
Field(
532
+
description="Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.",
533
+
pattern="[^\\s]+(\\s[^\\s]+)*",
534
+
),
535
+
]
536
+
details: Annotated[
537
+
Optional[CodeableConcept],
538
+
Field(
539
+
description="Additional details about the error. This may be a text description of the error or a system code that identifies the error."
540
+
),
541
+
] =None
542
+
diagnostics: Annotated[
543
+
Optional[str],
544
+
Field(
545
+
description="Additional diagnostic information about the issue.",
description="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
520
603
pattern="[A-Za-z0-9\\-\\.]{1,64}",
521
604
),
522
605
] =None
523
-
severity: Annotated[
524
-
str,
606
+
attachment: Annotated[
607
+
Attachment,
525
608
Field(
526
-
description="Indicates whether the issue indicates a variation from successful processing.",
527
-
pattern="[^\\s]+(\\s[^\\s]+)*",
609
+
description="The document or URL of the document along with critical metadata to prove content has integrity."
528
610
),
529
611
]
530
-
code: Annotated[
531
-
str,
612
+
format: Annotated[
613
+
NRLFormatCode,
532
614
Field(
533
-
description="Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.",
534
-
pattern="[^\\s]+(\\s[^\\s]+)*",
615
+
description="An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType."
535
616
),
536
617
]
537
-
details: Annotated[
538
-
Optional[CodeableConcept],
539
-
Field(
540
-
description="Additional details about the error. This may be a text description of the error or a system code that identifies the error."
541
-
),
542
-
] =None
543
-
diagnostics: Annotated[
544
-
Optional[str],
545
-
Field(
546
-
description="Additional diagnostic information about the issue.",
@@ -841,31 +910,6 @@ class DocumentReferenceContext(BaseModel):
841
910
related: Optional[List[Reference]] =None
842
911
843
912
844
-
classDocumentReferenceContent(BaseModel):
845
-
id: Annotated[
846
-
Optional[str],
847
-
Field(
848
-
description="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
849
-
pattern="[A-Za-z0-9\\-\\.]{1,64}",
850
-
),
851
-
] =None
852
-
attachment: Annotated[
853
-
Attachment,
854
-
Field(
855
-
description="The document or URL of the document along with critical metadata to prove content has integrity."
856
-
),
857
-
]
858
-
format: Annotated[
859
-
NRLFormatCode,
860
-
Field(
861
-
description="An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType."
@@ -886,38 +930,6 @@ class DocumentReferenceRelatesTo(BaseModel):
886
930
]
887
931
888
932
889
-
classCodeableConcept(BaseModel):
890
-
id: Annotated[
891
-
Optional[str],
892
-
Field(
893
-
description="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
894
-
pattern="[A-Za-z0-9\\-\\.]{1,64}",
895
-
),
896
-
] =None
897
-
coding: Optional[List[Coding]] =None
898
-
text: Annotated[
899
-
Optional[str],
900
-
Field(
901
-
description="A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
902
-
pattern="[ \\r\\n\\t\\S]+",
903
-
),
904
-
] =None
905
-
extension: Optional[List[Extension]] =None
906
-
907
-
908
-
classExtension(BaseModel):
909
-
valueCodeableConcept: Annotated[
910
-
Optional[CodeableConcept],
911
-
Field(
912
-
description="A name which details the functional use for this link – see [http://www.iana.org/assignments/link–relations/link–relations.xhtml#link–relations–1](http://www.iana.org/assignments/link–relations/link–relations.xhtml#link–relations–1)."
913
-
),
914
-
] =None
915
-
url: Annotated[
916
-
Optional[str],
917
-
Field(description="The reference details for the link.", pattern="\\S*"),
918
-
] =None
919
-
920
-
921
933
classIdentifier(BaseModel):
922
934
id: Annotated[
923
935
Optional[str],
@@ -1051,27 +1063,9 @@ class Signature(BaseModel):
0 commit comments