File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -1823,14 +1823,18 @@ components:
18231823 - $ref : " #/components/schemas/ConsentBundleEntry"
18241824
18251825 RelatedPersonPatientDetailsBundleEntry :
1826+ $ref : " #/components/schemas/RelatedPersonBundleEntry"
18261827 type : object
18271828 description : A RelatedPerson bundle entry with patient name and birthDate.
1828- $ref : " #/components/schemas/RelatedPersonBundleEntry"
18291829 properties :
1830- name :
1831- $ref : " #/components/schemas/PDSName"
1832- birthDate :
1833- $ref : " #/components/schemas/PDSBirthDate"
1830+ resource :
1831+ $ref : " #/components/schemas/RelatedPerson"
1832+ properties :
1833+ properties :
1834+ name :
1835+ $ref : " #/components/schemas/PDSName"
1836+ birthDate :
1837+ $ref : " #/components/schemas/PDSBirthDate"
18341838
18351839 RelatedPersonBundleEntry :
18361840 type : object
You can’t perform that action at this time.
0 commit comments