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.
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.