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
: GPCCMP Server - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "GPCCMPServer"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition GPCCMPServer</b></p><a name=\"GPCCMPServer\"> </a><a name=\"hcGPCCMPServer\"> </a><table class=\"grid\"><tr><td><b>Actor: GPCCMPServer </b></td><td>GPCCMP Server</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>The GPCCMP Server:</p>\n<ul>\n<li><strong>SHALL</strong> respond to read Practitioner request</li>\n<li><strong>SHALL</strong> respond to read Patient request</li>\n<li><strong>MAY</strong> respond to read Encounter request</li>\n<li><strong>SHALL</strong> respond to search QuestionnaireResponse request</li>\n<li><strong>SHALL</strong> respond to read QuestionnaireResponse request</li>\n<li><strong>SHALL</strong> respond to create and update QuestionnaireResponse requests</li>\n<li><strong>SHALL</strong> respond to search and read requests for resources required by this IG</li>\n</ul>\n</div></td></tr><tr><td>Capabilities:</td><td colspan=\"2\"><a href=\"CapabilityStatement-GPCCMPServerCapabilityStatement.html\">GPCCMP Server Capability Statement</a></td></tr><tr><td>Derived from:</td><td colspan=\"2\"><a href=\"http://hl7.org.au/fhir/core/2.0.0-preview/ActorDefinition-au-core-actor-responder.html\">http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://gpccmp.csiro.au/ig/ActorDefinition/GPCCMPServer"^^xsd:anyURI ;
fhir:l <https://gpccmp.csiro.au/ig/ActorDefinition/GPCCMPServer>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "GPCCMPServer"] ; #
fhir:title [ fhir:v "GPCCMP Server"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-01-28T04:53:48+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "AEHRC CSIRO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "AEHRC CSIRO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ] ] )
] ) ; #
fhir:description [ fhir:v "The GPCCMP Server allows the GPCCMP Client to retrieve patient health information and writeback completed or partially completed forms."] ; #
fhir:type [ fhir:v "system"] ; #
fhir:documentation [ fhir:v "The GPCCMP Server: \n- **SHALL** respond to read Practitioner request\n- **SHALL** respond to read Patient request\n- **MAY** respond to read Encounter request\n- **SHALL** respond to search QuestionnaireResponse request\n- **SHALL** respond to read QuestionnaireResponse request\n- **SHALL** respond to create and update QuestionnaireResponse requests\n- **SHALL** respond to search and read requests for resources required by this IG"] ; #
fhir:capabilities [
fhir:v "https://gpccmp.csiro.au/ig/CapabilityStatement/GPCCMPServerCapabilityStatement"^^xsd:anyURI ;
fhir:l <https://gpccmp.csiro.au/ig/CapabilityStatement/GPCCMPServerCapabilityStatement>
] ; #
fhir:derivedFrom ( [
fhir:v "http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/fhir/core/ActorDefinition/au-core-actor-responder>
] ) . #