Tenet Healthcare · JSON Structure

Tenet Healthcare Patient Structure

Structure documentation for Tenet Healthcare patient record (FHIR R4 Patient)

Type: Properties: 0
HealthcareHospitalsAmbulatory Surgery CentersRevenue Cycle ManagementFortune 500

Tenet Healthcare Patient is a JSON Structure definition published by Tenet Healthcare.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Tenet Healthcare Patient",
  "description": "Structure documentation for Tenet Healthcare patient record (FHIR R4 Patient)",
  "fhirResource": "Patient",
  "fhirVersion": "R4",
  "fields": [
    {
      "name": "resourceType",
      "type": "string",
      "required": true,
      "description": "FHIR resource type identifier",
      "example": "Patient"
    },
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Logical FHIR resource identifier",
      "example": "patient-123456"
    },
    {
      "name": "identifier",
      "type": "array",
      "required": false,
      "description": "Business identifiers such as MRN, insurance ID",
      "items": {
        "name": "Identifier",
        "fields": [
          {"name": "system", "type": "string", "required": false, "description": "Identifier namespace URI"},
          {"name": "value", "type": "string", "required": true, "description": "Identifier value"},
          {"name": "use", "type": "string", "required": false, "description": "usual | official | temp | secondary"}
        ]
      }
    },
    {
      "name": "name",
      "type": "array",
      "required": false,
      "description": "Patient name(s) with family, given, prefix, suffix",
      "items": {
        "name": "HumanName",
        "fields": [
          {"name": "use", "type": "string", "required": false, "description": "official | usual | nickname"},
          {"name": "family", "type": "string", "required": false, "description": "Family (last) name", "example": "Smith"},
          {"name": "given", "type": "array", "required": false, "description": "Given (first) name(s)", "example": ["John"]}
        ]
      }
    },
    {
      "name": "birthDate",
      "type": "string",
      "format": "date",
      "required": false,
      "description": "Patient date of birth",
      "example": "1975-04-15"
    },
    {
      "name": "gender",
      "type": "string",
      "required": false,
      "description": "Administrative gender",
      "enum": ["male", "female", "other", "unknown"],
      "example": "male"
    },
    {
      "name": "telecom",
      "type": "array",
      "required": false,
      "description": "Contact details (phone, email, etc.)"
    },
    {
      "name": "address",
      "type": "array",
      "required": false,
      "description": "Patient mailing and home addresses"
    },
    {
      "name": "managingOrganization",
      "type": "object",
      "required": false,
      "description": "Reference to the organization managing this patient record",
      "fields": [
        {"name": "reference", "type": "string", "required": false, "description": "FHIR reference", "example": "Organization/tenet-dallas"},
        {"name": "display", "type": "string", "required": false, "description": "Organization display name"}
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/tenet-healthcare-patient-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.