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 Expanded Yes No Indicator Supplement - 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/CodeSystem/GPCCMPExpandedYesNoIndicatorSupplement> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "GPCCMPExpandedYesNoIndicatorSupplement"] ;
  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: CodeSystem GPCCMPExpandedYesNoIndicatorSupplement</b></p><a name=\"GPCCMPExpandedYesNoIndicatorSupplement\"> </a><a name=\"hcGPCCMPExpandedYesNoIndicatorSupplement\"> </a><p>This code system supplement <code>https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPExpandedYesNoIndicatorSupplement</code> defines features on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0532.html#v2-0532-NAV\">NAV</a><a name=\"GPCCMPExpandedYesNoIndicatorSupplement-NAV\"> </a></td><td>Pending</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0532.html#v2-0532-NA\">NA</a><a name=\"GPCCMPExpandedYesNoIndicatorSupplement-NA\"> </a></td><td>N/A</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPExpandedYesNoIndicatorSupplement"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "GPCCMPExpandedYesNoIndicatorSupplement"] ;
  fhir:CodeSystem.title [ fhir:value "GP CCMP Expanded Yes No Indicator Supplement"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-18T05:51:20+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "AEHRC CSIRO"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "The GP CCMP Expanded Yes No Indicator Supplement defines consumer friendly terms for the HL7 expandedYes-NoIndicator code system for use in the GP CCMP Questionnaire."] ;
  fhir:CodeSystem.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:CodeSystem.content [ fhir:value "supplement"] ;
  fhir:CodeSystem.supplements [
     fhir:value "http://terminology.hl7.org/CodeSystem/v2-0532|3.0.0" ;
     fhir:link <http://terminology.hl7.org/CodeSystem/v2-0532|3.0.0>
  ] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "NAV" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Pending" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "NA" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "N/A" ]
  ] .

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

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