Particle Health · Schema

Particle Health Patient

Patient resource as registered with Particle Health, used to obtain a Particle Patient ID (PPID) and execute network queries.

ADTC-CDACare CoordinationCarequalityClinical DataCommonWellDeltaseHealth ExchangeEHRFHIRHealth DataHealth Information ExchangeHealthcareHIEHL7HL7v2InteroperabilityMedical RecordsPatientsPharmacyQHINSurescriptsTEFCAUSCDI

Properties

Name Type Description
particle_patient_id string Particle-assigned unique patient identifier (PPID) returned after registration.
external_id string Customer-controlled external identifier.
family_name string
given_name string
middle_name string
date_of_birth string
gender string
ssn string Optional Social Security Number (used for record linkage on supported networks).
addresses array
telecom array
View JSON Schema on GitHub

JSON Schema

particle-health-patient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://particlehealth.com/schemas/patient.json",
  "title": "Particle Health Patient",
  "description": "Patient resource as registered with Particle Health, used to obtain a Particle Patient ID (PPID) and execute network queries.",
  "type": "object",
  "required": ["family_name", "given_name", "date_of_birth"],
  "properties": {
    "particle_patient_id": {
      "type": "string",
      "description": "Particle-assigned unique patient identifier (PPID) returned after registration."
    },
    "external_id": {
      "type": "string",
      "description": "Customer-controlled external identifier."
    },
    "family_name": {
      "type": "string"
    },
    "given_name": {
      "type": "string"
    },
    "middle_name": {
      "type": "string"
    },
    "date_of_birth": {
      "type": "string",
      "format": "date"
    },
    "gender": {
      "type": "string",
      "enum": ["male", "female", "other", "unknown"]
    },
    "ssn": {
      "type": "string",
      "description": "Optional Social Security Number (used for record linkage on supported networks)."
    },
    "addresses": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "line": { "type": "array", "items": { "type": "string" } },
          "city": { "type": "string" },
          "state": { "type": "string" },
          "postal_code": { "type": "string" },
          "country": { "type": "string" }
        }
      }
    },
    "telecom": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "system": { "type": "string", "enum": ["phone", "email"] },
          "value": { "type": "string" },
          "use": { "type": "string" }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/particle-health-patient"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.