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 0be34f7 commit 1b991a4Copy full SHA for 1b991a4
specification/validated-relationships-service-api.yaml
@@ -1835,13 +1835,14 @@ components:
1835
description: A RelatedPerson bundle entry with patient name and birthDate.
1836
properties:
1837
resource:
1838
- $ref: "#/components/schemas/RelatedPerson"
1839
- properties:
1840
1841
- name:
1842
- $ref: "#/components/schemas/PDSName"
1843
- birthDate:
1844
- $ref: "#/components/schemas/PDSBirthDate"
+ allOf:
+ - $ref: "#/components/schemas/RelatedPerson"
+ - type: object
+ properties:
+ name:
+ $ref: "#/components/schemas/PDSName"
+ birthDate:
1845
+ $ref: "#/components/schemas/PDSBirthDate"
1846
1847
RelatedPersonBundleEntry:
1848
type: object
0 commit comments