--- type: "valueset" title: "Care Plan Intent" valueset: "care-plan-intent" --- # Care Plan Intent - **Official URL**: http://hl7.org/fhir/ValueSet/care-plan-intent - **Status**: active - **Name**: CarePlanIntent - **Title**: Care Plan Intent - **Publisher**: HL7 International - Patient Care WG - **Description**: Codes indicating the degree of authority/intentionality associated with a care plan. ## Content (Compose) - **System**: http://hl7.org/fhir/request-intent | **Concepts**: proposal, plan, order, option, directive ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <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="Codes indicating the degree of authority/intentionality associated with a care plan."/> <compose> <include> <system value="http://hl7.org/fhir/request-intent"/> <concept> <code value="proposal"/> </concept> <concept> <code value="plan"/> </concept> <concept> <code value="order"/> </concept> <concept> <code value="option"/> </concept> <concept> <code value="directive"/> </concept> </include> </compose> </ValueSet> ```