FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7se.fhir.base
Resource TypeValueSet
IdValueSet-SEBaseMaritalStatusVS.json
FHIR VersionR4
Sourcehttp://hl7.se/fhir/ig/base/1.1.0/ValueSet-SEBaseMaritalStatusVS.html
URLhttp://hl7.se/fhir/ig/base/ValueSet/SEBaseMaritalStatusVS
Version1.1.0
Statusactive
Date2025-05-20T13:02:08+02: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
hl7se.fhir.base#1.1.0SEBasePatientSE base profil for patient

Resources that this resource uses

CodeSystem
hl7se.fhir.base#1.1.0se-base-marital-statusSE CodeSystem for marital status
hl7.terminology#currentv3-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:


Source1

{
  "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-05-20T13:02:08+02: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"
          }
        ]
      }
    ]
  }
}