View raw Markdown
type: codesystemcodesystem: goal-status

Goal Lifecycle Status

Concepts

CodeDisplayDefinition
proposedProposedA goal is proposed for this patient.
plannedPlannedA goal is planned for this patient.
acceptedAcceptedA proposed goal was accepted or acknowledged.
cancelledCancelledThe goal has been abandoned.
entered-in-errorEntered in ErrorThe goal was entered in error and voided.
rejectedRejectedA proposed goal was rejected.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="goal-status"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pc"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/goal-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.272"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.267"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.150"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="GoalLifecycleStatus"/>
  <title value="Goal Lifecycle Status"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="Codes that reflect the current state of a goal and whether the goal is still being targeted."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/goal-status"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <concept>
    <code value="proposed"/>
    <display value="Proposed"/>
    <definition value="A goal is proposed for this patient."/>
  </concept>
  <concept>
    <code value="planned"/>
    <display value="Planned"/>
    <definition value="A goal is planned for this patient."/>
  </concept>
  <concept>
    <code value="accepted"/>
    <display value="Accepted"/>
    <definition value="A proposed goal was accepted or acknowledged."/>
    <concept>
      <code value="active"/>
      <display value="Active"/>
      <definition value="The goal is being sought actively."/>
    </concept>
    <concept>
      <code value="on-hold"/>
      <display value="On Hold"/>
      <definition value="The goal remains a long term objective but is no longer being actively pursued for a temporary period of time."/>
    </concept>
    <concept>
      <code value="completed"/>
      <display value="Completed"/>
      <definition value="The goal is no longer being sought."/>
    </concept>
  </concept>
  <concept>
    <code value="cancelled"/>
    <display value="Cancelled"/>
    <definition value="The goal has been abandoned."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="The goal was entered in error and voided."/>
  </concept>
  <concept>
    <code value="rejected"/>
    <display value="Rejected"/>
    <definition value="A proposed goal was rejected."/>
  </concept>
</CodeSystem>