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

FHIR IG Statistics: ValueSet/BRStatusRequisicaoRegulacaoAssistencial

Packagebr.ufg.cgis.rnds-lite
TypeValueSet
IdBRStatusRequisicaoRegulacaoAssistencial
FHIR VersionR4
Sourcehttp://www.saude.gov.br/fhir/r4/http://www.saude.gov.br/fhir/r4/ValueSet-BRStatusRequisicaoRegulacaoAssistencial.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BRStatusRequisicaoRegulacaoAssistencial
Version0.2.4
Statusactive
Date2023-04-13T13:17:18.5012669+00:00
NameStatus de requisição de regulação assistencial
DescriptionStatus de requisição de regulação assistencial.

Resources that use this resource

StructureDefinition
BRRequisicaoRegulacaoAssistencialRequisição de Regulação Assistencial

Resources that this resource uses

CodeSystem
request-statusRequest Status
request-statusRequestStatus

Narrative

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

Generated Narrative: ValueSet BRStatusRequisicaoRegulacaoAssistencial

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

  • Include these codes as defined in http://hl7.org/fhir/request-status
    CodeDisplayDefinitionPortuguese (Brazil) (pt)
    draftDraftThe request has been created but is not yet complete or ready for action.Rascunho
    activeActiveThe request is in force and ready to be acted upon.Ativo
    on-holdOn HoldThe request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.Em espera
    revokedRevokedThe request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur.Revogado
    completedCompletedThe activity described by the request has been fully performed. No further activity will occur.Completo
    entered-in-errorEntered in errorThis request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be "revoked" rather than "entered-in-error".).Em estado de erro
    unknownUnknownThe authoring/source system does not know which of the status values currently applies for this request. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.Desconhecido

Source

{
  "resourceType": "ValueSet",
  "id": "BRStatusRequisicaoRegulacaoAssistencial",
  "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/BRStatusRequisicaoRegulacaoAssistencial",
  "version": "0.2.4",
  "name": "Status de requisição de regulação assistencial",
  "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 de requisição de regulação assistencial.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-status",
        "concept": [
          {
            "code": "draft",
            "display": "Draft",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Rascunho"
              }
            ]
          },
          {
            "code": "active",
            "display": "Active",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Ativo"
              }
            ]
          },
          {
            "code": "on-hold",
            "display": "On Hold",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Em espera"
              }
            ]
          },
          {
            "code": "revoked",
            "display": "Revoked",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Revogado"
              }
            ]
          },
          {
            "code": "completed",
            "display": "Completed",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Completo"
              }
            ]
          },
          {
            "code": "entered-in-error",
            "display": "Entered in error",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Em estado de erro"
              }
            ]
          },
          {
            "code": "unknown",
            "display": "Unknown",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Desconhecido"
              }
            ]
          }
        ]
      }
    ]
  }
}