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

FHIR IG analytics

Packagehl7.fhir.be.core
Resource TypeValueSet
IdValueSet-be-civilstate.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet be-civilstate

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-MaritalStatus version 📦3.0.0
    CodeDisplayDefinitionEnglish (English, en)Nederlands (België) (Dutch (Belgium), nl)French (Belgium) (fr)
    AAnnulledMarriage contract has been declared null and to not have existedAnnuledNietigverklaring van huwelijkAnnulation de marriage
    DDivorcedMarriage contract has been declared dissolved and inactiveDivorcedEchtgescheidenDivorced
    MMarriedA current marriage contract is activeMarriedGehuwdMarié
    UunmarriedCurrently not in a marriage contract.UnmarriedOngehuwdCélibataire
    WWidowedThe spouse has diedWidowedWeduwnaar/weduweVeuf/veuve
  • Include these codes as defined in https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-civilstate version 📦2.1.2
    CodeDisplayEnglish (English, en)Nederlands (België) (Dutch (Belgium), nl)French (Belgium) (fr)
    10UnmarriedUnmarriedOngehuwdCélibataire
    26Putative marriagePutative marriagePutatief huwelijkMariage putatif
    40DivorcedDivorcedEchtgescheidenDivorced
    41Divorced since 1/10/1994Divorced since 1/10/1994Echtgescheiden vanaf 1/10/1994Divorcé à partir du 1/10/1994
    50Legal separationLegal separationGescheiden van tafel en bedSéparé de corps et de biens
    51Legal separation since 1/10/1994Legal separation since 1/10/1994Gescheiden van tafel en bed sinds 1/10/1994Séparé de corps et de biens à partir du 1/10/1994
    60RepudiationRepudiationVerstotingRépudiation
    80PartnershipPartnershipPartnerschapPartenariat
    81End of partnershipEnd of partnershipPartnerschap beeindigdFin de partenariat
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📦3.0.0
    CodeDisplayDefinitionEnglish (English, en)Nederlands (België) (Dutch (Belgium), nl)French (Belgium) (fr)
    UNKunknown**Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)
    UnknownOnbepaaldIndéterminé

Source1

{
  "resourceType": "ValueSet",
  "id": "be-civilstate",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/core/ValueSet/be-civilstate",
  "version": "2.1.2",
  "name": "BeCivilstate",
  "title": "BeCivilState",
  "status": "active",
  "experimental": false,
  "date": "2026-02-06T10:00:45+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name": "Message Structure eHealth",
      "telecom": [
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Codes supported by eHealth Platform differentiating types of civil state. This valueset supports the Belgian federal FHIR profiling effort. Whenever possible add a code from http://terminology.hl7.org/CodeSystem/v3-MaritalStatus for international interoperability but also use https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/CD-CIVILSTATE for the Belgian specific code.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "concept": [
          {
            "code": "A",
            "designation": [
              {
                "language": "en",
                "value": "Annuled"
              },
              {
                "language": "nl-BE",
                "value": "Nietigverklaring van huwelijk"
              },
              {
                "language": "fr-BE",
                "value": "Annulation de marriage"
              }
            ]
          },
          {
            "code": "D",
            "designation": [
              {
                "language": "en",
                "value": "Divorced"
              },
              {
                "language": "nl-BE",
                "value": "Echtgescheiden"
              },
              {
                "language": "fr-BE",
                "value": "Divorced"
              }
            ]
          },
          {
            "code": "M",
            "designation": [
              {
                "language": "en",
                "value": "Married"
              },
              {
                "language": "nl-BE",
                "value": "Gehuwd"
              },
              {
                "language": "fr-BE",
                "value": "Marié"
              }
            ]
          },
          {
            "code": "U",
            "designation": [
              {
                "language": "en",
                "value": "Unmarried"
              },
              {
                "language": "nl-BE",
                "value": "Ongehuwd"
              },
              {
                "language": "fr-BE",
                "value": "Célibataire"
              }
            ]
          },
          {
            "code": "W",
            "designation": [
              {
                "language": "en",
                "value": "Widowed"
              },
              {
                "language": "nl-BE",
                "value": "Weduwnaar/weduwe"
              },
              {
                "language": "fr-BE",
                "value": "Veuf/veuve"
              }
            ]
          }
        ]
      },
      {
        "system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-civilstate",
        "concept": [
          {
            "code": "10",
            "designation": [
              {
                "language": "en",
                "value": "Unmarried"
              },
              {
                "language": "nl-BE",
                "value": "Ongehuwd"
              },
              {
                "language": "fr-BE",
                "value": "Célibataire"
              }
            ]
          },
          {
            "code": "26",
            "designation": [
              {
                "language": "en",
                "value": "Putative marriage"
              },
              {
                "language": "nl-BE",
                "value": "Putatief huwelijk"
              },
              {
                "language": "fr-BE",
                "value": "Mariage putatif"
              }
            ]
          },
          {
            "code": "40",
            "designation": [
              {
                "language": "en",
                "value": "Divorced"
              },
              {
                "language": "nl-BE",
                "value": "Echtgescheiden"
              },
              {
                "language": "fr-BE",
                "value": "Divorced"
              }
            ]
          },
          {
            "code": "41",
            "designation": [
              {
                "language": "en",
                "value": "Divorced since 1/10/1994"
              },
              {
                "language": "nl-BE",
                "value": "Echtgescheiden vanaf 1/10/1994"
              },
              {
                "language": "fr-BE",
                "value": "Divorcé à partir du 1/10/1994"
              }
            ]
          },
          {
            "code": "50",
            "designation": [
              {
                "language": "en",
                "value": "Legal separation"
              },
              {
                "language": "nl-BE",
                "value": "Gescheiden van tafel en bed"
              },
              {
                "language": "fr-BE",
                "value": "Séparé de corps et de biens"
              }
            ]
          },
          {
            "code": "51",
            "designation": [
              {
                "language": "en",
                "value": "Legal separation since 1/10/1994"
              },
              {
                "language": "nl-BE",
                "value": "Gescheiden van tafel en bed sinds 1/10/1994"
              },
              {
                "language": "fr-BE",
                "value": "Séparé de corps et de biens à partir du 1/10/1994"
              }
            ]
          },
          {
            "code": "60",
            "designation": [
              {
                "language": "en",
                "value": "Repudiation"
              },
              {
                "language": "nl-BE",
                "value": "Verstoting"
              },
              {
                "language": "fr-BE",
                "value": "Répudiation"
              }
            ]
          },
          {
            "code": "80",
            "designation": [
              {
                "language": "en",
                "value": "Partnership"
              },
              {
                "language": "nl-BE",
                "value": "Partnerschap"
              },
              {
                "language": "fr-BE",
                "value": "Partenariat"
              }
            ]
          },
          {
            "code": "81",
            "designation": [
              {
                "language": "en",
                "value": "End of partnership"
              },
              {
                "language": "nl-BE",
                "value": "Partnerschap beeindigd"
              },
              {
                "language": "fr-BE",
                "value": "Fin de partenariat"
              }
            ]
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "designation": [
              {
                "language": "en",
                "value": "Unknown"
              },
              {
                "language": "nl-BE",
                "value": "Onbepaald"
              },
              {
                "language": "fr-BE",
                "value": "Indéterminé"
              }
            ]
          }
        ]
      }
    ]
  }
}