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
description="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
432
432
regex="[A-Za-z0-9\\-\\.]{1,64}",
433
433
),
434
434
] =None
435
-
attachment: Annotated[
436
-
Attachment,
435
+
coding: list[Coding] |None=None
436
+
text: Annotated[
437
+
str|None,
437
438
Field(
438
-
description="The document or URL of the document along with critical metadata to prove content has integrity."
439
+
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.",
440
+
regex="[ \\r\\n\\t\\S]+",
439
441
),
440
-
]
441
-
format: Annotated[
442
-
Coding|None,
442
+
] =None
443
+
444
+
445
+
classExtension(BaseModel):
446
+
valueCodeableConcept: Annotated[
447
+
CodeableConcept,
443
448
Field(
444
-
description="An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType."
449
+
description="Details about the extension.",
445
450
),
446
-
] =None
451
+
]
452
+
url: Annotated[
453
+
str, Field(description="The reference link for the details.", regex="\\S*")
454
+
]
447
455
448
456
449
-
classCodeableConcept(BaseModel):
457
+
classDocumentReferenceContent(BaseModel):
450
458
id: Annotated[
451
459
str|None,
452
460
Field(
453
461
description="Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
454
462
regex="[A-Za-z0-9\\-\\.]{1,64}",
455
463
),
456
464
] =None
457
-
coding: list[Coding] |None=None
458
-
text: Annotated[
459
-
str|None,
465
+
attachment: Annotated[
466
+
Attachment,
460
467
Field(
461
-
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.",
462
-
regex="[ \\r\\n\\t\\S]+",
468
+
description="The document or URL of the document along with critical metadata to prove content has integrity."
469
+
),
470
+
]
471
+
format: Annotated[
472
+
Coding|None,
473
+
Field(
474
+
description="An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType."
475
+
),
476
+
] =None
477
+
extension: Annotated[
478
+
list[Extension] |None,
479
+
Field(
480
+
description="Additional code system information for the document content."
"diagnostics": "Invalid content extension system: invalid Extension system must be 'https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability'",
0 commit comments