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

FHIR IG Statistics: ValueSet/estado-civil

Packagebr.go.ses.core
TypeValueSet
Idestado-civil
FHIR VersionR4
Sourcehttps://fhir.saude.go.gov.br/r4/core/file:///ig/output/ValueSet-estado-civil.html
URLhttps://fhir.saude.go.gov.br/r4/core/ValueSet/estado-civil
Version0.0.1
Statusactive
Date2025-01-17T09:52:16-03:00
NameEstadoCivil
TitleEstado Civil
Realmbr
DescriptionO estado civil refere-se ao status legal e social de uma pessoa em relação ao seu relacionamento conjugal.

Resources that use this resource

StructureDefinition
individuoIndivíduo

Resources that this resource uses

CodeSystem
v3-MaritalStatusMaritalStatus
v3-MaritalStatusMaritalStatus

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet estado-civil

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-MaritalStatus
    CodeDisplayDefinition
    SSolteiroNo marriage contract has ever been entered
    MCasadoA current marriage contract is active
    DDivorciadoMarriage contract has been declared dissolved and inactive
    WViúvoThe spouse has died
    LSeparado 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"
          }
        ]
      }
    ]
  }
}