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

: Actions Status - JSON Representation

Draft as of 2026-06-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ActionsStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ActionsStatus</b></p><a name=\"ActionsStatus\"> </a><a name=\"hcActionsStatus\"> </a><p>This ValueSet requires the Code system Supplement <a href=\"CodeSystem-GPCCMPCarePlanActivityStatusSupplement.html\">GP CCMP Care Plan Activity 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-care-plan-activity-status.html\">codesystem CarePlanActivityStatus v4.0.1 (CodeSystem)</a></li><li><a href=\"CodeSystem-GPCCMPCarePlanActivityStatusSupplement.html\">supplement GP CCMP Care Plan Activity Status Supplement v0.1.0 (CodeSystem)</a></li></ul></div><p>This value set contains 6 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=\"ActionsStatus-http://hl7.org/fhir/care-plan-activity-status-not-started\"> </a><code>http://hl7.org/fhir/care-plan-activity-status</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-not-started\">not-started</a></td><td>Planned</td><td>Care plan activity is planned but no action has yet been taken.</td></tr><tr><td><a name=\"ActionsStatus-http://hl7.org/fhir/care-plan-activity-status-in-progress\"> </a><code>http://hl7.org/fhir/care-plan-activity-status</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-in-progress\">in-progress</a></td><td>In Progress</td><td>Care plan activity has been started but is not yet complete.</td></tr><tr><td><a name=\"ActionsStatus-http://hl7.org/fhir/care-plan-activity-status-on-hold\"> </a><code>http://hl7.org/fhir/care-plan-activity-status</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-on-hold\">on-hold</a></td><td>On Hold</td><td>Care plan activity was started but has temporarily ceased with an expectation of resumption at a future time.</td></tr><tr><td><a name=\"ActionsStatus-http://hl7.org/fhir/care-plan-activity-status-completed\"> </a><code>http://hl7.org/fhir/care-plan-activity-status</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-completed\">completed</a></td><td>Completed</td><td>Care plan activity has been completed (more or less) as planned.</td></tr><tr><td><a name=\"ActionsStatus-http://hl7.org/fhir/care-plan-activity-status-stopped\"> </a><code>http://hl7.org/fhir/care-plan-activity-status</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-stopped\">stopped</a></td><td>Stopped</td><td>The planned care plan activity has been ended prior to completion after the activity was started.</td></tr><tr><td><a name=\"ActionsStatus-http://hl7.org/fhir/care-plan-activity-status-cancelled\"> </a><code>http://hl7.org/fhir/care-plan-activity-status</code></td><td style=\"white-space:nowrap\">\u00a0\u00a0<a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-cancelled\">cancelled</a></td><td>Cancelled</td><td>The planned care plan activity has been withdrawn.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical" : "https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPCarePlanActivityStatusSupplement|0.1.0"
    }
  ],
  "url" : "https://gpccmp.csiro.au/ig/ValueSet/ActionsStatus",
  "version" : "0.1.0",
  "name" : "ActionsStatus",
  "title" : "Actions Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-06-04T03:08:25+00:00",
  "publisher" : "AEHRC CSIRO",
  "contact" : [
    {
      "name" : "AEHRC CSIRO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "This value set includes values to represent the status of a care plan action. It uses canonical status codes for FHIR resources for applicability to different resource types that may represent an action.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "version" : "4.0.1",
        "concept" : [
          {
            "code" : "not-started",
            "display" : "Planned"
          },
          {
            "code" : "in-progress",
            "display" : "In Progress"
          },
          {
            "code" : "on-hold",
            "display" : "On Hold"
          },
          {
            "code" : "completed",
            "display" : "Completed"
          },
          {
            "code" : "stopped",
            "display" : "Stopped"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          }
        ]
      }
    ]
  },
  "expansion" : {
    "identifier" : "urn:uuid:81e33f47-20e7-444c-9001-d2844bb0eb00",
    "timestamp" : "2026-05-25T13:11:30+10:00",
    "total" : 6,
    "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/care-plan-activity-status|4.0.1"
      },
      {
        "name" : "used-supplement",
        "valueUri" : "https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPCarePlanActivityStatusSupplement|0.1.0"
      }
    ],
    "contains" : [
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "code" : "not-started",
        "display" : "Planned"
      },
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "code" : "in-progress",
        "display" : "In Progress"
      },
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "code" : "on-hold",
        "display" : "On Hold"
      },
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "code" : "completed",
        "display" : "Completed"
      },
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "code" : "stopped",
        "display" : "Stopped"
      },
      {
        "system" : "http://hl7.org/fhir/care-plan-activity-status",
        "code" : "cancelled",
        "display" : "Cancelled"
      }
    ]
  }
}