RNDS (Guia de Implementação)
0.1.0 - ci-build

RNDS (Guia de Implementação) - Local Development build (v0.1.0). See the Directory of published versions

: Unidade Federativa - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "BRUnidadeFederativa-1.0",
  "meta" : {
    "lastUpdated" : "2020-03-12T11:51:21.573-03:00"
  },
  "language" : "pt-BR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><ul><li>Include codes from <a href=\"CodeSystem-BRDivisaoGeograficaBrasil.html\"><code>http://www.saude.gov.br/fhir/r4/CodeSystem/BRDivisaoGeograficaBrasil</code></a> where type  =  state</li></ul></div>"
  },
  "url" : "http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeFederativa-1.0",
  "version" : "0.1.0",
  "name" : "BRUnidadeFederativa",
  "title" : "Unidade Federativa",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-03-12T14:51:21.2223533+00:00",
  "publisher" : "Rede Nacional de Dados em Saúde",
  "contact" : [
    {
      "name" : "Rede Nacional de Dados em Saúde",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/kyriosdata"
        },
        {
          "system" : "email",
          "value" : "rnds@saude.gov.br"
        }
      ]
    }
  ],
  "description" : "Os estados e o Distrito Federal, entes subnacionais brasileiros.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRDivisaoGeograficaBrasil",
        "version" : "*",
        "filter" : [
          {
            "property" : "type",
            "op" : "=",
            "value" : "state"
          }
        ]
      }
    ]
  }
}