Hint Health · Schema
Interaction.ClinicalNoteSanitizer
Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
Properties
| Name | Type | Description |
|---|---|---|
| string | status [draft, signed, addended, deleted, failed] The status of the interaction. | |
| title | string | The title of the interaction. |
| text | string | The plain text body of the interaction. |
| formatted_text | string | The formatted text body (markdown). Converted to HTML server-side. |
| event_timestamp | string | The event timestamp of the interaction. |
| files | array | File attachment paths. Files will be downloaded as part of the request. |
| provider_name | string | Name of the signing provider. When provided with status "signed", the API resolves it to a provider user ID for the signed field. |
| integration_record_id | string | |
| integration_error_message | string | |
| integration_web_link | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.hint.com/schemas/interaction-clinicalnotesanitizer",
"title": "Interaction.ClinicalNoteSanitizer",
"type": "object",
"properties": {
"": {
"type": "string",
"description": "status [draft, signed, addended, deleted, failed] The status of the interaction."
},
"title": {
"type": "string",
"description": "The title of the interaction."
},
"text": {
"type": "string",
"description": "The plain text body of the interaction."
},
"formatted_text": {
"type": "string",
"description": "The formatted text body (markdown). Converted to HTML server-side."
},
"event_timestamp": {
"type": "string",
"format": "date-time",
"description": "The event timestamp of the interaction."
},
"files": {
"type": "array",
"items": {
"type": "string"
},
"description": "File attachment paths. Files will be downloaded as part of the request."
},
"provider_name": {
"type": "string",
"description": "Name of the signing provider. When provided with status \"signed\", the API resolves it to a provider user ID for the signed field."
},
"integration_record_id": {
"type": "string"
},
"integration_error_message": {
"type": "string"
},
"integration_web_link": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/interaction-clinicalnotesanitizer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.