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

FHIR IG analytics

Packagebr.go.ses.reds-go
Resource TypeValueSet
IdValueSet-BREstadoDocumento-1.0.json
FHIR VersionR4
Sourcehttps://fhir.saude.go.gov.br/r4/reds-go/ValueSet-BREstadoDocumento-1.0.html
URLhttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoDocumento-1.0
Version1.0.3
Statusactive
Date2020-03-12T13:26:58.6069366+00:00
NameEstado do Documento
Realmbr
DescriptionClassifica o tipo de documento que está sendo trafegado.

Resources that use this resource

StructureDefinition
br.go.ses.reds-go#1.0.3BRRegulacaoAssistencialRegulação Assistencial

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0composition-statusCompositionStatus

Narrative

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

Narrativa gerada: ValueSet BREstadoDocumento-1.0

Última atualização: 2020-03-12 13:26:59+0000; Língua: pt-BR

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

Source1

{
  "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": "1.0.3",
  "name": "Estado do Documento",
  "status": "active",
  "experimental": false,
  "date": "2020-03-12T13:26:58.6069366+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": "Classifica o tipo de documento que está sendo trafegado.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BR"
        }
      ]
    }
  ],
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}