Guia de Implementação da SES GO - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Estados Brasileiros - JSON Representation

Active as of 2024-09-21

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "estados-brasileiros",
  "meta" : {
    "lastUpdated" : "2020-03-11T19:17:31.538+00:00"
  },
  "language" : "pt-BR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet estados-brasileiros</b></p><a name=\"estados-brasileiros\"> </a><a name=\"hcestados-brasileiros\"> </a><a name=\"estados-brasileiros-pt-BR\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-03-11 19:17:31+0000; Language: pt-BR</p></div><ul><li>Include codes from<a href=\"http://www.saude.gov.br/fhir/r4/CodeSystem-BRDivisaoGeograficaBrasil.html\"><code>http://www.saude.gov.br/fhir/r4/CodeSystem/BRDivisaoGeograficaBrasil</code></a> where type  = <a href=\"http://www.saude.gov.br/fhir/r4/CodeSystem-BRDivisaoGeograficaBrasil.html#BRDivisaoGeograficaBrasil-state\">state</a></li></ul></div>"
  },
  "url" : "https://fhir.saude.go.gov.br/r4/core/ValueSet/estados-brasileiros",
  "version" : "0.0.1",
  "name" : "EstadosBrasileiros",
  "title" : "Estados Brasileiros",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-21T14:49:24+00:00",
  "publisher" : "SES-GO",
  "contact" : [
    {
      "name" : "SES-GO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://fhir-homolog.saude.go.gov.br"
        },
        {
          "system" : "email",
          "value" : "muriloluz@ufg.br"
        }
      ]
    }
  ],
  "description" : "Estados brasileiros.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BR"
        }
      ]
    }
  ],
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRDivisaoGeograficaBrasil",
        "filter" : [
          {
            "property" : "type",
            "op" : "=",
            "value" : "state"
          }
        ]
      }
    ]
  }
}