Hint Health · Schema

Public.Interaction.Lab.Order.ActionBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
reference string
display string
View JSON Schema on GitHub

JSON Schema

public-interaction-lab-order-actionblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-interaction-lab-order-actionblueprint_leaf",
  "title": "Public.Interaction.Lab.Order.ActionBlueprint_leaf",
  "type": "object",
  "properties": {
    "reference": {
      "type": "string"
    },
    "display": {
      "type": "string"
    }
  }
}