FHIR IG Statistics: ValueSet/BRStatusRequisicaoRegulacaoAssistencial
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Last updated: 2023-04-13 13:17:22+0000; Language: pt-BR
- Include these codes as defined in
http://hl7.org/fhir/request-status
Code | Display | Definition | Portuguese (Brazil) (pt) |
draft | Draft | The request has been created but is not yet complete or ready for action. | Rascunho |
active | Active | The request is in force and ready to be acted upon. | Ativo |
on-hold | On Hold | The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future. | Em espera |
revoked | Revoked | The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur. | Revogado |
completed | Completed | The activity described by the request has been fully performed. No further activity will occur. | Completo |
entered-in-error | Entered in error | This request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be "revoked" rather than "entered-in-error".). | Em estado de erro |
unknown | Unknown | The authoring/source system does not know which of the status values currently applies for this request. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which. | Desconhecido |
Source
{
"resourceType": "ValueSet",
"id": "BRStatusRequisicaoRegulacaoAssistencial",
"meta": {
"lastUpdated": "2023-04-13T13:17:22.715+00:00"
},
"language": "pt-BR",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.saude.gov.br/fhir/r4/ValueSet/BRStatusRequisicaoRegulacaoAssistencial",
"version": "0.2.4",
"name": "Status de requisição de regulação assistencial",
"status": "active",
"experimental": false,
"date": "2023-04-13T13:17:18.5012669+00:00",
"publisher": "CGIS",
"contact": [
{
"name": "CGIS",
"telecom": [
{
"system": "url",
"value": "https://cgis.ufg.br/"
},
{
"system": "email",
"value": "fabio@inf.ufg.br"
}
]
}
],
"description": "Status de requisição de regulação assistencial.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-status",
"concept": [
{
"code": "draft",
"display": "Draft",
"designation": [
{
"language": "pt-BR",
"value": "Rascunho"
}
]
},
{
"code": "active",
"display": "Active",
"designation": [
{
"language": "pt-BR",
"value": "Ativo"
}
]
},
{
"code": "on-hold",
"display": "On Hold",
"designation": [
{
"language": "pt-BR",
"value": "Em espera"
}
]
},
{
"code": "revoked",
"display": "Revoked",
"designation": [
{
"language": "pt-BR",
"value": "Revogado"
}
]
},
{
"code": "completed",
"display": "Completed",
"designation": [
{
"language": "pt-BR",
"value": "Completo"
}
]
},
{
"code": "entered-in-error",
"display": "Entered in error",
"designation": [
{
"language": "pt-BR",
"value": "Em estado de erro"
}
]
},
{
"code": "unknown",
"display": "Unknown",
"designation": [
{
"language": "pt-BR",
"value": "Desconhecido"
}
]
}
]
}
]
}
}