This endpoint creates a new medical case.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Patient ID
Unique identifier for the case.
"CASE_ID"
Human-readable name for the case
"Leg Injury"
Timestamp when the event occurred (Unix timestamp)
1678886400
Type of case
OPConsultation, Prescription, DischargeSummary, DiagnosticReport, ImmunizationRecord, HealthDocumentRecord, WellnessRecord "OPConsultation"
Type of the case
"OP"
metadata attached to the case.
{ "facility_id": "GH", "uhid": "UHID_1234" }Case created successfully
Unique identifier for the newly created case
"case_12345"