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

: Goal Status Limited - 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/ValueSet/GoalStatusLimited> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "GoalStatusLimited"] ;
  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: ValueSet GoalStatusLimited</b></p><a name=\"GoalStatusLimited\"> </a><a name=\"hcGoalStatusLimited\"> </a><p>This ValueSet requires the Code system Supplement <a href=\"CodeSystem-GPCCMPGoalStatusSupplement.html\">GP CCMP Goal Status Supplement</a>.</p><div style=\"border: black 1px dotted; background-color: #EEEEEE; padding: 8px; margin-bottom: 8px\"><p>Expansion based on:</p><ul><li><a href=\"http://hl7.org/fhir/R4/codesystem-goal-status.html\">codesystem GoalLifecycleStatus v4.0.1 (CodeSystem)</a></li><li><a href=\"CodeSystem-GPCCMPGoalStatusSupplement.html\">supplement GP CCMP Goal Status Supplement v0.1.0 (CodeSystem)</a></li></ul></div><p>This value set contains 3 concepts</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display (en)</b></td><td><b>Definition</b></td></tr><tr><td><a name=\"GoalStatusLimited-http://hl7.org/fhir/goal-status-active\"> </a><code>http://hl7.org/fhir/goal-status</code></td><td style=\"white-space:nowrap\">  <a href=\"http://hl7.org/fhir/R4/codesystem-goal-status.html#goal-status-active\">active</a></td><td>Active</td><td>The goal is being sought actively.</td></tr><tr><td><a name=\"GoalStatusLimited-http://hl7.org/fhir/goal-status-completed\"> </a><code>http://hl7.org/fhir/goal-status</code></td><td style=\"white-space:nowrap\">  <a href=\"http://hl7.org/fhir/R4/codesystem-goal-status.html#goal-status-completed\">completed</a></td><td>Completed</td><td>The goal is no longer being sought.</td></tr><tr><td><a name=\"GoalStatusLimited-http://hl7.org/fhir/goal-status-cancelled\"> </a><code>http://hl7.org/fhir/goal-status</code></td><td style=\"white-space:nowrap\">  <a href=\"http://hl7.org/fhir/R4/codesystem-goal-status.html#goal-status-cancelled\">cancelled</a></td><td>Withdrawn</td><td>The goal has been abandoned.</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-supplement" ] ;
     fhir:Extension.valueCanonical [
       fhir:value "https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPGoalStatusSupplement|0.1.0" ;
       fhir:link <https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPGoalStatusSupplement|0.1.0>
     ]
  ] ;
  fhir:ValueSet.url [ fhir:value "https://gpccmp.csiro.au/ig/ValueSet/GoalStatusLimited"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "GoalStatusLimited"] ;
  fhir:ValueSet.title [ fhir:value "Goal Status Limited"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-18T05:51:20+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "AEHRC CSIRO"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "This value set includes the minimal set of codes to represent the status of a goal (i.e., active, completed, and withdrawn)."] ;
  fhir:ValueSet.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:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/goal-status" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "active" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Active" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "completed" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Completed" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "cancelled" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Withdrawn" ]
       ]
     ]
  ] ;
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.identifier [ fhir:value "urn:uuid:fff81a46-8231-4929-b534-3b0e07d0c502" ] ;
     fhir:ValueSet.expansion.timestamp [ fhir:value "2026-05-25T13:11:30+10:00"^^xsd:dateTime ] ;
     fhir:ValueSet.expansion.total [ fhir:value "3"^^xsd:integer ] ;
     fhir:ValueSet.expansion.offset [ fhir:value "0"^^xsd:integer ] ;
     fhir:ValueSet.expansion.parameter [
       fhir:index 0 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "displayLanguage" ] ;
       fhir:ValueSet.expansion.parameter.valueCode [ fhir:value "en" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "count" ] ;
       fhir:ValueSet.expansion.parameter.valueInteger [ fhir:value "1000"^^xsd:integer ]
     ], [
       fhir:index 2 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "offset" ] ;
       fhir:ValueSet.expansion.parameter.valueInteger [ fhir:value "0"^^xsd:integer ]
     ], [
       fhir:index 3 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "excludeNested" ] ;
       fhir:ValueSet.expansion.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
     ], [
       fhir:index 4 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "used-codesystem" ] ;
       fhir:ValueSet.expansion.parameter.valueUri [ fhir:value "http://hl7.org/fhir/goal-status|4.0.1" ]
     ], [
       fhir:index 5 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "used-supplement" ] ;
       fhir:ValueSet.expansion.parameter.valueUri [ fhir:value "https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPGoalStatusSupplement|0.1.0" ]
     ] ;
     fhir:ValueSet.expansion.contains [
       fhir:index 0 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://hl7.org/fhir/goal-status" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "active" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "Active" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://hl7.org/fhir/goal-status" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "completed" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "Completed" ]
     ], [
       fhir:index 2 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://hl7.org/fhir/goal-status" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "cancelled" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "Withdrawn" ]
     ]
  ] .

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

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