Difference between revisions of "Operations"
From Hiasobi - FHIR
(Created page with "Operations are query/procedures ==Patient== <table border="1" cellpadding=10> <tr><td><b>$everything</b> <pre>[base]/Patient/[id]/$everything</pre> </td></tr> </table>") |
|||
Line 1: | Line 1: | ||
− | Operations are query/procedures | + | Operations are query/procedures that can be performed on the servers |
==Patient== | ==Patient== | ||
<table border="1" cellpadding=10> | <table border="1" cellpadding=10> | ||
− | <tr><td><b>$everything</b> | + | <tr><td><b>$everything</b><br>Retrieve a complete patient summary as a bundle for a specific patient. |
<pre>[base]/Patient/[id]/$everything</pre> | <pre>[base]/Patient/[id]/$everything</pre> | ||
</td></tr> | </td></tr> | ||
</table> | </table> |
Revision as of 09:32, 11 February 2015
Operations are query/procedures that can be performed on the servers
Patient
$everything Retrieve a complete patient summary as a bundle for a specific patient. [base]/Patient/[id]/$everything |