FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.go.ses.reds-go
Resource TypeValueSet
IdValueSet-BRStatusParticipante.json
FHIR VersionR4
Sourcehttps://fhir.saude.go.gov.br/r4/reds-go/ValueSet-BRStatusParticipante.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BRStatusParticipante
Version1.0.3
Statusactive
Date2023-04-13T13:17:18.5012669+00:00
NameStatus do Participante do agendamento
Realmbr
DescriptionStatus do Participante do agendamento.

Resources that use this resource

StructureDefinition
br.go.ses.reds-go#1.0.3BRAgendamentoRegulacaoAssistencialAgendamento de Regulação Assistencial

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0participationstatusParticipationStatus

Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: ValueSet BRStatusParticipante

Última atualização: 2023-04-13 13:17:22+0000; Língua: pt-BR

  • Include estes códigos, tal como definidos em http://hl7.org/fhir/participationstatus versão 📦4.0.1
    CódigoEcrãDefiniçãoPortuguese (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

Source1

{
  "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": "1.0.3",
  "name": "Status do Participante do agendamento",
  "status": "active",
  "experimental": false,
  "date": "2023-04-13T13:17:18.5012669+00:00",
  "publisher": "SES-GO",
  "contact": [
    {
      "name": "SES-GO",
      "telecom": [
        {
          "system": "url",
          "value": "https://fhir.saude.go.gov.br"
        },
        {
          "system": "email",
          "value": "ti-ses.saude@goias.gov.br"
        }
      ]
    }
  ],
  "description": "Status do Participante do agendamento.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BR"
        }
      ]
    }
  ],
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}