This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: DK Core Marital Status - XML Representation
Raw xml | Download
<ValueSet xmlns="http://hl7.org/fhir">
<id value="dk-marital-status"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href="http://hl7.org/fhir/R4/valueset-marital-status.html">MaritalStatus</a></li><li>Include these codes as defined in <a href="CodeSystem-dk-marital-status.html"><code>http://hl7.dk/fhir/core/CodeSystem/dk-marital-status</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a href="CodeSystem-dk-marital-status.html#dk-marital-status-P">P</a></td><td>Registered partnership</td><td>Registreret partnerskab</td></tr><tr><td><a href="CodeSystem-dk-marital-status.html#dk-marital-status-O">O</a></td><td>Dissolved partnership</td><td>Ophævet partnerskab</td></tr></table></li></ul></div>
</text>
<url value="http://hl7.dk/fhir/core/ValueSet/dk-marital-status"/>
<version value="3.0.0"/>
<title value="DK MaritalStatus"/>
<status value="active"/>
<experimental value="false"/>
<date value="2023-12-01T14:00:38+01:00"/>
<publisher value="HL7 Denmark"/>
<contact>
<name value="HL7 Denmark"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.dk"/>
</telecom>
<telecom>
<system value="email"/>
<value value="jenskristianvilladsen@gmail.com"/>
</telecom>
</contact>
<description
value="This value set defines the set of codes that can be used to indicate the marital status of a person in Denmark."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="DK"/>
<display value="Denmark"/>
</coding>
</jurisdiction>
<copyright value="CC-BY-SA-4.0"/>
<compose>
<include>
<valueSet value="http://hl7.org/fhir/ValueSet/marital-status"/>
</include>
<include>
<system value="http://hl7.dk/fhir/core/CodeSystem/dk-marital-status"/>
<concept>
<code value="P"/>
<display value="Registered partnership"/>
<designation>
<language value="da"/>
<value value="Registreret partnerskab"/>
</designation>
</concept>
<concept>
<code value="O"/>
<display value="Dissolved partnership"/>
<designation>
<language value="da"/>
<value value="Ophævet partnerskab"/>
</designation>
</concept>
</include>
</compose>
</ValueSet>