Difference between revisions of "Operations"

From Hiasobi - FHIR
Jump to: navigation, search
(Patient)
(Patient)
Line 4: Line 4:
  
 
<table border="1" cellpadding=10>
 
<table border="1" cellpadding=10>
   <tr><td><b>$everything</b><br>Retrieve a complete patient summary as a bundle for a specific patient.<br>As per http://hl7.org/implement/standards/FHIR-Develop/patient-operations.html
+
   <tr><td><b>$everything</b><br>Retrieve a complete patient summary as a bundle for a specific patient.<br>As per http://hl7.org/implement/standards/FHIR-Develop/patient-operations.html - now includes selected observations from history.
 
   
 
   
 
     <pre>[base]/Patient/[id]/$everything</pre>
 
     <pre>[base]/Patient/[id]/$everything</pre>
 
   </td></tr>
 
   </td></tr>
  
   <tr><td> <b> $nps_current_patient?current_practitioner=&lt;id&gt;&amp;current_condition=&lt;code&gt; [,&lt;code&gt; [,..]]</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>
+
   <tr><td> <b> $nps_current_patient?current_practitioner=&lt;id&gt;&amp;current_condition=&lt;code&gt; [,&lt;code&gt; [,..]]</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 - custom query; candidate for a general population query</td></tr>
  
 
</table>
 
</table>

Revision as of 08:54, 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 - now includes selected observations from history.
[base]/Patient/[id]/$everything
$nps_current_patient?current_practitioner=<id>&current_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 - custom query; candidate for a general population query