FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/BRStatusParticipante

Packagebr.ufg.cgis.rnds-lite
Resource TypeValueSet
IdBRStatusParticipante
FHIR VersionR4
Sourcehttp://www.saude.gov.br/fhir/r4/http://www.saude.gov.br/fhir/r4/ValueSet-BRStatusParticipante.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BRStatusParticipante
Version0.2.4
Statusactive
Date2023-04-13T13:17:18.5012669+00:00
NameStatus do Participante do agendamento
DescriptionStatus do Participante do agendamento.

Resources that use this resource

StructureDefinition
BRAgendamentoRegulacaoAssistencialAgendamento de Regulação Assistencial

Resources that this resource uses

No resources found


Narrative

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

  • Include these codes as defined in http://hl7.org/fhir/participationstatus
    CodeDisplayDefinitionPortuguese (Brazil) (pt)
    acceptedAcceptedThe participant has accepted the appointment.Aceito
    declinedDeclinedThe participant has declined the appointment and will not participate in the appointment.Negado
    tentativeTentativeThe 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-actionNeeds ActionThe participant needs to indicate if they accept the appointment by changing this status to one of the other statuses.Aguardando resposta

Source

{
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}