Difference between revisions of "Operations"
From Hiasobi - FHIR
Line 9: | Line 9: | ||
</td></tr> | </td></tr> | ||
− | <tr><td><b>$nps_current_patient?current_practitioner= | + | <tr><td> <b> $nps_current_patient?current_practitioner=(id)¤t_condition=(code) [,(code) [,..]]</b><br>Custom NPS active patient that 'belongs-to' the practitioner provided (2+ of last 3 visits); and patient has any of the conditions provided</td></tr> |
</table> | </table> |
Revision as of 01:56, 23 March 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. As per http://hl7.org/implement/standards/FHIR-Develop/patient-operations.html [base]/Patient/[id]/$everything |
$nps_current_patient?current_practitioner=(id)¤t_condition=(code) [,(code) [,..]] Custom NPS active patient that 'belongs-to' the practitioner provided (2+ of last 3 visits); and patient has any of the conditions provided |