Tenet Healthcare · Capability

Tenet Healthcare FHIR R4 Patient API — Conditions

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

Run with Naftiko Tenet HealthcareConditions

What You Can Do

GET
Listpatientconditions — List Patient Conditions
/v1/patient/{id}/condition

MCP Tools

list-patient-conditions

List Patient Conditions

read-only idempotent

Capability Spec

fhir-conditions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tenet Healthcare FHIR R4 Patient API — Conditions
  description: 'Tenet Healthcare FHIR R4 Patient API — Conditions. 1 operations. Lead operation: List Patient Conditions.
    Self-contained Naftiko capability covering one Tenet Healthcare business surface.'
  tags:
  - Tenet Healthcare
  - Conditions
  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-conditions
    baseUri: https://api.tenethealth.com/fhir/r4
    description: Tenet Healthcare FHIR R4 Patient API — Conditions business capability. Self-contained, no shared references.
    resources:
    - name: Patient-id-Condition
      path: /Patient/{id}/Condition
      operations:
      - name: listpatientconditions
        method: GET
        description: List Patient Conditions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Patient FHIR resource ID
          required: true
        - name: clinical-status
          in: query
          type: string
          description: Condition status (active, resolved, inactive)
    authentication:
      type: bearer
      token: '{{env.TENET_HEALTHCARE_API_KEY}}'
  exposes:
  - type: rest
    namespace: fhir-conditions-rest
    port: 8080
    description: REST adapter for Tenet Healthcare FHIR R4 Patient API — Conditions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/patient/{id}/condition
      name: patient-id-condition
      description: REST surface for Patient-id-Condition.
      operations:
      - method: GET
        name: listpatientconditions
        description: List Patient Conditions
        call: fhir-conditions.listpatientconditions
        with:
          id: rest.id
          clinical-status: rest.clinical-status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fhir-conditions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tenet Healthcare FHIR R4 Patient API — Conditions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-patient-conditions
      description: List Patient Conditions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-conditions.listpatientconditions
      with:
        id: tools.id
        clinical-status: tools.clinical-status
      outputParameters:
      - type: object
        mapping: $.