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

FHIR IG Statistics: ValueSet/be-civilstate

Packagehl7.fhir.be.terminology
TypeValueSet
Idbe-civilstate
FHIR VersionR4
Sourcehttps://hl7belgium.org/profiles/fhir/terminology/https://build.fhir.org/ig/hl7-be/terminology/ValueSet-be-civilstate.html
URLhttps://www.ehealth.fgov.be/standards/fhir/core/ValueSet/be-civilstate
Version1.0.0
Statusactive
Date2024-08-30T17:36:02+02:00
NameBeCivilstate
TitleBeCivilState
Realmbe
Authorityhl7
DescriptionCodes 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.

Resources that use this resource

ConceptMap
BeCivilstate-to-MaritalStatusBeCivilstate_to_MaritalStatus
StructureDefinition
be-patientBePatient
HdBe-PatientHdBe-Patient

Resources that this resource uses

CodeSystem
cd-civilstateBeCdCivilState
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor
cd-civilstateBeCdCivilState
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor

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
    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
    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
    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é

Source

{
  "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": "1.0.0",
  "name": "BeCivilstate",
  "title": "BeCivilState",
  "status": "active",
  "experimental": false,
  "date": "2024-08-30T17:36:02+02:00",
  "publisher": "My Organization",
  "contact": [
    {
      "name": "My Organization",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com/committees"
        },
        {
          "system": "email",
          "value": "my-group@example.com"
        }
      ]
    },
    {
      "name": "Bob Smith",
      "telecom": [
        {
          "system": "email",
          "value": "bobsmith@example.com",
          "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": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "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é"
              }
            ]
          }
        ]
      }
    ]
  }
}