FHIR IG Statistics: ValueSet/be-civilstate
Package | hl7.fhir.be.terminology |
Type | ValueSet |
Id | be-civilstate |
FHIR Version | R4 |
Source | https://hl7belgium.org/profiles/fhir/terminology/https://build.fhir.org/ig/hl7-be/terminology/ValueSet-be-civilstate.html |
URL | https://www.ehealth.fgov.be/standards/fhir/core/ValueSet/be-civilstate |
Version | 1.0.0 |
Status | active |
Date | 2024-08-30T17:36:02+02:00 |
Name | BeCivilstate |
Title | BeCivilState |
Realm | be |
Authority | hl7 |
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. |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-MaritalStatus
Code | Display | Definition | English (English, en) | Nederlands (België) (Dutch (Belgium), nl) | French (Belgium) (fr) |
A | Annulled | Marriage contract has been declared null and to not have existed | Annuled | Nietigverklaring van huwelijk | Annulation de marriage |
D | Divorced | Marriage contract has been declared dissolved and inactive | Divorced | Echtgescheiden | Divorced |
M | Married | A current marriage contract is active | Married | Gehuwd | Marié |
U | unmarried | Currently not in a marriage contract. | Unmarried | Ongehuwd | Célibataire |
W | Widowed | The spouse has died | Widowed | Weduwnaar/weduwe | Veuf/veuve |
- Include these codes as defined in
https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-civilstate
Code | Display | English (English, en) | Nederlands (België) (Dutch (Belgium), nl) | French (Belgium) (fr) |
10 | Unmarried | Unmarried | Ongehuwd | Célibataire |
26 | Putative marriage | Putative marriage | Putatief huwelijk | Mariage putatif |
40 | Divorced | Divorced | Echtgescheiden | Divorced |
41 | Divorced since 1/10/1994 | Divorced since 1/10/1994 | Echtgescheiden vanaf 1/10/1994 | Divorcé à partir du 1/10/1994 |
50 | Legal separation | Legal separation | Gescheiden van tafel en bed | Séparé de corps et de biens |
51 | Legal separation since 1/10/1994 | Legal separation since 1/10/1994 | Gescheiden van tafel en bed sinds 1/10/1994 | Séparé de corps et de biens à partir du 1/10/1994 |
60 | Repudiation | Repudiation | Verstoting | Répudiation |
80 | Partnership | Partnership | Partnerschap | Partenariat |
81 | End of partnership | End of partnership | Partnerschap beeindigd | Fin de partenariat |
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-NullFlavor
Code | Display | Definition | English (English, en) | Nederlands (België) (Dutch (Belgium), nl) | French (Belgium) (fr) |
UNK | unknown | **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.) | Unknown | Onbepaald | Indé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é"
}
]
}
]
}
]
}
}