Fast Healthcare Interoperability Resources (FHIR) — Organization

Fast Healthcare Interoperability Resources (FHIR) — Organization. 9 operations. Lead operation: Fast Healthcare Interoperability Resources Search all resources of type Organization based on a set of criteria. Self-contained Naftiko capability covering one Fhir business surface.

Run with Naftiko FhirOrganization

What You Can Do

GET
Searchorganization — Fast Healthcare Interoperability Resources Search all resources of type Organization based on a set of criteria
/v1/organization
POST
Createorganization — Fast Healthcare Interoperability Resources Create a new resource
/v1/organization
GET
Histtypeorganization — Fast Healthcare Interoperability Resources Read the past states of the resource
/v1/organization/history
GET
Readorganization — Fast Healthcare Interoperability Resources Read the current state of the resource
/v1/organization/{rid}
PUT
Updateorganization — Fast Healthcare Interoperability Resources Update the current state of the resource
/v1/organization/{rid}
PATCH
Patchorganization — Fast Healthcare Interoperability Resources Change the current state of the resource by providing a patch - a series of change commands
/v1/organization/{rid}
DELETE
Deleteorganization — Fast Healthcare Interoperability Resources Delete the resource so that it no exists (no read, search etc)
/v1/organization/{rid}
GET
Histinstorganization — Fast Healthcare Interoperability Resources Read the past states of the resource
/v1/organization/{rid}/history
GET
Vreadorganization — Fast Healthcare Interoperability Resources Read a past state of the resource
/v1/organization/{rid}/history/{hid}

MCP Tools

fast-healthcare-interoperability-resources-search

Fast Healthcare Interoperability Resources Search all resources of type Organization based on a set of criteria

read-only idempotent
fast-healthcare-interoperability-resources-create

Fast Healthcare Interoperability Resources Create a new resource

fast-healthcare-interoperability-resources-read

Fast Healthcare Interoperability Resources Read the past states of the resource

read-only idempotent
fast-healthcare-interoperability-resources-read-2

Fast Healthcare Interoperability Resources Read the current state of the resource

read-only idempotent
fast-healthcare-interoperability-resources-update

Fast Healthcare Interoperability Resources Update the current state of the resource

idempotent
fast-healthcare-interoperability-resources-change

Fast Healthcare Interoperability Resources Change the current state of the resource by providing a patch - a series of change commands

idempotent
fast-healthcare-interoperability-resources-delete

Fast Healthcare Interoperability Resources Delete the resource so that it no exists (no read, search etc)

idempotent
fast-healthcare-interoperability-resources-read-3

Fast Healthcare Interoperability Resources Read the past states of the resource

read-only idempotent
fast-healthcare-interoperability-resources-read-4

Fast Healthcare Interoperability Resources Read a past state of the resource

read-only idempotent

Capability Spec

fhir-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fast Healthcare Interoperability Resources (FHIR) — Organization
  description: 'Fast Healthcare Interoperability Resources (FHIR) — Organization. 9 operations. Lead operation: Fast Healthcare
    Interoperability Resources Search all resources of type Organization based on a set of criteria. Self-contained Naftiko
    capability covering one Fhir business surface.'
  tags:
  - Fhir
  - Organization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FHIR_API_KEY: FHIR_API_KEY
