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

: Launch Context Extension - TTL Representation

Draft as of 2026-01-28

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LaunchContextExtended"] ; # 
  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: CodeSystem LaunchContextExtended</b></p><a name=\"LaunchContextExtended\"> </a><a name=\"hcLaunchContextExtended\"> </a><p>This case-sensitive code system <code>https://gpccmp.csiro.au/ig/CodeSystem/LaunchContextExtended</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">gpccmppractitionerrole<a name=\"LaunchContextExtended-gpccmppractitionerrole\"> </a></td><td>GP CCMP Practitioner Role</td><td>PractitionerRole in context at launch time that is associated with the user in context. This concept has been defined to support use cases where the PractitionerRole is required to pre-populate the GP CCMP Questionnaire.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://gpccmp.csiro.au/ig/CodeSystem/LaunchContextExtended"^^xsd:anyURI ;
fhir:l <https://gpccmp.csiro.au/ig/CodeSystem/LaunchContextExtended>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LaunchContextExtended"] ; # 
  fhir:title [ fhir:v "Launch Context Extension"] ; # 
  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 Launch Context Extension code system defines concepts that extend the HL7 launch context concepts in http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext. They enable additional launch context items to be specified for use when launching a GP CCMP Questionnaire."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "gpccmppractitionerrole" ] ;
fhir:display [ fhir:v "GP CCMP Practitioner Role" ] ;
fhir:definition [ fhir:v "PractitionerRole in context at launch time that is associated with the user in context. This concept has been defined to support use cases where the PractitionerRole is required to pre-populate the GP CCMP Questionnaire." ]
  ] ) . #