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

: Estado da Resolução de Diagnóstico ou Problema. - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "BREstadoResolucaoDiagnosticoProblema-1.0",
  "meta" : {
    "lastUpdated" : "2020-03-12T10:09:54.402-03:00"
  },
  "language" : "pt-BR",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-condition-clinical.html\"><code>http://terminology.hl7.org/CodeSystem/condition-clinical</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-condition-clinical.html#condition-clinical-active\">active</a></td><td>Não Resolvido ou Resolvendo</td><td>The subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk.</td></tr><tr><td><a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-condition-clinical.html#condition-clinical-resolved\">resolved</a></td><td>Resolvido</td><td>The subject is not presently experiencing the condition or situation and there is a negligible perceived risk of the condition or situation returning.</td></tr></table></li></ul></div>"
  },
  "url" : "http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoResolucaoDiagnosticoProblema-1.0",
  "version" : "0.1.0",
  "name" : "BREstadoResolucaoDiagnosticoProblema",
  "title" : "Estado da Resolução de Diagnóstico ou Problema.",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-03-12T13:09:53.3447193+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" : "Estado da resolução de um diagnóstico ou problema.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "concept" : [
          {
            "code" : "active",
            "display" : "Não Resolvido ou Resolvendo"
          },
          {
            "code" : "resolved",
            "display" : "Resolvido"
          }
        ]
      }
    ]
  }
}