Hint Health · Schema

Public.Interaction.ClinicalNoteBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
author string
event_timestamp string
files string
formatted_text string
patient_id string
signed string
status string
text string
title string
type string
View JSON Schema on GitHub

JSON Schema

public-interaction-clinicalnoteblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-interaction-clinicalnoteblueprint_one",
  "title": "Public.Interaction.ClinicalNoteBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "author": {
      "type": "string"
    },
    "event_timestamp": {
      "type": "string"
    },
    "files": {
      "type": "string"
    },
    "formatted_text": {
      "type": "string"
    },
    "patient_id": {
      "type": "string"
    },
    "signed": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}