naftiko: 1.0.0-alpha2 info: label: Thomas Jefferson University Hospital FHIR R4 — Allergy Intolerance description: Search AllergyIntolerance resources for a patient on Jefferson Health's Epic FHIR R4 endpoint. tags: - Jefferson Health - Epic - FHIR - AllergyIntolerance - USCDI created: '2026-05-23' modified: '2026-05-23' binds: - namespace: env keys: JEFFERSON_FHIR_TOKEN: JEFFERSON_FHIR_TOKEN capability: consumes: - type: http namespace: tjuh-fhir-r4-allergy-intolerance baseUri: https://fhir.jefferson.edu/FHIRProxy/api/FHIR/R4 resources: - name: AllergyIntolerance path: /AllergyIntolerance operations: - name: searchAllergyIntolerance method: GET description: Search AllergyIntolerance resources for a patient. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: patient in: query type: string - name: clinical-status in: query type: string authentication: type: bearer token: '{{env.JEFFERSON_FHIR_TOKEN}}' exposes: - type: rest namespace: tjuh-fhir-r4-allergy-intolerance-rest port: 8080 resources: - path: /v1/allergy-intolerance name: allergyIntolerance operations: - method: GET name: searchAllergyIntolerance call: tjuh-fhir-r4-allergy-intolerance.searchAllergyIntolerance with: patient: rest.patient clinical-status: rest.clinical-status outputParameters: - type: object mapping: $. - type: mcp namespace: tjuh-fhir-r4-allergy-intolerance-mcp port: 9090 transport: http tools: - name: search-allergy-intolerance description: Search AllergyIntolerance on Jefferson Health FHIR R4. hints: readOnly: true destructive: false idempotent: true call: tjuh-fhir-r4-allergy-intolerance.searchAllergyIntolerance with: patient: tool.patient clinical-status: tool.clinical-status