Tenet Healthcare · Capability

Tenet Healthcare FHIR R4 Patient API — Patients

Tenet Healthcare FHIR R4 Patient API — Patients. 1 operations. Lead operation: Get Patient. Self-contained Naftiko capability covering one Tenet Healthcare business surface.

Run with Naftiko Tenet HealthcarePatients

What You Can Do

GET
Getpatient — Get Patient
/v1/patient/{id}

MCP Tools

get-patient

Get Patient

read-only idempotent

Capability Spec

fhir-patients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tenet Healthcare FHIR R4 Patient API — Patients
  description: 'Tenet Healthcare FHIR R4 Patient API — Patients. 1 operations. Lead operation: Get Patient. Self-contained
    Naftiko capability covering one Tenet Healthcare business surface.'
  tags:
  - Tenet Healthcare
  - Patients
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TENET_HEALTHCARE_API_KEY: TENET_HEALTHCARE_API_KEY
capability:
  consumes:
  - type: http
    namespace: fhir-patients
    baseUri: https://api.tenethealth.com/fhir/r4
    description: Tenet Healthcare FHIR R4 Patient API — Patients business capability. Self-contained, no shared references.
    resources:
    - name: Patient-id
      path: /Patient/{id}
      operations:
      - name: getpatient
        method: GET
        description: Get Patient
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Patient FHIR resource ID
          required: true
    authentication:
      type: bearer
      token: '{{env.TENET_HEALTHCARE_API_KEY}}'
  exposes:
  - type: rest
    namespace: fhir-patients-rest
    port: 8080
    description: REST adapter for Tenet Healthcare FHIR R4 Patient API — Patients. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/patient/{id}
      name: patient-id
      description: REST surface for Patient-id.
      operations:
      - method: GET
        name: getpatient
        description: Get Patient
        call: fhir-patients.getpatient
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fhir-patients-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tenet Healthcare FHIR R4 Patient API — Patients. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-patient
      description: Get Patient
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-patients.getpatient
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.