FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-MaritalStatus version 📦3.0.0| Code | Display | Definition |
| W | Widowed | The spouse has died |
| D | Divorced | Marriage contract has been declared dissolved and inactive |
| M | Married | A current marriage contract is active |
| U | Single | Currently not in a marriage contract. |
| L | Separated | |
| C | Cohabitation | a marriage recognized in some jurisdictions and based on the parties' agreement to consider themselves married and can also be based on documentation of cohabitation.
This definition was based on https://www.merriam-webster.com/dictionary/common-law%20marriage. |
Source1
{
"resourceType": "ValueSet",
"id": "ZimMaritalStatus",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://mohcc.gov.zw/fhir/core/ValueSet/ZimMaritalStatus",
"version": "0.1.0",
"name": "ZimMaritalStatusVS",
"title": "MaritalStatus Value Set",
"status": "draft",
"experimental": false,
"date": "2025-11-13T14:22:57+00:00",
"publisher": "MOH Zimbabwe",
"contact": [
{
"name": "MOH Zimbabwe",
"telecom": [
{
"system": "url",
"value": "http://mohcc.org.zw"
}
]
}
],
"description": "Administrative Marital Status",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "716",
"display": "Zimbabwe (ZWE)"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"concept": [
{
"code": "W",
"display": "Widowed"
},
{
"code": "D",
"display": "Divorced"
},
{
"code": "M",
"display": "Married"
},
{
"code": "U",
"display": "Single"
},
{
"code": "L",
"display": "Separated"
},
{
"code": "C",
"display": "Cohabitation"
}
]
}
]
}
}