Jefferson Health · Capability

Jefferson Health Plans Provider Directory — Organization

Search Organization resources in the public Jefferson Health Plans (HPP) Da Vinci Plan-Net FHIR R4 Provider Directory.

Jefferson Health Plans Provider Directory — Organization is a Naftiko capability published by Jefferson Health, one of 10 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/organization.

The capability includes 1 read-only operation. Lead operation: Search Organization in the Jefferson Health Plans public Provider Directory. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Jefferson Health Plans, Plan-Net, FHIR, Organization, and Provider Directory.

Run with Naftiko Jefferson Health PlansPlan-NetFHIROrganizationProvider DirectoryPublic

What You Can Do

GET
Searchorganization
/v1/organization

MCP Tools

search-organization

Search Organization in the Jefferson Health Plans public Provider Directory.

read-only idempotent

Capability Spec

jhp-provider-directory-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Jefferson Health Plans Provider Directory — Organization
  description: Search Organization resources in the public Jefferson Health Plans (HPP) Da Vinci Plan-Net FHIR R4 Provider Directory.
  tags:
  - Jefferson Health Plans
  - Plan-Net
  - FHIR
  - Organization
  - Provider Directory
  - Public
  created: '2026-05-23'
  modified: '2026-05-23'
binds: []
capability:
  consumes:
  - type: http
    namespace: jhp-provider-directory-organization
    baseUri: https://providerfhirapi.healthpartnersplans.com
    resources:
    - name: Organization
      path: /Organization
      operations:
      - name: searchOrganization
        method: GET
        description: Search Organization by type, name, address, coverage-area.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
        - name: name
          in: query
          type: string
        - name: address
          in: query
          type: string
        - name: coverage-area
          in: query
          type: string
  exposes:
  - type: rest
    namespace: jhp-provider-directory-organization-rest
    port: 8080
    resources:
    - path: /v1/organization
      name: organization
      operations:
      - method: GET
        name: searchOrganization
        call: jhp-provider-directory-organization.searchOrganization
        with:
          type: rest.type
          name: rest.name
          address: rest.address
          coverage-area: rest.coverage-area
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: jhp-provider-directory-organization-mcp
    port: 9090
    transport: http
    tools:
    - name: search-organization
      description: Search Organization in the Jefferson Health Plans public Provider Directory.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jhp-provider-directory-organization.searchOrganization
      with:
        type: tool.type
        name: tool.name
        address: tool.address
        coverage-area: tool.coverage-area