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 ValueSet for marital status - JSON Representation

Draft as of 2024-04-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "SEBaseMaritalStatusVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/marital-status</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>M</td><td>Married</td></tr><tr><td>D</td><td>Divorced</td></tr><tr><td>W</td><td>Widowed</td></tr><tr><td>U</td><td>unmarried</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>"
  },
  "url" : "http://hl7.se/fhir/ig/base/ValueSet/SEBaseMaritalStatusVS",
  "version" : "1.0.0",
  "name" : "SEBaseMaritalStatusVS",
  "title" : "SE ValueSet 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 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" : "http://hl7.org/fhir/ValueSet/marital-status",
        "concept" : [
          {
            "code" : "M",
            "display" : "Married"
          },
          {
            "code" : "D",
            "display" : "Divorced"
          },
          {
            "code" : "W",
            "display" : "Widowed"
          },
          {
            "code" : "U",
            "display" : "unmarried"
          }
        ]
      },
      {
        "system" : "http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status",
        "concept" : [
          {
            "code" : "RP",
            "display" : "Registrerad partner"
          },
          {
            "code" : "SP",
            "display" : "Skild partner"
          },
          {
            "code" : "EP",
            "display" : "Efterlevande partner"
          }
        ]
      }
    ]
  }
}