Difference between revisions of "Operations"
From Hiasobi - FHIR
(→Patient) |
(→Patient) |
||
Line 9: | Line 9: | ||
</td></tr> | </td></tr> | ||
− | <tr><td> <b> $nps_current_patient</b><br>Custom NPS active patient that 'belongs-to' the practitioner | + | <tr><td> <b> $nps_current_patient</b><br>Custom NPS active patient that 'belongs-to' the practitioner - custom query; candidate for a general population query |
+ | - 2+ of last 3 visits with the provider | ||
+ | - patient has any of the conditions provided | ||
+ | - last visit occurs before or after (as specified) date | ||
<pre>[base]/Patient/[id]/$nps_current_patient?current_practitioner=<id>[&current_condition=<code> [,<code> [,..]]][&last_visit=[<][<=][>][>=]<yyyy-MM-dd></pre> | <pre>[base]/Patient/[id]/$nps_current_patient?current_practitioner=<id>[&current_condition=<code> [,<code> [,..]]][&last_visit=[<][<=][>][>=]<yyyy-MM-dd></pre> | ||
Revision as of 17:09, 8 April 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 - now includes selected observations from history. Blood Pressure, Height, Weight, BMI, Waist Circumference and Lipids. [base]/Patient/[id]/$everything |
$nps_current_patient Custom NPS active patient that 'belongs-to' the practitioner - custom query; candidate for a general population query - 2+ of last 3 visits with the provider - patient has any of the conditions provided - last visit occurs before or after (as specified) date [base]/Patient/[id]/$nps_current_patient?current_practitioner=<id>[¤t_condition=<code> [,<code> [,..]]][&last_visit=[<][<=][>][>=]<yyyy-MM-dd> |