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