This page is part of the HL7 Sweden base profiles (v1.0.0: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: SE ValueSet for marital status - JSON Representation
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" : "2023-03-08T16:20:30+01: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"
}
]
}
]
}
}