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

FHIR IG analytics

Packagebr.ufg.cgis.rnds-lite
Resource TypeValueSet
IdValueSet-BREstadoResolucaoDiagnosticoProblema-1.0.json
FHIR VersionR4
Sourcehttp://www.saude.gov.br/fhir/r4/ValueSet-BREstadoResolucaoDiagnosticoProblema-1.0.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoResolucaoDiagnosticoProblema-1.0
Version0.2.4
Statusdraft
Date2020-03-12T13:09:53.3447193+00:00
NameEstado da Resolução de Diagnóstico ou Problema.
DescriptionEstado da resolução de um diagnóstico ou problema.

Resources that use this resource

StructureDefinition
BRCID10Avaliado-1.0CID10 Avaliado

Resources that this resource uses

CodeSystem
condition-clinicalCondition Clinical Status Codes

Narrative

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

Generated Narrative: ValueSet BREstadoResolucaoDiagnosticoProblema-1.0

Last updated: 2020-03-12 13:09:54+0000; Language: pt-BR

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/condition-clinical
    CodeDisplayDefinition
    activeAtivoThe subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk.
    recurrenceRecorrenteThe subject is experiencing a reoccurence or repeating of a previously resolved condition or situation, e.g. urinary tract infection, food insecurity.
    relapseRecidivaThe subject is experiencing a return of a condition or situation after a period of improvement or remission, e.g. relapse of cancer, alcoholism.
    inactiveInativoThe subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation.
    remissionRemissãoThe subject is not presently experiencing the condition or situation, but there is a risk of the condition or situation returning.
    resolvedResolvidoThe subject is not presently experiencing the condition or situation and there is a negligible perceived risk of the condition or situation returning.

Source1

{
  "resourceType": "ValueSet",
  "id": "BREstadoResolucaoDiagnosticoProblema-1.0",
  "meta": {
    "lastUpdated": "2020-03-12T13:09:54.402+00:00"
  },
  "language": "pt-BR",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoResolucaoDiagnosticoProblema-1.0",
  "version": "0.2.4",
  "name": "Estado da Resolução de Diagnóstico ou Problema.",
  "status": "draft",
  "experimental": false,
  "date": "2020-03-12T13:09:53.3447193+00:00",
  "publisher": "CGIS",
  "contact": [
    {
      "name": "CGIS",
      "telecom": [
        {
          "system": "url",
          "value": "https://cgis.ufg.br/"
        },
        {
          "system": "email",
          "value": "fabio@inf.ufg.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": "Ativo"
          },
          {
            "code": "recurrence",
            "display": "Recorrente"
          },
          {
            "code": "relapse",
            "display": "Recidiva"
          },
          {
            "code": "inactive",
            "display": "Inativo"
          },
          {
            "code": "remission",
            "display": "Remissão"
          },
          {
            "code": "resolved",
            "display": "Resolvido"
          }
        ]
      }
    ]
  }
}