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

FHIR IG Statistics: ValueSet/uso-nome-cidadao

Packagebr.go.ses.core
Resource TypeValueSet
Iduso-nome-cidadao
FHIR VersionR4
Sourcehttps://fhir.saude.go.gov.br/r4/core/file:///ig/output/ValueSet-uso-nome-cidadao.html
URLhttps://fhir.saude.go.gov.br/r4/core/ValueSet/uso-nome-cidadao
Version0.0.1
Statusactive
Date2025-01-17T09:52:16-03:00
NameUsoNomeCidadao
TitleTipo de uso do nome do cidadão
Realmbr
DescriptionValores das opções de uso do nome do cidadão

Resources that use this resource

StructureDefinition
nome-cidadaoNome do cidadão

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet uso-nome-cidadao

  • Include these codes as defined in http://hl7.org/fhir/name-use
    CodeDisplayDefinition
    officialNome oficialThe formal name as registered in an official (government) registry, but which name might not be commonly used. May be called "legal name".
    usualNome socialKnown as/conventional/the one you normally use.

Source

{
  "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": "0.0.1",
  "name": "UsoNomeCidadao",
  "title": "Tipo de uso do nome do cidadão",
  "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": "Valores das opções de uso do nome do cidadão",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BR"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/name-use",
        "concept": [
          {
            "code": "official",
            "display": "Nome oficial"
          },
          {
            "code": "usual",
            "display": "Nome social"
          }
        ]
      }
    ]
  }
}