GP Chronic Condition Management Plan
0.1.0 - ci-build

GP Chronic Condition Management Plan, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/gpccmp-fhir-ig/ and changes regularly. See the Directory of published versions

CapabilityStatement: GPCCMP Client Capability Statement

Official URL: https://gpccmp.csiro.au/ig/CapabilityStatement/GPCCMPClientCapabilityStatement Version: 0.1.0
Draft as of 2025-12-22 Computable Name: GPCCMPClientCapabilityStatement

This CapabilityStatement describes the expected capabilities for systems to exchange the data needed to support the GP Chronic Condition Management Plan. It lists the client's conformance expectations for the resource types required as Questionnaire launch context, resource types required to support prepopulation of the form and QuestionnaireResponse requirements for managing form responses. These expectations include supported FHIR profiles, RESTful operations, and search parameters.

Raw OpenAPI-Swagger Definition file | Download

GPCCMP Client Capability Statement

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 4.0.1
  • Supported Formats: SHALL support json
  • Published on: 2025-12-22
  • Published by: AEHRC CSIRO

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

GPCCMP Launch Server SHALL:

  1. Support the AU Core AllergyIntolerance resource profile
  2. Support the AU Core Condition resource profile
  3. Support the AU Core Encounter resource profile
  4. Support the AU Core Medication profile
  5. Support the AU Core MedicationStatement profile
  6. Support the AU Core Patient resource profile
  7. Support the AU Core Practitioner resource profile
  8. Support the AU Core PractitionerRole resource profile
  9. Support the SDC Standard Questionnaire Response resource profile
  10. Implement the RESTful behavior according to the FHIR specification
  11. Support JSON source formats for all interactions
Security
Enable CORS: yes
Security services supported: SMART-on-FHIR

GPCCMP Launch Server MAY:

  1. Support CORS headers
  2. Support SMART on FHIR security services

Also see the AU Core Security and Privacy section for general considerations and recommendations.

Summary of System-wide Interactions
  • SHALL support the transactioninteraction described as follows:

    The server SHALL support the transaction interaction for all resources.

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
AllergyIntoleranceSupported Profiles
  AU Core AllergyIntolerance
Ypatient
ConditionSupported Profiles
  AU Core Condition
Ypatient, category, patient+category
EncounterSupported Profiles
  AU Core Encounter
Y
MedicationSupported Profiles
  AU Core Medication
Y
MedicationStatementSupported Profiles
  AU Core MedicationStatement
Ypatient, status, _include, patient+status, patient+status+_includeMedicationStatement:medication
PatientSupported Profiles
  AU Core Patient
Y
PractitionerSupported Profiles
  AU Core Practitioner
Y
QuestionnaireResponseSupported Profiles
  SDC Standard Questionnaire Response
YYYYpatient, questionnaire, status, _count, _sort, patient+_count+_sort, patient+_count+_sort+questionnaire, patient+_count+_sort+status

Core FHIR Resource
AllergyIntolerance
Reference Policy
Interaction summary
  • SHALL support search-type.

Supported Profiles

AU Core AllergyIntolerance

Documentation

The server SHALL support the AllergyIntolerance resource, the AU Core profile and the conformance expectations for the AllergyIntolerance resource.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

The client SHALL provide at least a id value and MAY provide both the Type and id values.

The server SHALL support both.

 
Core FHIR Resource
Condition
Reference Policy
Interaction summary
  • SHALL support search-type.

Supported Profiles

AU Core Condition

Documentation

The server SHALL support the Condition resource, the AU Core profile and the conformance expectations for the Condition resource.

Search Parameters
ConformanceParameterTypeDocumentation
MAYpatientreference

The client SHALL provide at least a id value and MAY provide both the Type and id values.

The server SHALL support both.

MAYcategorytoken

The client SHALL provide at least a code value and MAY provide both the system and code values.

The server SHALL support both.

Combined Search Parameters
ConformanceParametersTypes
SHALLpatient+categoryreference+token
Core FHIR Resource
Encounter
Reference Policy
Interaction summary
  • SHALL support read.

Supported Profiles

AU Core Encounter

Documentation

The server MAY support the Encounter resource. If it does, it SHALL support the AU Core profile and the conformance expectations for the Encounter resource.

Core FHIR Resource
Medication
Reference Policy
Interaction summary
  • SHALL support read.

Supported Profiles

AU Core Medication

Documentation

If an external reference to a Medication resource is used in MedicationStatement, then the server SHALL support the Medication resource, the AU Core profile and the conformance expectations for the Medication resource.

Core FHIR Resource
MedicationStatement
Reference Policy
Interaction summary
  • SHALL support search-type.

Supported Profiles

AU Core MedicationStatement

Documentation

The server SHALL support the MedicationStatement resource, the AU Core profile and the conformance expectations for the MedicationStatement resource.

If a medication in a MedicationStatement resource is represented as an external Medication resource reference, the server SHALL support the _include parameter for searching this element (MedicationStatement:medication)

Search Parameters
ConformanceParameterTypeDocumentation
MAYpatientreference

The client SHALL provide at least a id value and MAY provide both the Type and id values.

The server SHALL support both.

MAYstatustoken

The client SHALL provide at least a code value and MAY provide both the system and code values.

The server SHALL support both.

The client SHALL support multipleOr.

The server SHALL support multipleOr.

MAY_includereference

If a medication in a MedicationStatement resource is represented as an external Medication resource reference, the server SHALL support the _include parameter for searching this element (MedicationStatement:medication).

The client SHALL support this method.

Combined Search Parameters
ConformanceParametersTypes
SHALLpatient+statusreference+token
MAYpatient+status+_includereference+token+reference
Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • SHALL support read.

Supported Profiles

AU Core Patient

Documentation

The server SHALL support the Patient resource, AU Core profile and the conformance expectations for the Patient resource.

Core FHIR Resource
Practitioner
Reference Policy
Interaction summary
  • SHALL support read.

Supported Profiles

AU Core Practitioner

Documentation

The server SHALL support the Practitioner resource, AU Core profile and the conformance expectations for the Practitioner resource.

Core FHIR Resource
QuestionnaireResponse
Reference Policy
Interaction summary
  • SHALL support read, search-type, create, update.

Documentation

The server SHALL support the QuestionnaireResponse resource, SDC profile and the conformance expectations for the QuestionnaireResponse resource.

Search Parameters
ConformanceParameterTypeDocumentation
MAYpatientreference

The client SHALL provide at least a id value and MAY provide both the Type and id values.

The server SHALL support both.

MAYquestionnairereference

The client SHALL provide at least a id value and MAY provide both the Type and id values.

The server SHALL support both.

The client and server SHALL support chained search questionnaire.title using the :contains modifier.

MAYstatustoken

The client SHALL provide at least a code value and MAY provide both the code and system values.

The server SHALL support both.

MAY_countnumber

The client and server SHALL support search result limiting.

MAY_sortstring

The client and server SHALL support search result sorting by authored and MAY support other values.

Combined Search Parameters
ConformanceParametersTypes
SHALLpatient+_count+_sortreference+number+string
SHALLpatient+_count+_sort+questionnairereference+number+string+reference
SHALLpatient+_count+_sort+statusreference+number+string+token