STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

V3-MaritalStatus.cs.xml

Raw XML (canonical form)

* * * No description supplied * * * Open Issue: The specific meanings of these codes can vary somewhat by jurisdiction and implementation so caution should be used when determining equivalency.

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-MaritalStatus"/>
  <meta>
    <lastUpdated value="2016-03-23T00:00:00.000+11:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Release Date: 2016-03-23</p>

      <table class="grid">
 
        <tr>
          <td>
            <b>Level</b>
          </td>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>A
            <a name="A"> </a>
          </td>
          <td>Annulled</td>
          <td>
                        Marriage contract has been declared null and to not have existed
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>D
            <a name="D"> </a>
          </td>
          <td>Divorced</td>
          <td>
                        Marriage contract has been declared dissolved and inactive
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>I
            <a name="I"> </a>
          </td>
          <td>Interlocutory</td>
          <td>
                        Subject to an Interlocutory Decree.
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>L
            <a name="L"> </a>
          </td>
          <td>Legally Separated</td>
          <td/>
        </tr>
 
        <tr>
          <td>1</td>
          <td>M
            <a name="M"> </a>
          </td>
          <td>Married</td>
          <td>
                        A current marriage contract is active
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>P
            <a name="P"> </a>
          </td>
          <td>Polygamous</td>
          <td>
                        More than 1 current spouse
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>S
            <a name="S"> </a>
          </td>
          <td>Never Married</td>
          <td>
                        No marriage contract has ever been entered
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>T
            <a name="T"> </a>
          </td>
          <td>Domestic partner</td>
          <td>
                        Person declares that a domestic partner relationship exists.
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>U
            <a name="U"> </a>
          </td>
          <td>unmarried</td>
          <td>
                        Currently not in a marriage contract.
            <br/>

                     
          </td>
        </tr>
 
        <tr>
          <td>1</td>
          <td>W
            <a name="W"> </a>
          </td>
          <td>Widowed</td>
          <td>
                        The spouse has died
            <br/>

                     
          </td>
        </tr>

      </table>

    </div>
  </text>
  <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-03-23"/>
  <name value="v3 Code System MaritalStatus"/>
  <status value="active"/>
  <experimental value="false"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <date value="2016-03-23T00:00:00+11:00"/>
  <description value=" * * * No description supplied * * *  Open Issue: 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="subsumes"/>
  <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>

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.