Temple Health · Capability

Temple Health FHIR R4 — Medication Request

Search MedicationRequest resources (prescriptions, medication orders) for a patient on Temple Health's Epic FHIR R4 endpoint.

Temple Health FHIR R4 — Medication Request 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/medication-request.

The capability includes 1 read-only operation. Lead operation: Search MedicationRequest 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, MedicationRequest, and USCDI.

Run with Naftiko Temple HealthEpicFHIRMedicationRequestUSCDI

What You Can Do

GET
Searchmedicationrequest
/v1/medication-request

MCP Tools

search-medication-request

Search MedicationRequest on Temple Health FHIR R4.

read-only idempotent

Capability Spec

temple-health-fhir-r4-medication-request.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temple Health FHIR R4 — Medication Request
  description: Search MedicationRequest resources (prescriptions, medication orders) for a patient on Temple Health's Epic FHIR R4 endpoint.
  tags:
  - Temple Health
  - Epic
  - FHIR
  - MedicationRequest
  - 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-medication-request
    baseUri: https://epicaccess.templehealth.org/FhirProxyPrd/api/FHIR/R4
    resources:
    - name: MedicationRequest
      path: /MedicationRequest
      operations:
      - name: searchMedicationRequest
        method: GET
        description: Search MedicationRequest resources for a patient.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: patient
          in: query
          type: string
        - name: status
          in: query
          type: string
        - name: intent
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.TEMPLE_HEALTH_FHIR_TOKEN}}'
  exposes:
  - type: rest
    namespace: temple-health-fhir-r4-medication-request-rest
    port: 8080
    resources:
    - path: /v1/medication-request
      name: medication-request
      operations:
      - method: GET
        name: searchMedicationRequest
        call: temple-health-fhir-r4-medication-request.searchMedicationRequest
        with:
          patient: rest.patient
          status: rest.status
          intent: rest.intent
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: temple-health-fhir-r4-medication-request-mcp
    port: 9090
    transport: http
    tools:
    - name: search-medication-request
      description: Search MedicationRequest on Temple Health FHIR R4.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: temple-health-fhir-r4-medication-request.searchMedicationRequest
      with:
        patient: tool.patient
        status: tool.status
        intent: tool.intent