HL7 Terminology
2.1.0 - Publication

This page is part of the HL7 Terminology (v2.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Goal achievement status - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="goal-achievement"/>
  <meta>
    <lastUpdated value="2020-04-09T15:10:28.568-06:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://terminology.hl7.org/CodeSystem/goal-achievement 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">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="0.1.0"/>
  <name value="GoalAchievementStatus"/>
  <title value="Goal achievement status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-03-06T13:53:33-07:00"/>
  <publisher value="HL7 International - Patient Care WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/patientcare/"/>
    </telecom>
  </contact>
  <description
               value="Describes the progression, or lack thereof, towards the goal against the target."/>
  <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>