Tenet Healthcare · Capability

Tenet Healthcare FHIR R4 Patient API — Documents

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

Run with Naftiko Tenet HealthcareDocuments

What You Can Do

GET
Listpatientdocuments — List Patient Documents
/v1/patient/{id}/documentreference

MCP Tools

list-patient-documents

List Patient Documents

read-only idempotent

Capability Spec

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