This resource allows for the management of patient records in the popHealth application. Patient records can be inserted into popHealth in QRDA Category I format through this resource. Additionally, patient information may be retrieved from popHealth. This includes popHealth's internal representation of a patient as well as results for clinical quality measure calculations for a particular patient.
Ids used for patients by this resource are the MongoDB identifier for the patient, not the patient's medical record number.
Param name | Description |
---|---|
page optional |
Validations:
|
per_page optional |
Validations:
|
{"_id":"52fbbf34b99cc8a728000068","birthdate":1276869600,"first":"John","gender":"M","last":"Peters","encounters":[{...}], ...}
Param name | Description |
---|---|
id required |
Patient ID Validations:
|
include_results optional |
Include measure calculation results Validations:
|
Upload a QRDA Category I document for a patient into popHealth.
Param name | Description |
---|---|
practice_id optional |
ID for the patient's Practice Validations:
|
practice_name optional |
Name for the patient's Practice Validations:
|
Param name | Description |
---|---|
id required |
The id of the patient Validations:
|
[{"DENOM":1.0,"NUMER":1.0,"DENEXCEP":0.0,"DENEX":0.0",measure_id":"40280381-3D61-56A7-013E-6224E2AC25F3","nqf_id":"0038","effective_date":1356998340.0,"measure_title":"Childhood Immunization Status",...},...]
Param name | Description |
---|---|
id required |
Patient ID Validations:
|