Endpoints
Criterion Object
Assertion Specs
Theassertion field is a discriminated union on the assert key. The verification engine dispatches to a check implementation based on this value.
fhir-resource-state
fhir-resource-state
Asserts that, after the rollout, a FHIR resource search returns a resource whose fields match expected values.
hl7-structural
hl7-structural
Asserts field values on HL7v2 outbound messages captured by the sandbox.
portal-state-match
portal-state-match
Asserts that after a web portal simulation ends, a given resource row has the expected fields.
sftp-file-present
sftp-file-present
Asserts that a file was uploaded to the sandbox SFTP endpoint, optionally parsing JSON contents and asserting fields.
voice-transcript
voice-transcript
Asserts the content of a voice call transcript. This is the check that uses LLM-assisted matching for loose phrase presence.
x12-response
x12-response
Asserts field values on an X12 EDI response (270/271/276/277/278) produced by the sandbox clearinghouse.
HTTP Example
SDK Example
The
assertion object is passed through unchanged by the API. Keys inside
assertion are not snake-to-camel transformed. Use the exact field names
documented above (for example resource_type, correlate_by, parse_json,
not_contains).