FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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| Code | Display | Definition |
| active | Ativo | The subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk. |
| recurrence | Recorrente | The subject is experiencing a reoccurence or repeating of a previously resolved condition or situation, e.g. urinary tract infection, food insecurity. |
| relapse | Recidiva | The subject is experiencing a return of a condition or situation after a period of improvement or remission, e.g. relapse of cancer, alcoholism. |
| inactive | Inativo | The subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation. |
| remission | Remissão | The subject is not presently experiencing the condition or situation, but there is a risk of the condition or situation returning. |
| resolved | Resolvido | The 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"
}
]
}
]
}
}