<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-MaritalStatus" />
  <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/MaritalStatus" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.5.2" />
  </identifier>
  <version value="2016-11-11" />
  <name value="v3 Code System MaritalStatus" />
  <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=" * * * No description supplied * * *  Open Issue:&#xD;&#xA;The specific meanings of these codes can vary somewhat by jurisdiction and implementation so caution should be used when determining equivalency." />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/v3-MaritalStatus" />
  <hierarchyMeaning value="is-a" />
  <content value="complete" />
  <concept>
    <code value="A" />
    <display value="Annulled" />
    <definition value="Marriage contract has been declared null and to not have existed" />
  </concept>
  <concept>
    <code value="D" />
    <display value="Divorced" />
    <definition value="Marriage contract has been declared dissolved and inactive" />
  </concept>
  <concept>
    <code value="I" />
    <display value="Interlocutory" />
    <definition value="Subject to an Interlocutory Decree." />
  </concept>
  <concept>
    <code value="L" />
    <display value="Legally Separated" />
    <definition value="Legally Separated" />
  </concept>
  <concept>
    <code value="M" />
    <display value="Married" />
    <definition value="A current marriage contract is active" />
  </concept>
  <concept>
    <code value="P" />
    <display value="Polygamous" />
    <definition value="More than 1 current spouse" />
  </concept>
  <concept>
    <code value="S" />
    <display value="Never Married" />
    <definition value="No marriage contract has ever been entered" />
  </concept>
  <concept>
    <code value="T" />
    <display value="Domestic partner" />
    <definition value="Person declares that a domestic partner relationship exists." />
  </concept>
  <concept>
    <code value="U" />
    <display value="unmarried" />
    <definition value="Currently not in a marriage contract." />
  </concept>
  <concept>
    <code value="W" />
    <display value="Widowed" />
    <definition value="The spouse has died" />
  </concept>
</CodeSystem>