FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.go.ses.core
Resource TypeValueSet
IdValueSet-estados-brasil.json
FHIR VersionR4
Sourcehttps://fhir.saude.go.gov.br/r4/core/ValueSet-estados-brasil.html
URLhttps://fhir.saude.go.gov.br/r4/core/ValueSet/estados-brasil
Version1.1.0
Statusactive
Date2025-11-26T13:07:11+00:00
NameEstadosBrasil
TitleEstados do Brasil
DescriptionConjunto de códigos IBGE dos estados brasileiros

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
BRDivisaoGeograficaBrasilDivisão Geográfica do Brasil

Narrative

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

Narrativa gerada: ValueSet estados-brasil


Source1

{
  "resourceType": "ValueSet",
  "id": "estados-brasil",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.saude.go.gov.br/r4/core/ValueSet/estados-brasil",
  "version": "1.1.0",
  "name": "EstadosBrasil",
  "title": "Estados do Brasil",
  "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": "Conjunto de códigos IBGE dos estados brasileiros",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BRA"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRDivisaoGeograficaBrasil",
        "filter": [
          {
            "property": "type",
            "op": "=",
            "value": "state"
          }
        ]
      }
    ]
  }
}