FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/SEBaseMaritalStatusVS

Packagehl7se.fhir.base
TypeValueSet
IdSEBaseMaritalStatusVS
FHIR VersionR4
Sourcehttp://hl7.se/fhir/ig/base/https://build.fhir.org/ig/HL7Sweden/basprofiler-r4/ValueSet-SEBaseMaritalStatusVS.html
URLhttp://hl7.se/fhir/ig/base/ValueSet/SEBaseMaritalStatusVS
Version1.1.0
Statusactive
Date2025-06-12T13:13:26+00:00
NameSEBaseMaritalStatusVS
TitleSE ValueSet for marital status
Realmse
Authorityhl7
DescriptionThis is a value set of marital status types that include both the HL7 official codesystem and the ones specific from the Swedish authorities.

Resources that use this resource

StructureDefinition
SEBasePatientSE base profil for patient

Resources that this resource uses

CodeSystem
v3-MaritalStatusMaritalStatus
se-base-marital-statusSE CodeSystem for marital status
v3-MaritalStatusMaritalStatus

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet SEBaseMaritalStatusVS

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"
          }
        ]
      }
    ]
  }
}