Change Updates

Do not miss any ksch-workflows API changes, ever again

Subscribe to the ksch-workflows API changelog to be up to date on recent changes.

RSS

May 13, 2023

main
0.1.0
Compare

API structure has changed

Next Change
6 structure changes including:
1 Breaking change
6 Modifications
Modified 6 Breaking
GET /patients
  • Response
  • 200 response Modified
    • embedded property Modified
GET /patients/search
  • Response
  • 200 response Modified
    • embedded property Modified
  • Query
  • q query parameter Added
GET /patients/{patientId}
  • Response
  • 200 response Modified
    • name, gender, patientCategory, phoneNumber, residentialAddress properties Modified
    • patientNumber, age properties Added
GET /patients/{patientId}/visits/{visitId}
  • Response
  • 200 response Modified
    • timeEnd property Modified
POST /patients
  • Body
  • content type Modified
    • name, gender, patientCategory, phoneNumber, residentialAddress properties Modified
    • patientNumber, age properties Added
  • Response
  • 201 response Removed
  • 200 response Added
POST /patients/{patientId}/visits
  • Response
  • 200 response Modified
    • timeEnd property Modified