openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Marital Status (Patient) - XML Representation

Active as of 2022-05-31

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="patient-marital-status"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html"><code>http://terminology.hl7.org/CodeSystem/v3-MaritalStatus</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-M">M</a></td><td>Married</td><td>A current marriage contract is active</td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-S">S</a></td><td>Single</td><td>No marriage contract has ever been entered</td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-D">D</a></td><td>Divorced</td><td>Marriage contract has been declared dissolved and inactive</td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-W">W</a></td><td>Widowed</td><td>The spouse has died</td></tr><tr><td><a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-UNK">UNK</a></td><td>unknown</td><td/></tr></table></li></ul></div>
  </text>
  <url
       value="https://openimis.github.io/openimis_fhir_r4_ig/ValueSet/patient-marital-status"/>
  <version value="1.0.0"/>
  <name value="PatientMaritalStatusVS"/>
  <title value="Marital Status (Patient)"/>
  <status value="active"/>
  <date value="2022-05-31T10:56:28+00:00"/>
  <publisher value="openIMIS Initiative"/>
  <contact>
    <name value="openIMIS Initiative"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.openimis.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Dragos Dobre"/>
    <telecom>
      <system value="email"/>
      <value value="[email protected]"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Indicates the Marital status of a Patient"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <concept>
        <code value="M"/>
        <display value="Married"/>
      </concept>
      <concept>
        <code value="S"/>
        <display value="Single"/>
      </concept>
      <concept>
        <code value="D"/>
        <display value="Divorced"/>
      </concept>
      <concept>
        <code value="W"/>
        <display value="Widowed"/>
      </concept>
      <concept>
        <code value="UNK"/>
        <display value="unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>