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
Draft as of 2024-10-04 |
{
"resourceType" : "ValueSet",
"id" : "SEBaseMaritalStatusVS",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet SEBaseMaritalStatusVS</b></p><a name=\"SEBaseMaritalStatusVS\"> </a><a name=\"hcSEBaseMaritalStatusVS\"> </a><a name=\"SEBaseMaritalStatusVS-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-MaritalStatus.html\"><code>http://terminology.hl7.org/CodeSystem/v3-MaritalStatus</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-M\">M</a></td><td>Married</td><td>A current marriage contract is active</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-D\">D</a></td><td>Divorced</td><td>Marriage contract has been declared dissolved and inactive</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-W\">W</a></td><td>Widowed</td><td>The spouse has died</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-U\">U</a></td><td>Unmarried</td><td>Currently not in a marriage contract.</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-10-04T09:06:21+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://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"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"
}
]
}
]
}
}