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 @@ -1829,14 +1829,19 @@ components:
18291829 - $ref : " #/components/schemas/ConsentBundleEntry"
18301830
18311831 RelatedPersonPatientDetailsBundleEntry :
1832- type : object
1833- description : A RelatedPerson bundle entry with patient name and birthDate.
1834- $ref : " #/components/schemas/RelatedPersonBundleEntry"
1835- properties :
1836- name :
1837- $ref : " #/components/schemas/PDSName"
1838- birthDate :
1839- $ref : " #/components/schemas/PDSBirthDate"
1832+ allOf :
1833+ - $ref : " #/components/schemas/RelatedPersonBundleEntry"
1834+ - type : object
1835+ description : A RelatedPerson bundle entry with patient name and birthDate.
1836+ properties :
1837+ resource :
1838+ $ref : " #/components/schemas/RelatedPerson"
1839+ properties :
1840+ properties :
1841+ name :
1842+ $ref : " #/components/schemas/PDSName"
1843+ birthDate :
1844+ $ref : " #/components/schemas/PDSBirthDate"
18401845
18411846 RelatedPersonBundleEntry :
18421847 type : object
You can’t perform that action at this time.
0 commit comments