File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -1823,14 +1823,19 @@ components:
18231823 - $ref : " #/components/schemas/ConsentBundleEntry"
18241824
18251825 RelatedPersonPatientDetailsBundleEntry :
1826- type : object
1827- description : A RelatedPerson bundle entry with patient name and birthDate.
1828- $ref : " #/components/schemas/RelatedPersonBundleEntry"
1829- properties :
1830- name :
1831- $ref : " #/components/schemas/PDSName"
1832- birthDate :
1833- $ref : " #/components/schemas/PDSBirthDate"
1826+ allOf :
1827+ - $ref : " #/components/schemas/RelatedPersonBundleEntry"
1828+ - type : object
1829+ description : A RelatedPerson bundle entry with patient name and birthDate.
1830+ properties :
1831+ resource :
1832+ $ref : " #/components/schemas/RelatedPerson"
1833+ properties :
1834+ properties :
1835+ name :
1836+ $ref : " #/components/schemas/PDSName"
1837+ birthDate :
1838+ $ref : " #/components/schemas/PDSBirthDate"
18341839
18351840 RelatedPersonBundleEntry :
18361841 type : object
You can’t perform that action at this time.
0 commit comments