API ReferenceREST API
Delete patient
Removes a patient and all associated entities, events, and relationships from the registry. Irreversible.
Path Parameters
patientId*string
ID of the patient
Match
^[A-Za-z0-9._-]{1,128}$Response Body
application/json
curl -X DELETE "https://example.com/v1/patients/patient-123"Empty
{
"code": 1,
"type": "ALREADY_EXISTS",
"message": "string"
}Upsert patient PUT
Creates the patient entry if it does not yet exist, or returns the existing record unchanged. Fully idempotent — safe to call before or after the first ingest.
Get resolution report GET
Returns the fact-resolution report for a patient: a paginated list of persisted facts of every fact type with their provenance traces, source contributions, field-level conflict resolutions, and merge confidence scores. Summary counts always cover the full graph, not just the returned page.