| Package | br.ufg.cgis.rnds-lite |
| Resource Type | CodeSystem |
| Id | BRCategoriaDiagnostico |
| FHIR Version | R4 |
| Source | http://www.saude.gov.br/fhir/r4/http://www.saude.gov.br/fhir/r4/CodeSystem-BRCategoriaDiagnostico.html |
| URL | http://www.saude.gov.br/fhir/r4/CodeSystem/BRCategoriaDiagnostico |
| Version | 0.2.4 |
| Status | active |
| Date | 2022-05-19T11:00:40.0457007+00:00 |
| Name | Categoria do Diagnóstico |
| Description | Códigos para representação do tipo de categoria do diagnóstico realizado. |
| Content | complete |
| ValueSet | |
| BRCategoriaDiagnostico | Categoria do Diagnóstico |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem BRCategoriaDiagnostico
Last updated: 2022-05-19 11:00:40+0000; Language: pt-BR
This code system http://www.saude.gov.br/fhir/r4/CodeSystem/BRCategoriaDiagnostico defines the following codes:
| Code | Display |
| 01 | Principal |
| 02 | Secundário |
{
"resourceType": "CodeSystem",
"id": "BRCategoriaDiagnostico",
"meta": {
"lastUpdated": "2022-05-19T11:00:40.0457007+00:00"
},
"language": "pt-BR",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCategoriaDiagnostico",
"version": "0.2.4",
"name": "Categoria do Diagnóstico",
"status": "active",
"experimental": false,
"date": "2022-05-19T11:00:40.0457007+00:00",
"publisher": "CGIS",
"contact": [
{
"name": "CGIS",
"telecom": [
{
"system": "url",
"value": "https://cgis.ufg.br/"
},
{
"system": "email",
"value": "fabio@inf.ufg.br"
}
]
}
],
"description": "Códigos para representação do tipo de categoria do diagnóstico realizado.",
"content": "complete",
"concept": [
{
"code": "01",
"display": "Principal"
},
{
"code": "02",
"display": "Secundário"
}
]
}