KIP Infrastructure
2.12.0 - ci-build

KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.12.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Marital status / Living with others - JSON Representation

Active as of 2022-06-21

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "MaritalStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MaritalStatus</b></p><a name=\"MaritalStatus\"> </a><a name=\"hcMaritalStatus\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/MaritalStatus</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">unmarried<a name=\"MaritalStatus-unmarried\"> </a></td><td>Ugift</td><td>Ugift</td></tr><tr><td style=\"white-space:nowrap\">married<a name=\"MaritalStatus-married\"> </a></td><td>Gift</td><td>Gift</td></tr><tr><td style=\"white-space:nowrap\">married_child<a name=\"MaritalStatus-married_child\"> </a></td><td>Gift med børn</td><td>Gift med børn</td></tr><tr><td style=\"white-space:nowrap\">widowhood<a name=\"MaritalStatus-widowhood\"> </a></td><td>Enkestand</td><td>Enkestand</td></tr><tr><td style=\"white-space:nowrap\">divorced<a name=\"MaritalStatus-divorced\"> </a></td><td>Fraskilt</td><td>Fraskilt</td></tr><tr><td style=\"white-space:nowrap\">cohabitant<a name=\"MaritalStatus-cohabitant\"> </a></td><td>Samboende</td><td>Samboende</td></tr><tr><td style=\"white-space:nowrap\">livingalone<a name=\"MaritalStatus-livingalone\"> </a></td><td>Bor alene</td><td>Bor alene</td></tr><tr><td style=\"white-space:nowrap\">livingalone_child<a name=\"MaritalStatus-livingalone_child\"> </a></td><td>Bor alene med børn</td><td>Bor alene med børn</td></tr><tr><td style=\"white-space:nowrap\">living_parents<a name=\"MaritalStatus-living_parents\"> </a></td><td>Living with parents</td><td>Living with parents / Bor med forældre</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"MaritalStatus-other\"> </a></td><td>Andet</td><td>Andet</td></tr></table></div>"
  },
  "url" : "https://kip.rkkp.dk/fhir/CodeSystem/MaritalStatus",
  "version" : "2.12.0",
  "name" : "MaritalStatus",
  "title" : "Marital status / Living with others",
  "status" : "active",
  "date" : "2022-06-21T00:00:00+02:00",
  "publisher" : "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact" : [
    {
      "name" : "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://trifork.com"
        },
        {
          "system" : "email",
          "value" : "rbk@trifork.com"
        }
      ]
    }
  ],
  "description" : "Marital status / Living with others",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "unmarried",
      "display" : "Ugift",
      "definition" : "Ugift"
    },
    {
      "code" : "married",
      "display" : "Gift",
      "definition" : "Gift"
    },
    {
      "code" : "married_child",
      "display" : "Gift med børn",
      "definition" : "Gift med børn"
    },
    {
      "code" : "widowhood",
      "display" : "Enkestand",
      "definition" : "Enkestand"
    },
    {
      "code" : "divorced",
      "display" : "Fraskilt",
      "definition" : "Fraskilt"
    },
    {
      "code" : "cohabitant",
      "display" : "Samboende",
      "definition" : "Samboende"
    },
    {
      "code" : "livingalone",
      "display" : "Bor alene",
      "definition" : "Bor alene"
    },
    {
      "code" : "livingalone_child",
      "display" : "Bor alene med børn",
      "definition" : "Bor alene med børn"
    },
    {
      "code" : "living_parents",
      "display" : "Living with parents",
      "definition" : "Living with parents / Bor med forældre"
    },
    {
      "code" : "other",
      "display" : "Andet",
      "definition" : "Andet"
    }
  ]
}