2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 R2

V3-MaritalStatus.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.

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="v3-MaritalStatus"/>
  <meta>
    <lastUpdated value="2014-12-11T00:00:00.000+11:00"/>
    <profile value="http://hl7.org/fhir/Profile/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <url value="http://hl7.org/fhir/v3/vs/MaritalStatus"/>
  <version value="2014-12-11"/>
  <name value="v3 Code System MaritalStatus"/>
  <publisher value="HL7, Inc"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
  </contact>
  <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."/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2014-12-11"/>
  <define>
    <extension url="http://hl7.org/fhir/ExtensionDefinition/valueset-oid">
      <valueUri value="urn:oid:2.16.840.1.113883.5.2"/>
    </extension>
    <system value="http://hl7.org/fhir/v3/MaritalStatus"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="A"/>
      <abstract value="false"/>
      <display value="Annulled"/>
      <definition value="Marriage contract has been declared null and to not have existed"/>
    </concept>
    <concept>
      <code value="D"/>
      <abstract value="false"/>
      <display value="Divorced"/>
      <definition value="Marriage contract has been declared dissolved and inactive"/>
    </concept>
    <concept>
      <code value="I"/>
      <abstract value="false"/>
      <display value="Interlocutory"/>
      <definition value="Subject to an Interlocutory Decree."/>
    </concept>
    <concept>
      <code value="L"/>
      <abstract value="false"/>
      <display value="Legally Separated"/>
    </concept>
    <concept>
      <code value="M"/>
      <abstract value="false"/>
      <display value="Married"/>
      <definition value="A current marriage contract is active"/>
    </concept>
    <concept>
      <code value="P"/>
      <abstract value="false"/>
      <display value="Polygamous"/>
      <definition value="More than 1 current spouse"/>
    </concept>
    <concept>
      <code value="S"/>
      <abstract value="false"/>
      <display value="Never Married"/>
      <definition value="No marriage contract has ever been entered"/>
    </concept>
    <concept>
      <code value="T"/>
      <abstract value="false"/>
      <display value="Domestic partner"/>
      <definition value="Person declares that a domestic partner relationship exists."/>
    </concept>
    <concept>
      <code value="U"/>
      <abstract value="false"/>
      <display value="unmarried"/>
      <definition value="Currently not in a marriage contract."/>
    </concept>
    <concept>
      <code value="W"/>
      <abstract value="false"/>
      <display value="Widowed"/>
      <definition value="The spouse has died"/>
    </concept>
  </define>
</ValueSet>

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.