View raw Markdown
type: valuesetvalueset: care-plan-intent

Care Plan Intent

Content (Compose)

ValueSet XML

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

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="care-plan-intent"/>
  <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>
  <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>
  <name value="CarePlanIntent"/>
  <title value="Care Plan Intent"/>
  <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>