FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecsiro.fhir.au.gpccmp
Resource TypeValueSet
IdValueSet-GoalStatusLimited.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/aehrc/gpccmp-fhir-ig/ValueSet-GoalStatusLimited.html
URLhttps://gpccmp.csiro.au/ig/ValueSet/GoalStatusLimited
Version0.1.0
Statusdraft
Date2026-03-25T23:46:32+00:00
NameGoalStatusLimited
TitleGoal Status Limited
DescriptionThis value set includes the minimal set of codes to represent the status of a goal (i.e., active, completed, and withdrawn).

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0goal-statusGoalLifecycleStatus
csiro.fhir.au.gpccmp#currentGPCCMPGoalStatusSupplementGP CCMP Goal Status Supplement

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet GoalStatusLimited

This value set contains 3 concepts

SystemCodeDisplay (en)Definition
http://hl7.org/fhir/goal-status  activeactiveThe goal is being sought actively.
http://hl7.org/fhir/goal-status  completedcompletedThe goal is no longer being sought.
http://hl7.org/fhir/goal-status  cancelledwithdrawnThe goal has been abandoned.

Source1

{
  "resourceType": "ValueSet",
  "id": "GoalStatusLimited",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://gpccmp.csiro.au/ig/ValueSet/GoalStatusLimited",
  "version": "0.1.0",
  "name": "GoalStatusLimited",
  "title": "Goal Status Limited",
  "status": "draft",
  "experimental": false,
  "date": "2026-03-25T23:46:32+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"
      }
    ]
  }
}