FHIR IG analytics| Package | csiro.fhir.au.gpccmp |
| Resource Type | ValueSet |
| Id | ValueSet-GoalStatusLimited.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/aehrc/gpccmp-fhir-ig/ValueSet-GoalStatusLimited.html |
| URL | https://gpccmp.csiro.au/ig/ValueSet/GoalStatusLimited |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-03-25T23:46:32+00:00 |
| Name | GoalStatusLimited |
| Title | Goal Status Limited |
| Description | This value set includes the minimal set of codes to represent the status of a goal (i.e., active, completed, and withdrawn). |
No resources found
| CodeSystem | ||
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | goal-status | GoalLifecycleStatus |
| csiro.fhir.au.gpccmp#current | GPCCMPGoalStatusSupplement | GP CCMP Goal Status Supplement |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet GoalStatusLimited
Expansion based on:
This value set contains 3 concepts
| System | Code | Display (en) | Definition |
http://hl7.org/fhir/goal-status | active | active | The goal is being sought actively. |
http://hl7.org/fhir/goal-status | completed | completed | The goal is no longer being sought. |
http://hl7.org/fhir/goal-status | cancelled | withdrawn | The goal has been abandoned. |
{
"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"
}
]
}
}