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

FHIR IG analytics

Packagebr.go.ses.reds-go
Resource TypeValueSet
IdValueSet-BRCaraterAtendimentoMIRA.json
FHIR VersionR4
Sourcehttps://fhir.saude.go.gov.br/r4/reds-go/ValueSet-BRCaraterAtendimentoMIRA.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BRCaraterAtendimentoMIRA
Version1.0.3
Statusactive
Date2023-04-13T13:17:18.5012669+00:00
NameCaráter de Atendimento no MIRA
Realmbr
DescriptionCaráter da solicitação do procedimento.

Resources that use this resource

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

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0request-priorityRequestPriority

Narrative

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

Narrativa gerada: ValueSet BRCaraterAtendimentoMIRA

Ú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/request-priority versão 📦4.0.1
    CódigoEcrãDefiniçãoPortuguese (Brazil) (pt)
    routineRoutineThe request has normal priority.Eletivo
    urgentUrgentThe request should be actioned promptly - higher priority than routine.Urgência

Source1

{
  "resourceType": "ValueSet",
  "id": "BRCaraterAtendimentoMIRA",
  "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/BRCaraterAtendimentoMIRA",
  "version": "1.0.3",
  "name": "Caráter de Atendimento no MIRA",
  "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": "Caráter da solicitação do procedimento.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BR"
        }
      ]
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-priority",
        "concept": [
          {
            "code": "routine",
            "display": "Routine",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Eletivo"
              }
            ]
          },
          {
            "code": "urgent",
            "display": "Urgent",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Urgência"
              }
            ]
          }
        ]
      }
    ]
  }
}