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

FHIR IG Statistics: ValueSet/BRCaraterAtendimentoMIRA

Packagebr.ufg.cgis.rnds-lite
Resource TypeValueSet
IdBRCaraterAtendimentoMIRA
FHIR VersionR4
Sourcehttp://www.saude.gov.br/fhir/r4/http://www.saude.gov.br/fhir/r4/ValueSet-BRCaraterAtendimentoMIRA.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BRCaraterAtendimentoMIRA
Version0.2.4
Statusactive
Date2023-04-13T13:17:18.5012669+00:00
NameCaráter de Atendimento no MIRA
DescriptionCaráter da solicitação do procedimento.

Resources that use this resource

StructureDefinition
BRAgendamentoRegulacaoAssistencialAgendamento de Regulação Assistencial
BRRequisicaoRegulacaoAssistencialRequisição de Regulação Assistencial

Resources that this resource uses

CodeSystem
request-priorityRequestPriority

Narrative

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

Generated Narrative: ValueSet BRCaraterAtendimentoMIRA

Last updated: 2023-04-13 13:17:22+0000; Language: pt-BR

  • Include these codes as defined in http://hl7.org/fhir/request-priority
    CodeDisplayDefinitionPortuguese (Brazil) (pt)
    routineRoutineThe request has normal priority.Eletivo
    urgentUrgentThe request should be actioned promptly - higher priority than routine.Urgência

Source

{
  "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": "0.2.4",
  "name": "Caráter de Atendimento no MIRA",
  "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": "Caráter da solicitação do procedimento.",
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}