PointClickCare · Capability

PointClickCare Long-Term Care EHR API — Assessments

PointClickCare Long-Term Care EHR API — Assessments. 1 operations. Lead operation: List patient assessments. Self-contained Naftiko capability covering one Pointclickcare business surface.

Run with Naftiko PointclickcareAssessments

What You Can Do

GET
Listpatientassessments — List patient assessments
/v1/patients/{patientid}/assessments

MCP Tools

list-patient-assessments

List patient assessments

read-only idempotent

Capability Spec

ehr-assessments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PointClickCare Long-Term Care EHR API — Assessments
  description: 'PointClickCare Long-Term Care EHR API — Assessments. 1 operations. Lead operation: List patient assessments.
    Self-contained Naftiko capability covering one Pointclickcare business surface.'
  tags:
  - Pointclickcare
  - Assessments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    POINTCLICKCARE_API_KEY: POINTCLICKCARE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ehr-assessments
    baseUri: https://api.pointclickcare.com/v2
    description: PointClickCare Long-Term Care EHR API — Assessments business capability. Self-contained, no shared references.
    resources:
    - name: patients-patientId-assessments
      path: /patients/{patientId}/assessments
      operations:
      - name: listpatientassessments
        method: GET
        description: List patient assessments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: Filter by assessment type
        - name: startDate
          in: query
          type: string
        - name: endDate
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.POINTCLICKCARE_API_KEY}}'
  exposes:
  - type: rest
    namespace: ehr-assessments-rest
    port: 8080
    description: REST adapter for PointClickCare Long-Term Care EHR API — Assessments. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/patients/{patientid}/assessments
      name: patients-patientid-assessments
      description: REST surface for patients-patientId-assessments.
      operations:
      - method: GET
        name: listpatientassessments
        description: List patient assessments
        call: ehr-assessments.listpatientassessments
        with:
          type: rest.type
          startDate: rest.startDate
          endDate: rest.endDate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ehr-assessments-mcp
    port: 9090
    transport: http
    description: MCP adapter for PointClickCare Long-Term Care EHR API — Assessments. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-patient-assessments
      description: List patient assessments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ehr-assessments.listpatientassessments
      with:
        type: tools.type
        startDate: tools.startDate
        endDate: tools.endDate
      outputParameters:
      - type: object
        mapping: $.