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