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 estes códigos, tal como definidos em
http://hl7.org/fhir/name-use| Código | Ecrã | Definição |
| official | Nome oficial | The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called "legal name". |
| usual | Nome social | Known as/conventional/the one you normally use. |
Source1
{
"resourceType": "ValueSet",
"id": "uso-nome-cidadao",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.saude.go.gov.br/r4/core/ValueSet/uso-nome-cidadao",
"version": "1.1.0",
"name": "UsoNomeCidadao",
"title": "Tipo de uso do nome do cidadão",
"status": "active",
"experimental": false,
"date": "2025-11-26T13:07:11+00: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": "Valores das opções de uso do nome do cidadão",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BRA"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/name-use",
"concept": [
{
"code": "official",
"display": "Nome oficial"
},
{
"code": "usual",
"display": "Nome social"
}
]
}
]
}
}