FHIR IG Statistics: ValueSet/SEBaseMaritalStatusVS
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
Source
{
"resourceType": "ValueSet",
"id": "SEBaseMaritalStatusVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.se/fhir/ig/base/ValueSet/SEBaseMaritalStatusVS",
"version": "1.1.0",
"name": "SEBaseMaritalStatusVS",
"title": "SE ValueSet for marital status",
"status": "active",
"experimental": false,
"date": "2025-06-12T13:13:26+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.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "SE"
}
]
}
],
"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"
}
]
}
]
}
}