FHIR IG Statistics: ValueSet/estado-civil
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
Code | Display | Definition |
S | Solteiro | No marriage contract has ever been entered |
M | Casado | A current marriage contract is active |
D | Divorciado | Marriage contract has been declared dissolved and inactive |
W | Viúvo | The spouse has died |
L | Separado judicialmente | |
Source
{
"resourceType": "ValueSet",
"id": "estado-civil",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.saude.go.gov.br/r4/core/ValueSet/estado-civil",
"version": "0.0.1",
"name": "EstadoCivil",
"title": "Estado Civil",
"status": "active",
"experimental": false,
"date": "2025-01-17T09:52:16-03:00",
"publisher": "SES-GO",
"contact": [
{
"name": "SES-GO",
"telecom": [
{
"system": "url",
"value": "https://fhir.saude.go.gov.br"
},
{
"system": "email",
"value": "ti-ses.saude@goias.gov.br"
}
]
}
],
"description": "O estado civil refere-se ao status legal e social de uma pessoa em relação ao seu relacionamento conjugal.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BR"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"concept": [
{
"code": "S",
"display": "Solteiro"
},
{
"code": "M",
"display": "Casado"
},
{
"code": "D",
"display": "Divorciado"
},
{
"code": "W",
"display": "Viúvo"
},
{
"code": "L",
"display": "Separado judicialmente"
}
]
}
]
}
}