FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| et.fhir.core#current | ETPatient | Ethiopian patient profile |
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 📍4.0.0| Code | Display | Definition |
| D | Divorced | Marriage contract has been declared dissolved and inactive |
| M | Married | A current marriage contract is active |
| W | Widowed | The spouse has died |
| U | Unmarried | Currently not in a marriage contract. |
Source1
{
"resourceType": "ValueSet",
"id": "marital-status-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.et/core/ValueSet/marital-status-vs",
"version": "0.9.0",
"name": "ETMaritalStatusVS",
"title": "Ethiopian Patient Marital Status values",
"status": "active",
"date": "2026-06-17T09:06:43+00:00",
"publisher": "MOH Ethiopia",
"contact": [
{
"name": "MOH Ethiopia",
"telecom": [
{
"system": "url",
"value": "http://moh.gov.et"
}
]
}
],
"description": "Patient Marital Status....",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "231",
"display": "Ethiopia (ETH)"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"version": "4.0.0",
"concept": [
{
"code": "D",
"display": "Divorced"
},
{
"code": "M",
"display": "Married"
},
{
"code": "W",
"display": "Widowed"
},
{
"code": "U",
"display": "Unmarried"
}
]
}
]
}
}