Swedish Base Profiles Implementation Guide
1.0.0 - release
Swedish Base Profiles Implementation Guide, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Sweden/basprofiler-r4/ and changes regularly. See the Directory of published versions
Draft as of 2024-10-04 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="SEBaseMaritalStatusVS"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet SEBaseMaritalStatusVS</b></p><a name="SEBaseMaritalStatusVS"> </a><a name="hcSEBaseMaritalStatusVS"> </a><a name="SEBaseMaritalStatusVS-en-US"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.0.2/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/6.0.2/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/6.0.2/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/6.0.2/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/6.0.2/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-U">U</a></td><td>Unmarried</td><td>Currently not in a marriage contract.</td></tr></table></li><li>Include these codes as defined in <a href="CodeSystem-se-base-marital-status.html"><code>http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-se-base-marital-status.html#se-base-marital-status-RP">RP</a></td><td>Registrerad partner</td></tr><tr><td><a href="CodeSystem-se-base-marital-status.html#se-base-marital-status-SP">SP</a></td><td>Skild partner</td></tr><tr><td><a href="CodeSystem-se-base-marital-status.html#se-base-marital-status-EP">EP</a></td><td>Efterlevande partner</td></tr></table></li></ul></div>
</text>
<url value="http://hl7.se/fhir/ig/base/ValueSet/SEBaseMaritalStatusVS"/>
<version value="1.0.0"/>
<name value="SEBaseMaritalStatusVS"/>
<title value="SE ValueSet for marital status"/>
<status value="draft"/>
<experimental value="true"/>
<date value="2024-10-04T09:06:21+00:00"/>
<publisher value="HL7 Sweden"/>
<contact>
<name value="HL7 Sweden"/>
<telecom>
<system value="url"/>
<value value="http://hl7.se/"/>
</telecom>
<telecom>
<system value="email"/>
<value value="info@hl7.se"/>
</telecom>
</contact>
<description
value="This is a value set of marital status types that include both the HL7 official codesystem and the ones specific from the Swedish authorities."/>
<compose>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<concept>
<code value="M"/>
<display value="Married"/>
</concept>
<concept>
<code value="D"/>
<display value="Divorced"/>
</concept>
<concept>
<code value="W"/>
<display value="Widowed"/>
</concept>
<concept>
<code value="U"/>
<display value="Unmarried"/>
</concept>
</include>
<include>
<system
value="http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status"/>
<concept>
<code value="RP"/>
<display value="Registrerad partner"/>
</concept>
<concept>
<code value="SP"/>
<display value="Skild partner"/>
</concept>
<concept>
<code value="EP"/>
<display value="Efterlevande partner"/>
</concept>
</include>
</compose>
</ValueSet>