We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc7cc0 commit 57d83ecCopy full SHA for 57d83ec
specification/validated-relationships-service-api.yaml
@@ -1829,13 +1829,14 @@ components:
1829
description: A RelatedPerson bundle entry with patient name and birthDate.
1830
properties:
1831
resource:
1832
- $ref: "#/components/schemas/RelatedPerson"
1833
- properties:
1834
1835
- name:
1836
- $ref: "#/components/schemas/PDSName"
1837
- birthDate:
1838
- $ref: "#/components/schemas/PDSBirthDate"
+ allOf:
+ - $ref: "#/components/schemas/RelatedPerson"
+ - type: object
+ properties:
+ name:
+ $ref: "#/components/schemas/PDSName"
+ birthDate:
1839
+ $ref: "#/components/schemas/PDSBirthDate"
1840
1841
RelatedPersonBundleEntry:
1842
type: object
0 commit comments