Hint Health · Schema

Public.FormResponseBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
created_at string
form object
form_response_items object
subject object
View JSON Schema on GitHub

JSON Schema

public-formresponseblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-formresponseblueprint_one",
  "title": "Public.FormResponseBlueprint_one",
  "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"
    }
  }
}