Varian ARIA Patient

FHIR R4 Patient resource from the Varian ARIA Oncology Information System

HealthcareOncologyMedical DevicesFHIRRadiation TherapyHealth ITFortune 1000

Properties

Name Type Description
resourceType string FHIR resource type
id string Logical FHIR resource ID
meta object
identifier array Patient identifiers including MRN
name array
birthDate string Date of birth (YYYY-MM-DD)
gender string Administrative gender
active boolean Whether the patient record is in active use
address array
telecom array
View JSON Schema on GitHub

JSON Schema

varian-patient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/varian-medical-systems/main/json-schema/varian-patient-schema.json",
  "title": "Varian ARIA Patient",
  "description": "FHIR R4 Patient resource from the Varian ARIA Oncology Information System",
  "type": "object",
  "required": ["resourceType", "id"],
  "properties": {
    "resourceType": {
      "type": "string",
      "const": "Patient",
      "description": "FHIR resource type"
    },
    "id": {
      "type": "string",
      "description": "Logical FHIR resource ID"
    },
    "meta": {
      "type": "object",
      "properties": {
        "versionId": { "type": "string" },
        "lastUpdated": { "type": "string", "format": "date-time" }
      }
    },
    "identifier": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "system": { "type": "string", "format": "uri", "description": "Identifier system (e.g., MRN system)" },
          "value": { "type": "string", "description": "Patient MRN or other identifier" }
        }
      },
      "description": "Patient identifiers including MRN"
    },
    "name": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "use": { "type": "string", "enum": ["usual", "official", "temp", "nickname", "anonymous", "old", "maiden"] },
          "family": { "type": "string", "description": "Last name" },
          "given": { "type": "array", "items": { "type": "string" }, "description": "First and middle names" }
        }
      }
    },
    "birthDate": {
      "type": "string",
      "format": "date",
      "description": "Date of birth (YYYY-MM-DD)"
    },
    "gender": {
      "type": "string",
      "enum": ["male", "female", "other", "unknown"],
      "description": "Administrative gender"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the patient record is in active use"
    },
    "address": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "use": { "type": "string" },
          "line": { "type": "array", "items": { "type": "string" } },
          "city": { "type": "string" },
          "state": { "type": "string" },
          "postalCode": { "type": "string" },
          "country": { "type": "string" }
        }
      }
    },
    "telecom": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "system": { "type": "string", "enum": ["phone", "fax", "email", "pager", "url", "sms", "other"] },
          "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/varian-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 email required.

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