capability:
  consumes:
  - type: http
    namespace: fhir-organization
    baseUri: ''
    description: Fast Healthcare Interoperability Resources (FHIR) — Organization business capability. Self-contained, no
      shared references.
    resources:
    - name: Organization
      path: /Organization
      operations:
      - name: searchorganization
        method: GET
        description: Fast Healthcare Interoperability Resources Search all resources of type Organization based on a set of
          criteria
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: address
          in: query
          type: string
          description: '**A server defined search that may match any of the string fields in the Address, including line,
            city, district, state, country, postalCode, and/or text**  '
        - name: name
          in: query
          type: string
          description: '**A portion of the organization''s name or alias**  '
      - name: createorganization
        method: POST
        description: Fast Healthcare Interoperability Resources Create a new resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: Organization-_history
      path: /Organization/_history
      operations:
      - name: histtypeorganization
        method: GET
        description: Fast Healthcare Interoperability Resources Read the past states of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _since
          in: query
          type: string
          description: Only include resource versions that were created at or after the given instant in time
        - name: _at
          in: query
          type: string
          description: Only include resource versions that were current at some point during the time period specified in
            the date time value (see Search notes on date searching)
        - name: _list
          in: query
          type: string
          description: Only include resource versions that are referenced in the specified list (current list references are
            allowed)
    - name: Organization-rid
      path: /Organization/{rid}
      operations:
      - name: readorganization
        method: GET
        description: Fast Healthcare Interoperability Resources Read the current state of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateorganization
        method: PUT
        description: Fast Healthcare Interoperability Resources Update the current state of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: patchorganization
        method: PATCH
        description: Fast Healthcare Interoperability Resources Change the current state of the resource by providing a patch
          - a series of change commands
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteorganization
        method: DELETE
        description: Fast Healthcare Interoperability Resources Delete the resource so that it no exists (no read, search
          etc)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Organization-rid-_history
      path: /Organization/{rid}/_history
      operations:
      - name: histinstorganization
        method: GET
        description: Fast Healthcare Interoperability Resources Read the past states of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _since
          in: query
          type: string
          description: Only include resource versions that were created at or after the given instant in time
        - name: _at
          in: query
          type: string
          description: Only include resource versions that were current at some point during the time period specified in
            the date time value (see Search notes on date searching)
        - name: _list
          in: query
          type: string
          description: Only include resource versions that are referenced in the specified list (current list references are
            allowed)
    - name: Organization-rid-_history-hid
      path: /Organization/{rid}/_history/{hid}
      operations:
      - name: vreadorganization
        method: GET
        description: Fast Healthcare Interoperability Resources Read a past state of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: fhir-organization-rest
    port: 8080
    description: REST adapter for Fast Healthcare Interoperability Resources (FHIR) — Organization. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organization
      name: organization
      description: REST surface for Organization.
      operations:
      - method: GET
        name: searchorganization
        description: Fast Healthcare Interoperability Resources Search all resources of type Organization based on a set of
          criteria
        call: fhir-organization.searchorganization
        with:
          address: rest.address
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createorganization
        description: Fast Healthcare Interoperability Resources Create a new resource
        call: fhir-organization.createorganization
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/history
      name: organization-history
      description: REST surface for Organization-_history.
      operations:
      - method: GET
        name: histtypeorganization
        description: Fast Healthcare Interoperability Resources Read the past states of the resource
        call: fhir-organization.histtypeorganization
        with:
          _since: rest._since
          _at: rest._at
          _list: rest._list
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{rid}
      name: organization-rid
      description: REST surface for Organization-rid.
      operations:
      - method: GET
        name: readorganization
        description: Fast Healthcare Interoperability Resources Read the current state of the resource
        call: fhir-organization.readorganization
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateorganization
        description: Fast Healthcare Interoperability Resources Update the current state of the resource
        call: fhir-organization.updateorganization
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchorganization
        description: Fast Healthcare Interoperability Resources Change the current state of the resource by providing a patch
          - a series of change commands
        call: fhir-organization.patchorganization
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteorganization
        description: Fast Healthcare Interoperability Resources Delete the resource so that it no exists (no read, search
          etc)
        call: fhir-organization.deleteorganization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{rid}/history
      name: organization-rid-history
      description: REST surface for Organization-rid-_history.
      operations:
      - method: GET
        name: histinstorganization
        description: Fast Healthcare Interoperability Resources Read the past states of the resource
        call: fhir-organization.histinstorganization
        with:
          _since: rest._since
          _at: rest._at
          _list: rest._list
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{rid}/history/{hid}
      name: organization-rid-history-hid
      description: REST surface for Organization-rid-_history-hid.
      operations:
      - method: GET
        name: vreadorganization
        description: Fast Healthcare Interoperability Resources Read a past state of the resource
        call: fhir-organization.vreadorganization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fhir-organization-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fast Healthcare Interoperability Resources (FHIR) — Organization. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: fast-healthcare-interoperability-resources-search
      description: Fast Healthcare Interoperability Resources Search all resources of type Organization based on a set of
        criteria
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-organization.searchorganization
      with:
        address: tools.address
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-create
      description: Fast Healthcare Interoperability Resources Create a new resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fhir-organization.createorganization
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-read
      description: Fast Healthcare Interoperability Resources Read the past states of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-organization.histtypeorganization
      with:
        _since: tools._since
        _at: tools._at
        _list: tools._list
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-read-2
      description: Fast Healthcare Interoperability Resources Read the current state of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-organization.readorganization
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-update
      description: Fast Healthcare Interoperability Resources Update the current state of the resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: fhir-organization.updateorganization
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-change
      description: Fast Healthcare Interoperability Resources Change the current state of the resource by providing a patch
        - a series of change commands
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: fhir-organization.patchorganization
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-delete
      description: Fast Healthcare Interoperability Resources Delete the resource so that it no exists (no read, search etc)
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: fhir-organization.deleteorganization
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-read-3
      description: Fast Healthcare Interoperability Resources Read the past states of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-organization.histinstorganization
      with:
        _since: tools._since
        _at: tools._at
        _list: tools._list
      outputParameters:
      - type: object
        mapping: $.
    - name: fast-healthcare-interoperability-resources-read-4
      description: Fast Healthcare Interoperability Resources Read a past state of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fhir-organization.vreadorganization
      outputParameters:
      - type: object
        mapping: $.