Hint Health · Schema

Public.SupplementBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
product_name string
quantity string
sig_text string
strength string
strength_uom string
View JSON Schema on GitHub

JSON Schema

public-supplementblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-supplementblueprint_one",
  "title": "Public.SupplementBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "product_name": {
      "type": "string"
    },
    "quantity": {
      "type": "string"
    },
    "sig_text": {
      "type": "string"
    },
    "strength": {
      "type": "string"
    },
    "strength_uom": {
      "type": "string"
    }
  }
}