Hint Health · Schema

Public.Interaction.Lab.OrderBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
lab_reference_id string
ordered_from string
authored_on string
collected_at string
author string
author_reference string
intent string
lab_account_id string
actions object
subject object
View JSON Schema on GitHub

JSON Schema

public-interaction-lab-orderblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-interaction-lab-orderblueprint_leaf",
  "title": "Public.Interaction.Lab.OrderBlueprint_leaf",
  "type": "object",
  "properties": {
    "lab_reference_id": {
      "type": "string"
    },
    "ordered_from": {
      "type": "string"
    },
    "authored_on": {
      "type": "string"
    },
    "collected_at": {
      "type": "string"
    },
    "author": {
      "type": "string"
    },
    "author_reference": {
      "type": "string"
    },
    "intent": {
      "type": "string"
    },
    "lab_account_id": {
      "type": "string"
    },
    "actions": {
      "$ref": "#/components/schemas/Public.Interaction.Lab.Order.ActionBlueprint_leaf"
    },
    "subject": {
      "$ref": "#/components/schemas/Public.Interaction.Lab.Order.SubjectBlueprint_leaf"
    }
  }
}