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 Server Capability Statement

Official URL: https://gpccmp.csiro.au/ig/CapabilityStatement/GPCCMPServerCapabilityStatement Version: 0.1.0
Draft as of 2026-02-13 Computable Name: GPCCMPServerCapabilityStatement

This CapabilityStatement describes the expected capabilities for systems to exchange the data needed to support the GP Chronic Condition Management Plan. It lists the server'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 Server Capability Statement

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 4.0.1
  • Supported Formats: SHALL support json
  • Published on: 2026-02-13
  • 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 GP CCMP AllergyIntolerance resource profile
  2. Support the GP CCMP Condition resource profile
  3. Support the GP CCMP Encounter resource profile
  4. Support the GP CCMP Medication profile
  5. Support the GP CCMP MedicationStatement profile
  6. Support the GP CCMP Observation resource profiles
  7. Support the GP CCMP Patient resource profile
  8. Support the GP CCMP Practitioner resource profile
  9. Support the GP CCMP PractitionerRole resource profile
  10. Support the GP CCMP Questionnaire Response resource profile
  11. Implement the RESTful behavior according to the FHIR specification
  12. 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
  GP CCMP AllergyIntolerance
Ypatient
ConditionSupported Profiles
  GP CCMP Condition
Ypatient, category, patient+category
EncounterSupported Profiles
  GP CCMP Encounter
Y
MedicationSupported Profiles
  GP CCMP Medication
Y
MedicationStatementSupported Profiles
  GP CCMP MedicationStatement
Ypatient, status, _include, patient+status, patient+status+_includeMedicationStatement:medication
ObservationSupported Profiles
  GP CCMP Body Height
  GP CCMP Body Weight
  GP CCMP Waist Circumference
  GP CCMP Pulse Rate
  GP CCMP Pulse Rhythm
  GP CCMP Oxygen Saturation
  GP CCMP Blood Pressure
  GP CCMP Smoking Status
  GP CCMP Alcohol Use Status
Ypatient, code, _sort, patient+code+_sort
PatientSupported Profiles
  GP CCMP Patient
Y
PractitionerSupported Profiles
  GP CCMP Practitioner
Y
PractitionerRoleSupported Profiles
  GP CCMP Practitioner Role
Y
QuestionnaireResponseSupported Profiles
  GP CCMP QuestionnaireResponse
YYYYpatient, questionnaire, _count, _sort, patient+_count+_sort+questionnaire

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

Supported Profiles

GP CCMP AllergyIntolerance

Documentation

The server SHALL support the AllergyIntolerance resource, the GP CCMP 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

GP CCMP Condition

Documentation

The server SHALL support the Condition resource, the GP CCMP 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

GP CCMP Encounter

Documentation

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

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

Supported Profiles

GP CCMP Medication

Documentation

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

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

Supported Profiles

GP CCMP MedicationStatement

Documentation

The server SHALL support the MedicationStatement resource, the GP CCMP 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
Observation
Reference Policy
Interaction summary
  • SHALL support search-type.

Documentation

The server SHALL support the Observation resource, the Smart Health Checks profiles listed and the conformance expectations for the Observation 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.

MAYcodetoken

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

The server SHALL support both.

MAY_sortstring

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

Combined Search Parameters
ConformanceParametersTypes
SHALLpatient+code+_sortreference+token+string
Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • SHALL support read.

Supported Profiles

GP CCMP Patient

Documentation

The server SHALL support the Patient resource, GP CCMP profile and the conformance expectations for the Patient resource.

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

Supported Profiles

GP CCMP Practitioner

Documentation

The server SHALL support the Practitioner resource, GP CCMP profile and the conformance expectations for the Practitioner resource.

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

Supported Profiles

GP CCMP Practitioner Role

Documentation

The server SHALL support the Practitioner resource, GP CCMP 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.

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+_sort+questionnairereference+number+string+reference