Release 4

Valueset-care-plan-intent.xml

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Value SetCare Plan Intent

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

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="care-plan-intent"/> 
  <meta> 
    <lastUpdated value="2021-01-21T15:34:20.265+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2> Care Plan Intent</h2> 
      <div> 
        <p> Codes indicating the degree of authority/intentionality associated with a care plan.</p> 

      </div> 
      <p> This value set includes codes from the following code systems:</p> 
      <ul> 
        <li> Include these codes as defined in 
          <a href="codesystem-request-intent.html">
            <code> http://hl7.org/fhir/request-intent</code> 
          </a> 
          <table class="none">
            <tr> 
              <td style="white-space:nowrap">
                <b> Code</b> 
              </td> 
              <td> 
                <b> Display</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-request-intent.html#request-intent-proposal">proposal</a> 
              </td> 
              <td> Proposal</td> 
              <td> The request is a suggestion made by someone/something that does not have an intention
                 to ensure it occurs and without providing an authorization to act.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-request-intent.html#request-intent-plan">plan</a> 
              </td> 
              <td> Plan</td> 
              <td> The request represents an intention to ensure something occurs without providing an authorization
                 for others to act.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-request-intent.html#request-intent-order">order</a> 
              </td> 
              <td> Order</td> 
              <td> The request represents a request/demand and authorization for action by a Practitioner.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-request-intent.html#request-intent-option">option</a> 
              </td> 
              <td> Option</td> 
              <td> The request represents a component or option for a RequestGroup that establishes timing,
                 conditionality and/or other constraints among a set of requests.  Refer to [[[RequestGroup]]]
                 for additional information on how this status is used.</td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <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="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/care-plan-intent"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.150"/> 
  </identifier> 
  <version value="4.0.1"/> 
  <name value="CarePlanIntent"/> 
  <title value="Care Plan Intent"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2021-01-21T15:34:20+00: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="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> 
    </include> 
  </compose> 
</ValueSet> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.