FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/care-plan-intent (XML)

Terminology Infrastructure 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="2024-03-27T11:56:58.316+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="extensions"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <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> 
              <td> 
                <b> Definition</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-request-intent.html#request-intent-proposal">proposal</a> 
              </td> 
              <td style="color: #cccccc">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 style="color: #cccccc">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 style="color: #cccccc">Order</td> 
              <td> The request represents a request/demand and authorization for action by the requestor.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-request-intent.html#request-intent-option">option</a> 
              </td> 
              <td style="color: #cccccc">Option</td> 
              <td> The request represents a component or option for a RequestOrchestration that establishes
                 timing, conditionality and/or other constraints among a set of requests.  Refer
                 to [[[RequestOrchestration]]] for additional information on how this status is
                 used.</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-request-intent.html#request-intent-directive">directive</a> 
              </td> 
              <td style="color: #cccccc">Directive</td> 
              <td> The request represents a legally binding instruction authored by a Patient or RelatedPerson.</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> 
  <identifier> 
    <use value="old"/> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.141"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="CarePlanIntent"/> 
  <title value="Care Plan Intent"/> 
  <status value="draft"/> 
  <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."/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <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> 

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.