Temple Health · Capability

Temple Health FHIR R4 — Condition

Search Condition resources (problems, encounter diagnoses, health concerns) for a patient on Temple Health's Epic FHIR R4 endpoint.

Temple Health FHIR R4 — Condition is a Naftiko capability published by Temple Health, one of 7 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/condition.

The capability includes 1 read-only operation. Lead operation: Search Condition on Temple Health FHIR R4. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Temple Health, Epic, FHIR, Condition, and USCDI.

Run with Naftiko Temple HealthEpicFHIRConditionUSCDI

What You Can Do

GET
Searchcondition
/v1/condition

MCP Tools

search-condition

Search Condition on Temple Health FHIR R4.

read-only idempotent

Capability Spec

temple-health-fhir-r4-condition.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temple Health FHIR R4 — Condition
  description: Search Condition resources (problems, encounter diagnoses, health concerns) for a patient on Temple Health's Epic FHIR R4 endpoint.
  tags:
  - Temple Health
  - Epic
  - FHIR
  - Condition
  - USCDI
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    TEMPLE_HEALTH_FHIR_TOKEN: TEMPLE_HEALTH_FHIR_TOKEN
capability:
  consumes:
  - type: http
    namespace: temple-health-fhir-r4-condition
    baseUri: https://epicaccess.templehealth.org/FhirProxyPrd/api/FHIR/R4
    resources:
    - name: Condition
      path: /Condition
      operations:
      - name: searchCondition
        method: GET
        description: Search Condition resources for a patient.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: patient
          in: query
          type: string
          description: Reference to the Patient.
        - name: category
          in: query
          type: string
          description: US Core Condition category.
        - name: clinical-status
          in: query
          type: string
          description: Clinical status (active, recurrence, etc.).
    authentication:
      type: bearer
      token: '{{env.TEMPLE_HEALTH_FHIR_TOKEN}}'
  exposes:
  - type: rest
    namespace: temple-health-fhir-r4-condition-rest
    port: 8080
    resources:
    - path: /v1/condition
      name: condition
      operations:
      - method: GET
        name: searchCondition
        call: temple-health-fhir-r4-condition.searchCondition
        with:
          patient: rest.patient
          category: rest.category
          clinical-status: rest.clinical_status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: temple-health-fhir-r4-condition-mcp
    port: 9090
    transport: http
    tools:
    - name: search-condition
      description: Search Condition on Temple Health FHIR R4.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: temple-health-fhir-r4-condition.searchCondition
      with:
        patient: tool.patient
        category: tool.category
        clinical-status: tool.clinical_status