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

FHIR IG Statistics: CodeSystem/se-base-marital-status

Packagehl7se.fhir.base
TypeCodeSystem
Idse-base-marital-status
FHIR VersionR4
Sourcehttp://hl7.se/fhir/ig/base/https://build.fhir.org/ig/HL7Sweden/basprofiler-r4/CodeSystem-se-base-marital-status.html
URLhttp://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status
Version1.1.0
Statusactive
Date2025-06-12T13:13:26+00:00
NameSEBaseMaritalStatusCS
TitleSE CodeSystem for marital status
Realmse
Authorityhl7
DescriptionThis is the CodeSystem for marital status in accordance with the Swedish authorities (Skatteverket Navet)
Contentcomplete

Resources that use this resource

ValueSet
SEBaseMaritalStatusVSSE ValueSet for marital status

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem se-base-marital-status

This case-sensitive code system http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status defines the following codes:

CodeDisplay
G Gift
OG Ogift
S Skild
Ä Änka/änkling
RP Registrerad partner
SP Skild partner
EP Efterlevande partner

Source

{
  "resourceType": "CodeSystem",
  "id": "se-base-marital-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status",
  "version": "1.1.0",
  "name": "SEBaseMaritalStatusCS",
  "title": "SE CodeSystem 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 the CodeSystem for marital status in accordance with the Swedish authorities (Skatteverket Navet)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "SE"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "G",
      "display": "Gift"
    },
    {
      "code": "OG",
      "display": "Ogift"
    },
    {
      "code": "S",
      "display": "Skild"
    },
    {
      "code": "Ä",
      "display": "Änka/änkling"
    },
    {
      "code": "RP",
      "display": "Registrerad partner"
    },
    {
      "code": "SP",
      "display": "Skild partner"
    },
    {
      "code": "EP",
      "display": "Efterlevande partner"
    }
  ]
}