Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Patient ID
Path Parameters
Unique case ID
Body
application/json
Human-readable name for the case
Example:
"Leg Injury"
Type of case
Available options:
OPConsultation, Prescription, DischargeSummary, DiagnosticReport, ImmunizationRecord, HealthDocumentRecord, WellnessRecord Example:
"OPConsultation"
Type of the case
Example:
"OP"
Timestamp when the event occurred (Unix timestamp)
Example:
1678886400
metadata attached to the case.
Example:
{ "facility_id": "GH", "uhid": "UHID_1234" }Response
Case updated successfully (no content)

