Hint Health · Schema

Public.Interaction.Lab.ReportBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
issued string
status string
lab_reference_id string
order_reference string
View JSON Schema on GitHub

JSON Schema

public-interaction-lab-reportblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-interaction-lab-reportblueprint_leaf",
  "title": "Public.Interaction.Lab.ReportBlueprint_leaf",
  "type": "object",
  "properties": {
    "issued": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "lab_reference_id": {
      "type": "string"
    },
    "order_reference": {
      "type": "string"
    }
  }
}