Guia de implementação de Terminologias do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the Terminologias do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Estado da Observação - JSON Representation

Active as of 2025-02-18

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "BREstadoObservacao",
  "language" : "pt",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt\" lang=\"pt\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet BREstadoObservacao</b></p><a name=\"BREstadoObservacao\"> </a><a name=\"hcBREstadoObservacao\"> </a><a name=\"BREstadoObservacao-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\">Language: pt</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a> version <code>1.0.0</code><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://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-final\">final</a></td><td>Final</td><td>The observation is complete and there are no further actions needed. Additional information such &quot;released&quot;, &quot;signed&quot;, etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a> version <code>1.0.0</code><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://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>The observation has been withdrawn following previous final release.  This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be &quot;cancelled&quot; rather than &quot;entered-in-error&quot;.).</td></tr></table></li></ul></div>"
  },
  "url" : "https://terminologia.saude.gov.br/fhir/ValueSet/BREstadoObservacao",
  "version" : "1.0.0",
  "name" : "BREstadoObservacao",
  "title" : "Estado da Observação",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-02-18T21:08:42+00:00",
  "publisher" : "Ministério do Saúde do Brasil",
  "contact" : [
    {
      "name" : "Ministério do Saúde do Brasil",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://gov.br/saude"
        },
        {
          "system" : "email",
          "value" : "contato@gointerop.com"
        }
      ]
    },
    {
      "name" : "Italo Macedo",
      "telecom" : [
        {
          "system" : "email",
          "value" : "italo@gointerop.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Estado da Observação",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BR",
          "display" : "Brazil"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/observation-status",
        "version" : "1.0.0",
        "concept" : [
          {
            "code" : "final",
            "display" : "Final"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/observation-status",
        "version" : "1.0.0",
        "concept" : [
          {
            "code" : "entered-in-error",
            "display" : "Entered in Error"
          }
        ]
      }
    ]
  }
}