Penn Medicine · Capability

Provider Directory

Provider Directory is a Naftiko capability published by Penn Medicine, one of 3 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

provider-directory.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: WorkflowCapability
metadata:
  name: provider-directory
  provider: penn-medicine
  description: Unauthenticated workflow that walks the Penn Medicine Provider Directory (Organization, Location, Practitioner, PractitionerRole, Endpoint) for downstream payer, referral system, or HIE ingestion.
spec:
  trigger:
    type: anonymous
  steps:
    - id: list-organizations
      capability: penn.organization.search
    - id: list-locations
      capability: penn.location.search
    - id: list-practitioners
      capability: penn.practitioner.search
    - id: list-roles
      capability: penn.practitionerRole.search
    - id: list-endpoints
      capability: penn.endpoint.search