--- type: "codesystem" title: "Goal acceptance status code system" codesystem: "goal-accept-status" --- # Goal acceptance status code system - **Official URL**: http://hl7.org/fhir/goal-accept-status - **Version**: 5.0.0 - **Status**: active - **Name**: GoalAcceptStatus - **Title**: Goal acceptance status code system - **Publisher**: HL7 International / Patient Care - **Description**: GoalAcceptanceStatus - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | agree | Agree | Stakeholder supports pursuit of the goal. | | disagree | Disagree | Stakeholder is not in support of the pursuit of the goal. | | pending | Pending | Stakeholder has not yet made a decision on whether they support the goal. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="HL7 International / Patient Care"/> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/patientcare"/> </telecom> </contact> <description value="GoalAcceptanceStatus"/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="agree"/> <display value="Agree"/> <definition value="Stakeholder supports pursuit of the goal."/> </concept> <concept> <code value="disagree"/> <display value="Disagree"/> <definition value="Stakeholder is not in support of the pursuit of the goal."/> </concept> <concept> <code value="pending"/> <display value="Pending"/> <definition value="Stakeholder has not yet made a decision on whether they support the goal."/> </concept> </CodeSystem> ```