Hint Health · Schema

Public.FormResponseBlueprint_all

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
View JSON Schema on GitHub

JSON Schema

public-formresponseblueprint_all.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-formresponseblueprint_all",
  "title": "Public.FormResponseBlueprint_all",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "created_at": {
        "type": "string",
        "format": "date-time"
      },
      "form": {
        "$ref": "#/components/schemas/Public.FormBlueprint_leaf"
      },
      "form_response_items": {
        "$ref": "#/components/schemas/Public.FormResponseItemBlueprint_leaf"
      },
      "subject": {
        "$ref": "#/components/schemas/Common.RecordBlueprint_min"
      }
    }
  }
}