Operations
From Hiasobi - FHIR
Revision as of 16:28, 31 March 2016 by Brett Esler (Talk | contribs)
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. GET [base]/Patient/[id]/$everything |
$nps_current_patient Custom NPS active patient that 'belongs-to' the practitioner - custom query; candidate for a general population query
GET [base]/Patient/[id]/$nps_current_patient?current_practitioner=<id>[¤t_condition=<code> [,<code> [,..]]][&last_visit=[<][<=][>][>=]<yyyy-MM-dd>] |
Questionnaire
$populate generates a QuestionnaireResponse based on the Questionnaire content and content in the clinical system.POST [base]/Questionnaire/$populate |
Implements fluent-path expressions |
Supports context variables in expressions:
|