Does the following sample return the Patient resource or just Observation and Encounter as specified?
GET [base]/Patient/1234/?_type=Observation,Encounter
Thanks
Does the following sample return the Patient resource or just Observation and Encounter as specified?
GET [base]/Patient/1234/?_type=Observation,Encounter
Thanks
It should - though there’s no guarantee all servers will support it.