You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two new API endpoints that allow users to view information on person clusters.
Details / Tasks
GET /person/<person-reference-id>
This should list out all patient-reference-ids, their external ids and external person ids for the patients in the cluster.
GET /patient/<patient-reference-id>
This should show all the patient record data for the patient, including the person-cluster-id it belongs to the external-id and external-person-id.
Summary
Add two new API endpoints that allow users to view information on person clusters.
Details / Tasks
GET /person/<person-reference-id>
This should list out all patient-reference-ids, their external ids and external person ids for the patients in the cluster.
GET /patient/<patient-reference-id>
This should show all the patient record data for the patient, including the person-cluster-id it belongs to the external-id and external-person-id.
Related Issues/PRs
#155
Notes / Comments
This completes use cases 7 and 8 in #155.
The text was updated successfully, but these errors were encountered: