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 - JSON Representation

Draft as of 2026-02-18

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "GoalStatusLimited",
  "text" : {
    "status" : "generated",
    "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><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\">\u00a0\u00a0<code>active</code></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\">\u00a0\u00a0<code>completed</code></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\">\u00a0\u00a0<code>cancelled</code></td><td>withdrawn</td><td>The goal has been abandoned.</td></tr></table></div>"
  },
  "url" : "https://gpccmp.csiro.au/ig/ValueSet/GoalStatusLimited",
  "version" : "0.1.0",
  "name" : "GoalStatusLimited",
  "title" : "Goal Status Limited",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-02-18T01:17:02+00:00",
  "publisher" : "AEHRC CSIRO",
  "contact" : [
    {
      "name" : "AEHRC CSIRO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "This value set includes the minimal set of codes to represent the status of a goal (i.e., active, completed, and withdrawn).",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/goal-status",
        "version" : "4.0.1",
        "concept" : [
          {
            "code" : "active",
            "display" : "active"
          },
          {
            "code" : "completed",
            "display" : "completed"
          },
          {
            "code" : "cancelled",
            "display" : "withdrawn"
          }
        ]
      }
    ]
  },
  "expansion" : {
    "identifier" : "urn:uuid:363b3b05-2833-47d2-b88f-6d2ccb006278",
    "timestamp" : "2026-02-17T14:48:48+10:00",
    "total" : 3,
    "offset" : 0,
    "parameter" : [
      {
        "name" : "displayLanguage",
        "valueCode" : "en"
      },
      {
        "name" : "count",
        "valueInteger" : 1000
      },
      {
        "name" : "offset",
        "valueInteger" : 0
      },
      {
        "name" : "excludeNested",
        "valueBoolean" : false
      },
      {
        "name" : "used-codesystem",
        "valueUri" : "http://hl7.org/fhir/goal-status|4.0.1"
      },
      {
        "name" : "used-supplement",
        "valueUri" : "https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPGoalStatusSupplement|0.1.0"
      }
    ],
    "contains" : [
      {
        "system" : "http://hl7.org/fhir/goal-status",
        "code" : "active",
        "display" : "active"
      },
      {
        "system" : "http://hl7.org/fhir/goal-status",
        "code" : "completed",
        "display" : "completed"
      },
      {
        "system" : "http://hl7.org/fhir/goal-status",
        "code" : "cancelled",
        "display" : "withdrawn"
      }
    ]
  }
}