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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-RelationshipConjunction"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem v3-RelationshipConjunction</b></p><a name="v3-RelationshipConjunction"> </a><a name="hcv3-RelationshipConjunction"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/v3-RelationshipConjunction</code> defines the following codes in a Is-A hierarchy:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">AND<a name="v3-RelationshipConjunction-AND"> </a></td><td>and</td><td>This condition must be true.</td></tr><tr><td style="white-space:nowrap">OR<a name="v3-RelationshipConjunction-OR"> </a></td><td>or</td><td>At least one of the condition among all OR conditions must be true.</td></tr><tr><td style="white-space:nowrap">XOR<a name="v3-RelationshipConjunction-XOR"> </a></td><td>exclusive or</td><td>One and only one of the XOR conditions must be true.</td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="external"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4.r4b"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <url value="http://terminology.hl7.org/CodeSystem/v3-RelationshipConjunction"/>
  <version value="2018-08-12"/>
  <name value="v3.RelationshipConjunction"/>
  <title value="v3 Code System RelationshipConjunction"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2018-08-12T00:00:00+10:00"/>
  <publisher value="FHIR Infrastructure"/>
  <contact>
    <name value="FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description value="**** MISSING DEFINITIONS ****"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://terminology.hl7.org/ValueSet/v3-RelationshipConjunction|3.0.0"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <concept>
    <code value="AND"/>
    <display value="and"/>
    <definition value="This condition must be true."/>
  </concept>
  <concept>
    <code value="OR"/>
    <display value="or"/>
    <definition value="At least one of the condition among all OR conditions must be true."/>
  </concept>
  <concept>
    <code value="XOR"/>
    <display value="exclusive or"/>
    <definition value="One and only one of the XOR conditions must be true."/>
  </concept>
</CodeSystem>