Tenet Healthcare · Capability

Tenet Healthcare FHIR R4 Patient API — Observations

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

Run with Naftiko Tenet HealthcareObservations

What You Can Do

GET
Listpatientobservations — List Patient Observations
/v1/patient/{id}/observation

MCP Tools

list-patient-observations

List Patient Observations

read-only idempotent

Capability Spec

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