HL7 FHIR Implementation Guide: DK Core
3.4.0 - ci-build Denmark flag

HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions

: DK Core Marital Status - XML Representation

Active as of 2024-11-12

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 class="res-header-id"><b>Generated Narrative: ValueSet dk-marital-status</b></p><a name="dk-marital-status"> </a><a name="hcdk-marital-status"> </a><a name="dk-marital-status-da-DK"> </a><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.4.0"/>
  <title value="DK MaritalStatus"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-11-12T17:09:52+00: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>