PointClickCare website screenshot

PointClickCare

PointClickCare is the leading cloud-based software platform for the senior care and post-acute care industry, providing electronic health records (EHR), care coordination, financial management, and clinical decision support to skilled nursing facilities, senior living communities, and home health agencies. PointClickCare publishes both a partner EHR API and a HL7 FHIR API for clinical interoperability across the long-term and post-acute care (LTPAC) ecosystem.

2 APIs 0 Features
HealthcareLong-Term CarePost-Acute CareEHRFHIRSenior CareInteroperability

APIs

PointClickCare Long-Term Care EHR API

PointClickCare provides EHR and care coordination APIs for long-term and post-acute care facilities. APIs enable access to resident records, medication administration, clinical ...

PointClickCare FHIR API

PointClickCare FHIR API provides HL7 FHIR-compliant access to resident clinical data for post-acute and long-term care settings, supporting interoperability with other healthcar...

Collections

Pricing Plans

Rate Limits

Pointclickcare Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Pointclickcare Context

0 classes · 33 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Website
Website
💬
Support
Support
📰
Blog
Blog
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🟢
StatusPage
StatusPage
👥
GitHubOrganization
GitHubOrganization

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: PointClickCare Long-Term Care EHR API
  version: 2.0.0
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://login.pointclickcare.com/oauth2/authorize
    accessTokenUrl: https://login.pointclickcare.com/oauth2/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Patients
    type: folder
  items:
  - info:
      name: List residents/patients
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/patients
      params:
      - name: facilityId
        value: ''
        type: query
        description: Facility identifier
      - name: status
        value: ''
        type: query
        description: Filter by admission status
      - name: unitId
        value: ''
        type: query
        description: Filter by unit/floor
      - name: updatedSince
        value: ''
        type: query
        description: Return only records updated after this timestamp
      - name: offset
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Returns a list of residents/patients at the specified facility.
  - info:
      name: Get a resident/patient
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/patients/:patientId
      params:
      - name: patientId
        value: ''
        type: path
        description: PointClickCare resident/patient identifier
    docs: Returns demographic and admission details for a single resident.
- info:
    name: Vitals
    type: folder
  items:
  - info:
      name: Get patient vitals
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/patients/:patientId/vitals
      params:
      - name: patientId
        value: ''
        type: path
        description: PointClickCare resident/patient identifier
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
      - name: vitalType
        value: ''
        type: query
        description: Filter by vital type
      - name: limit
        value: ''
        type: query
    docs: Returns vital sign measurements for a resident within a date range.
- info:
    name: Medications
    type: folder
  items:
  - info:
      name: Get patient medication orders
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/patients/:patientId/medications
      params:
      - name: patientId
        value: ''
        type: path
        description: PointClickCare resident/patient identifier
      - name: status
        value: ''
        type: query
        description: Filter by order status
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
    docs: Returns active and historical medication orders for a resident.
  - info:
      name: Get medication administration records
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/patients/:patientId/medications/mar
      params:
      - name: patientId
        value: ''
        type: path
        description: PointClickCare resident/patient identifier
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
    docs: Returns medication administration records (MAR) documenting when medications were given.
- info:
    name: Assessments
    type: folder
  items:
  - info:
      name: List patient assessments
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/patients/:patientId/assessments
      params:
      - name: patientId
        value: ''
        type: path
        description: PointClickCare resident/patient identifier
      - name: type
        value: ''
        type: query
        description: Filter by assessment type
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
    docs: Returns clinical assessments (MDS, fall risk, skin assessment, etc.) for a resident.
- info:
    name: Diagnoses
    type: folder
  items:
  - info:
      name: Get patient diagnoses
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/patients/:patientId/diagnoses
      params:
      - name: patientId
        value: ''
        type: path
        description: PointClickCare resident/patient identifier
      - name: status
        value: ''
        type: query
    docs: Returns ICD-coded diagnoses and active conditions for a resident.
- info:
    name: Facilities
    type: folder
  items:
  - info:
      name: List facilities
      type: http
    http:
      method: GET
      url: https://api.pointclickcare.com/v2/facilities
    docs: Returns facilities accessible to the authenticated application.
bundled: true