Jefferson Health · Capability

Jefferson Health Plans Provider Directory — Location

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

Jefferson Health Plans Provider Directory — Location 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/location.

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

Run with Naftiko Jefferson Health PlansPlan-NetFHIRLocationProvider DirectoryPublic

What You Can Do

GET
Searchlocation
/v1/location

MCP Tools

search-location

Search Location in the Jefferson Health Plans public Provider Directory.

read-only idempotent

Capability Spec

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