<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-ContentProcessingMode" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="External" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0" />
  </extension>
  <url value="http://hl7.org/fhir/v3/ContentProcessingMode" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.5.1110" />
  </identifier>
  <version value="2016-11-11" />
  <name value="v3 Code System ContentProcessingMode" />
  <status value="active" />
  <experimental value="false" />
  <date value="2016-11-11T00:00:00+00:00" />
  <publisher value="HL7, Inc" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org" />
    </telecom>
  </contact>
  <description value="  Description:&#xD;&#xA;Identifies the order in which content should be processed." />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/v3-ContentProcessingMode" />
  <hierarchyMeaning value="is-a" />
  <content value="complete" />
  <concept>
    <code value="SEQL" />
    <display value="Sequential" />
    <definition value="Description:The content should be processed in a sequential fashion." />
  </concept>
  <concept>
    <code value="UNOR" />
    <display value="Unordered" />
    <definition value="Description:The content may be processed in any order." />
  </concept>
</CodeSystem>