v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBCases
Create Case
This endpoint creates a new medical case.
post/mr/api/v1/cases
Headers
X-Pt-Idstring required
Patient ID
Request body
Example request
{
"id": "CASE_ID",
"display_name": "Leg Injury",
"hi_type": "OPConsultation",
"occurred_at": 1678886400,
"type": "OP",
"partner_meta": {
"facility_id": "GH",
"uhid": "UHID_1234"
}
}Response
Case created successfully
Example response
{
"id": "case_12345"
}