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

: SE CodeSystem for marital status - JSON Representation

Draft as of 2024-04-02

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "se-base-marital-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"se-base-marital-status-G\"> </a></td><td>Gift</td></tr><tr><td style=\"white-space:nowrap\">OG<a name=\"se-base-marital-status-OG\"> </a></td><td>Ogift</td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"se-base-marital-status-S\"> </a></td><td>Skild</td></tr><tr><td style=\"white-space:nowrap\">Ä<a name=\"se-base-marital-status-.196\"> </a></td><td>Änka/änkling</td></tr><tr><td style=\"white-space:nowrap\">RP<a name=\"se-base-marital-status-RP\"> </a></td><td>Registrerad partner</td></tr><tr><td style=\"white-space:nowrap\">SP<a name=\"se-base-marital-status-SP\"> </a></td><td>Skild partner</td></tr><tr><td style=\"white-space:nowrap\">EP<a name=\"se-base-marital-status-EP\"> </a></td><td>Efterlevande partner</td></tr></table></div>"
  },
  "url" : "http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status",
  "version" : "1.0.0",
  "name" : "SEBaseMaritalStatusCS",
  "title" : "SE CodeSystem for marital status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-04-02T19:36:43+00:00",
  "publisher" : "HL7 Sweden",
  "contact" : [
    {
      "name" : "HL7 Sweden",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.se/"
        },
        {
          "system" : "email",
          "value" : "info@hl7.se"
        }
      ]
    }
  ],
  "description" : "This is the CodeSystem for marital status in accordance with the Swedish authorities (Skatteverket Navet)",
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "G",
      "display" : "Gift"
    },
    {
      "code" : "OG",
      "display" : "Ogift"
    },
    {
      "code" : "S",
      "display" : "Skild"
    },
    {
      "code" : "Ä",
      "display" : "Änka/änkling"
    },
    {
      "code" : "RP",
      "display" : "Registrerad partner"
    },
    {
      "code" : "SP",
      "display" : "Skild partner"
    },
    {
      "code" : "EP",
      "display" : "Efterlevande partner"
    }
  ]
}