Hint Health · Schema

Public.Interaction.LabBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
event_timestamp string
status string
type string
vendor_order_id string
order object
report object
results object
View JSON Schema on GitHub

JSON Schema

public-interaction-labblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-interaction-labblueprint_one",
  "title": "Public.Interaction.LabBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "event_timestamp": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "vendor_order_id": {
      "type": "string"
    },
    "order": {
      "$ref": "#/components/schemas/Public.Interaction.Lab.OrderBlueprint_leaf"
    },
    "report": {
      "$ref": "#/components/schemas/Public.Interaction.Lab.ReportBlueprint_leaf"
    },
    "results": {
      "$ref": "#/components/schemas/Public.Interaction.Lab.ResultBlueprint_leaf"
    }
  }
}