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

: GP CCMP Client - TTL Representation

Draft as of 2026-08-18

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/GPCCMPClient> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "GPCCMPClient"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition GPCCMPClient</b></p><a name=\"GPCCMPClient\"> </a><a name=\"hcGPCCMPClient\"> </a><table class=\"grid\"><tr><td><b>Actor: GPCCMPClient </b></td><td>GP CCMP Client</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>The GP CCMP Client:</p>\n<ul>\n<li><strong>SHALL</strong> invoke read Patient request</li>\n<li><strong>SHALL</strong> invoke read Practitioner request</li>\n<li><strong>SHALL</strong> invoke read PractitionerRole request</li>\n<li><strong>MAY</strong> invoke read Encounter request</li>\n<li><strong>SHALL</strong> invoke search QuestionnaireResponse request</li>\n<li><strong>SHALL</strong> invoke read QuestionnaireResponse request</li>\n<li><strong>SHALL</strong> invoke create and update QuestionnaireResponse request</li>\n<li><strong>SHALL</strong> invoke search and read requests for resources required by this IG to pre-populate questionnaire response</li>\n</ul>\n</div></td></tr><tr><td>Capabilities:</td><td colspan=\"2\"><a href=\"CapabilityStatement-GPCCMPClientCapabilityStatement.html\">GP CCMP Client Capability Statement</a></td></tr><tr><td>Derived from:</td><td colspan=\"2\"><a href=\"http://hl7.org.au/fhir/core/2.0.0/ActorDefinition-au-core-actor-requester.html\">http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-requester</a></td></tr></table></div>"
  ] ;
  fhir:ActorDefinition.url [ fhir:value "https://gpccmp.csiro.au/ig/ActorDefinition/GPCCMPClient"] ;
  fhir:ActorDefinition.version [ fhir:value "0.1.0"] ;
  fhir:ActorDefinition.name [ fhir:value "GPCCMPClient"] ;
  fhir:ActorDefinition.title [ fhir:value "GP CCMP Client"] ;
  fhir:ActorDefinition.status [ fhir:value "draft"] ;
  fhir:ActorDefinition.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ActorDefinition.date [ fhir:value "2026-08-18T05:51:20+00:00"^^xsd:dateTime] ;
  fhir:ActorDefinition.publisher [ fhir:value "AEHRC CSIRO"] ;
  fhir:ActorDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "AEHRC CSIRO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://example.org/example-publisher" ]
     ]
  ] ;
  fhir:ActorDefinition.description [ fhir:value "The GP CCMP Client is a system that can display the GP CCMP form, prepopulate it with patient health information retrieved from the GP CCMP Server, allow a user to fill out the form and save the form to the GP CCMP Server."] ;
  fhir:ActorDefinition.copyright [ fhir:value "Copyright © 2026 Australian Government Department of Health, Disability and Ageing. All rights reserved.\nThis material is published for evaluation and local testing only, pending selection of a final licence. You may clone, build, and run it locally/personally to evaluate the IG. No other rights are granted — including no redistribution, modification for distribution, sublicensing, or commercial/production use. Final licence terms will be published and will supersede this notice.\n"] ;
  fhir:ActorDefinition.type [ fhir:value "system"] ;
  fhir:ActorDefinition.documentation [ fhir:value "The GP CCMP Client: \n- **SHALL** invoke read Patient request\n- **SHALL** invoke read Practitioner request\n- **SHALL** invoke read PractitionerRole request\n- **MAY** invoke read Encounter request\n- **SHALL** invoke search QuestionnaireResponse request\n- **SHALL** invoke read QuestionnaireResponse request\n- **SHALL** invoke create and update QuestionnaireResponse request\n- **SHALL** invoke search and read requests for resources required by this IG to pre-populate questionnaire response"] ;
  fhir:ActorDefinition.capabilities [
     fhir:value "https://gpccmp.csiro.au/ig/CapabilityStatement/GPCCMPClientCapabilityStatement" ;
     fhir:link <https://gpccmp.csiro.au/ig/CapabilityStatement/GPCCMPClientCapabilityStatement>
  ] ;
  fhir:ActorDefinition.derivedFrom [
     fhir:value "http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-requester" ;
     fhir:index 0 ;
     fhir:link <http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-requester>
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/GPCCMPClient.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ActorDefinition/GPCCMPClient.ttl> .