| Package | br.ufg.cgis.rnds-lite |
| Resource Type | ValueSet |
| Id | BRStatusParticipante |
| FHIR Version | R4 |
| Source | http://www.saude.gov.br/fhir/r4/http://www.saude.gov.br/fhir/r4/ValueSet-BRStatusParticipante.html |
| URL | http://www.saude.gov.br/fhir/r4/ValueSet/BRStatusParticipante |
| Version | 0.2.4 |
| Status | active |
| Date | 2023-04-13T13:17:18.5012669+00:00 |
| Name | Status do Participante do agendamento |
| Description | Status do Participante do agendamento. |
| StructureDefinition | |
| BRAgendamentoRegulacaoAssistencial | Agendamento de Regulação Assistencial |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet BRStatusParticipante
Last updated: 2023-04-13 13:17:22+0000; Language: pt-BR
http://hl7.org/fhir/participationstatus| Code | Display | Definition | Portuguese (Brazil) (pt) |
| accepted | Accepted | The participant has accepted the appointment. | Aceito |
| declined | Declined | The participant has declined the appointment and will not participate in the appointment. | Negado |
| tentative | Tentative | The participant has tentatively accepted the appointment. This could be automatically created by a system and requires further processing before it can be accepted. There is no commitment that attendance will occur. | Tentativa |
| needs-action | Needs Action | The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses. | Aguardando resposta |
{
"resourceType": "ValueSet",
"id": "BRStatusParticipante",
"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/BRStatusParticipante",
"version": "0.2.4",
"name": "Status do Participante do agendamento",
"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 do Participante do agendamento.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/participationstatus",
"concept": [
{
"code": "accepted",
"display": "Accepted",
"designation": [
{
"language": "pt-BR",
"value": "Aceito"
}
]
},
{
"code": "declined",
"display": "Declined",
"designation": [
{
"language": "pt-BR",
"value": "Negado"
}
]
},
{
"code": "tentative",
"display": "Tentative",
"designation": [
{
"language": "pt-BR",
"value": "Tentativa"
}
]
},
{
"code": "needs-action",
"display": "Needs Action",
"designation": [
{
"language": "pt-BR",
"value": "Aguardando resposta"
}
]
}
]
}
]
}
}