{
  "resourceType": "CodeSystem",
  "id": "goal-status",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/goal-status</code> defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">proposed<a name=\"goal-status-proposed\"> </a></td><td>Proposed</td><td>A goal is proposed for this patient.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">planned<a name=\"goal-status-planned\"> </a></td><td>Planned</td><td>A goal is planned for this patient.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">accepted<a name=\"goal-status-accepted\"> </a></td><td>Accepted</td><td>A proposed goal was accepted or acknowledged.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  active<a name=\"goal-status-active\"> </a></td><td>Active</td><td>The goal is being sought actively.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  on-hold<a name=\"goal-status-on-hold\"> </a></td><td>On Hold</td><td>The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  completed<a name=\"goal-status-completed\"> </a></td><td>Completed</td><td>The goal is no longer being sought.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">cancelled<a name=\"goal-status-cancelled\"> </a></td><td>Cancelled</td><td>The goal has been abandoned.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">entered-in-error<a name=\"goal-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>The goal was entered in error and voided.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">rejected<a name=\"goal-status-rejected\"> </a></td><td>Rejected</td><td>A proposed goal was rejected.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/goal-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.272"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.267"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.150"
    }
  ],
  "version": "5.0.0",
  "name": "GoalLifecycleStatus",
  "title": "Goal Lifecycle Status",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Codes that reflect the current state of a goal and whether the goal is still being targeted.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/goal-status",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "proposed",
      "display": "Proposed",
      "definition": "A goal is proposed for this patient."
    },
    {
      "code": "planned",
      "display": "Planned",
      "definition": "A goal is planned for this patient."
    },
    {
      "code": "accepted",
      "display": "Accepted",
      "definition": "A proposed goal was accepted or acknowledged.",
      "concept": [
        {
          "code": "active",
          "display": "Active",
          "definition": "The goal is being sought actively."
        },
        {
          "code": "on-hold",
          "display": "On Hold",
          "definition": "The goal remains a long term objective but is no longer being actively pursued for a temporary period of time."
        },
        {
          "code": "completed",
          "display": "Completed",
          "definition": "The goal is no longer being sought."
        }
      ]
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The goal has been abandoned."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "The goal was entered in error and voided."
    },
    {
      "code": "rejected",
      "display": "Rejected",
      "definition": "A proposed goal was rejected."
    }
  ]
}