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

FHIR IG Statistics: ValueSet/BREstadoDocumento-1.0

Packagebr.ufg.cgis.rnds-lite
Resource TypeValueSet
IdBREstadoDocumento-1.0
FHIR VersionR4
Sourcehttp://www.saude.gov.br/fhir/r4/http://www.saude.gov.br/fhir/r4/ValueSet-BREstadoDocumento-1.0.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoDocumento-1.0
Version0.2.4
Statusactive
Date2020-03-12T13:26:58.6069366+00:00
NameEstado do Documento
DescriptionClassifica o tipo de documento que está sendo trafegado.

Resources that use this resource

StructureDefinition
BRResultadoExameLaboratorial-1.0Resultado de Exame Laboratorial
BRRegulacaoAssistencialRegulação Assistencial

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet BREstadoDocumento-1.0

Last updated: 2020-03-12 13:26:59+0000; Language: pt-BR

  • Include these codes as defined in http://hl7.org/fhir/composition-status
    CodeDisplayDefinitionPortuguese (Brazil) (pt)
    preliminaryPreliminaryThis is a preliminary composition or document (also known as initial or interim). The content may be incomplete or unverified.Preliminar
    finalFinalThis version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition.Finalizado
    amendedAmendedThe composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person.Atualizado
    entered-in-errorEntered in errorThe composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.Em estado de erro

Source

{
  "resourceType": "ValueSet",
  "id": "BREstadoDocumento-1.0",
  "meta": {
    "lastUpdated": "2020-03-12T13:26:59.318+00:00"
  },
  "language": "pt-BR",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoDocumento-1.0",
  "version": "0.2.4",
  "name": "Estado do Documento",
  "status": "active",
  "experimental": false,
  "date": "2020-03-12T13:26:58.6069366+00:00",
  "publisher": "CGIS",
  "contact": [
    {
      "name": "CGIS",
      "telecom": [
        {
          "system": "url",
          "value": "https://cgis.ufg.br/"
        },
        {
          "system": "email",
          "value": "fabio@inf.ufg.br"
        }
      ]
    }
  ],
  "description": "Classifica o tipo de documento que está sendo trafegado.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/composition-status",
        "concept": [
          {
            "code": "preliminary",
            "display": "Preliminary",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Preliminar"
              }
            ]
          },
          {
            "code": "final",
            "display": "Final",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Finalizado"
              }
            ]
          },
          {
            "code": "amended",
            "display": "Amended",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Atualizado"
              }
            ]
          },
          {
            "code": "entered-in-error",
            "display": "Entered in error",
            "designation": [
              {
                "language": "pt-BR",
                "value": "Em estado de erro"
              }
            ]
          }
        ]
      }
    ]
  }
}