HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Goal achievement status - XML Representation

Draft as of 2024-03-11

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="goal-achievement"/>
  <meta>
    <lastUpdated value="2020-04-09T21:10:28.568+00:00"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/goal-achievement</code> defines the following codes in an undefined heirarchy:</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">in-progress<a name="goal-achievement-in-progress"> </a></td><td>In Progress</td><td>The goal is being sought but has not yet been reached. (Also applies if the goal was reached in the past but there has been regression and the goal is again being sought).</td></tr><tr><td>2</td><td style="white-space:nowrap">  improving<a name="goal-achievement-improving"> </a></td><td>Improving</td><td>The goal is being sought, and is progressing.</td></tr><tr><td>2</td><td style="white-space:nowrap">  worsening<a name="goal-achievement-worsening"> </a></td><td>Worsening</td><td>The goal is being sought, but is regressing.</td></tr><tr><td>2</td><td style="white-space:nowrap">  no-change<a name="goal-achievement-no-change"> </a></td><td>No Change</td><td>The goal is being sought, but the trend is flat.</td></tr><tr><td>1</td><td style="white-space:nowrap">achieved<a name="goal-achievement-achieved"> </a></td><td>Achieved</td><td>The goal has been met.</td></tr><tr><td>2</td><td style="white-space:nowrap">  sustaining<a name="goal-achievement-sustaining"> </a></td><td>Sustaining</td><td>The goal has been met, but ongoing activity is needed to sustain the goal objective.</td></tr><tr><td>1</td><td style="white-space:nowrap">not-achieved<a name="goal-achievement-not-achieved"> </a></td><td>Not Achieved</td><td>The goal has not been met and there might or might not have been progress towards target.</td></tr><tr><td>2</td><td style="white-space:nowrap">  no-progress<a name="goal-achievement-no-progress"> </a></td><td>No Progress</td><td>The goal has not been met and little to no progress towards target.</td></tr><tr><td>2</td><td style="white-space:nowrap">  not-attainable<a name="goal-achievement-not-attainable"> </a></td><td>Not Attainable</td><td>The goal is not possible to be met.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pc"/>
  </extension>
  <url value="http://terminology.hl7.org/CodeSystem/goal-achievement"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.1375"/>
  </identifier>
  <version value="1.0.0"/>
  <name value="GoalAchievementStatus"/>
  <title value="Goal achievement status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-03-11T16:14:51+00:00"/>
  <publisher value="Health Level Seven International"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hq@HL7.org"/>
    </telecom>
  </contact>
  <description
               value="Describes the progression, or lack thereof, towards the goal against the target."/>
  <copyright
             value="This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"/>
  <caseSensitive value="true"/>
  <valueSet value="http://terminology.hl7.org/ValueSet/goal-achievement"/>
  <content value="complete"/>
  <concept>
    <code value="in-progress"/>
    <display value="In Progress"/>
    <definition
                value="The goal is being sought but has not yet been reached. (Also applies if the goal was reached in the past but there has been regression and the goal is again being sought)."/>
    <concept>
      <code value="improving"/>
      <display value="Improving"/>
      <definition value="The goal is being sought, and is progressing."/>
    </concept>
    <concept>
      <code value="worsening"/>
      <display value="Worsening"/>
      <definition value="The goal is being sought, but is regressing."/>
    </concept>
    <concept>
      <code value="no-change"/>
      <display value="No Change"/>
      <definition value="The goal is being sought, but the trend is flat."/>
    </concept>
  </concept>
  <concept>
    <code value="achieved"/>
    <display value="Achieved"/>
    <definition value="The goal has been met."/>
    <concept>
      <code value="sustaining"/>
      <display value="Sustaining"/>
      <definition
                  value="The goal has been met, but ongoing activity is needed to sustain the goal objective."/>
    </concept>
  </concept>
  <concept>
    <code value="not-achieved"/>
    <display value="Not Achieved"/>
    <definition
                value="The goal has not been met and there might or might not have been progress towards target."/>
    <concept>
      <code value="no-progress"/>
      <display value="No Progress"/>
      <definition
                  value="The goal has not been met and little to no progress towards target."/>
    </concept>
    <concept>
      <code value="not-attainable"/>
      <display value="Not Attainable"/>
      <definition value="The goal is not possible to be met."/>
    </concept>
  </concept>
</CodeSystem>