Guia de Implementação da SES GO - Segurança
0.1.0 - draft Brazil flag

Guia de Implementação da SES GO - Segurança - Downloaded Version 0.1.0 See the Directory of published versions

Perfil: OperationOutcome para Assinatura Digital

URL oficial: https://fhir.saude.go.gov.br/r4/seguranca/StructureDefinition/operation-outcome-assinatura Versão: 0.1.0
Active as of 2025-01-01 Nome para computador: OperationOutcomeAssinatura

Perfil especializado de OperationOutcome para reportar situações excepcionais durante processos de criação e validação de assinatura digital avançada

Usos:

You can also check for usages in the FHIR IG Statistics

Representações do perfil

Descrição de perfis, diferenças, instantâneo, e como apresentações diferentes funcionam.

Essa estrutura é derivada de OperationOutcome

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. OperationOutcome 0..* OperationOutcome Information about the success/failure of an action
... issue S 1..* BackboneElement A single issue associated with the action
.... severity S 1..1 code Severidade determinada pelo código da situação excepcional
.... code S 1..1 code Error or warning code
.... details S 1..1 CodeableConcept Additional details about the error
..... Fatias para coding S 1..* Coding Code defined by a terminology system
Fatia: Não ordenado, Aberto por value:system
...... coding:situacaoExcepcional S 1..1 Coding Code defined by a terminology system
Vínculo: ValueSet de Situações Excepcionais de Assinatura Digital (required)
....... system 1..1 uri Identity of the terminology system
Valor fixo: https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura
....... code S 1..1 code Symbol in syntax defined by the system
..... text S 1..1 string Plain text representation of the concept
.... diagnostics S 0..1 string Additional diagnostic information about the issue
.... location S 0..* string Deprecated: Path of element(s) related to issue

doco Documentação para este formato

Terminologia Ligações (Diferencial)

CaminhoConformidadeConjunto de valoresURI
OperationOutcome.issue.details.coding:situacaoExcepcionalrequiredSituacaoExcepcionalAssinaturaVS(a valid code from Situações Excepcionais de Assinatura Digital)
https://fhir.saude.go.gov.br/r4/seguranca/ValueSet/situacao-excepcional-assinatura-vs
From este IG
NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. OperationOutcome 0..* OperationOutcome Information about the success/failure of an action
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... issue SΣ 1..* BackboneElement A single issue associated with the action
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... severity SΣ 1..1 code Severidade determinada pelo código da situação excepcional
Vínculo: IssueSeverity (required): How the issue affects the success of the action.
.... code SΣ 1..1 code Error or warning code
Vínculo: IssueType (required): A code that describes the type of issue.
.... details SΣ 1..1 CodeableConcept Additional details about the error
Vínculo: OperationOutcomeCodes (example): A code that provides details as the exact issue.
..... Fatias para coding SΣ 1..* Coding Code defined by a terminology system
Fatia: Não ordenado, Aberto por value:system
...... coding:situacaoExcepcional SΣ 1..1 Coding Code defined by a terminology system
Vínculo: ValueSet de Situações Excepcionais de Assinatura Digital (required)
....... system Σ 1..1 uri Identity of the terminology system
Valor fixo: https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura
....... code SΣ 1..1 code Symbol in syntax defined by the system
..... text SΣ 1..1 string Plain text representation of the concept
.... diagnostics SΣ 0..1 string Additional diagnostic information about the issue
.... location SΣ 0..* string Deprecated: Path of element(s) related to issue

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
OperationOutcome.issue.severityrequiredIssueSeverity
http://hl7.org/fhir/ValueSet/issue-severity|4.0.1
From a norma FHIR
OperationOutcome.issue.coderequiredIssueType
http://hl7.org/fhir/ValueSet/issue-type|4.0.1
From a norma FHIR
OperationOutcome.issue.detailsexampleOperationOutcomeCodes
http://hl7.org/fhir/ValueSet/operation-outcome
From a norma FHIR
OperationOutcome.issue.details.coding:situacaoExcepcionalrequiredSituacaoExcepcionalAssinaturaVS(a valid code from Situações Excepcionais de Assinatura Digital)
https://fhir.saude.go.gov.br/r4/seguranca/ValueSet/situacao-excepcional-assinatura-vs
From este IG

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorOperationOutcomeIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOperationOutcomeIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOperationOutcomeA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. OperationOutcome 0..* OperationOutcome Information about the success/failure of an action
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... issue SΣ 1..* BackboneElement A single issue associated with the action
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... severity SΣ 1..1 code Severidade determinada pelo código da situação excepcional
Vínculo: IssueSeverity (required): How the issue affects the success of the action.
.... code SΣ 1..1 code Error or warning code
Vínculo: IssueType (required): A code that describes the type of issue.
.... details SΣ 1..1 CodeableConcept Additional details about the error
Vínculo: OperationOutcomeCodes (example): A code that provides details as the exact issue.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... Fatias para coding SΣ 1..* Coding Code defined by a terminology system
Fatia: Não ordenado, Aberto por value:system
...... coding:situacaoExcepcional SΣ 1..1 Coding Code defined by a terminology system
Vínculo: ValueSet de Situações Excepcionais de Assinatura Digital (required)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
....... system Σ 1..1 uri Identity of the terminology system
Valor fixo: https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 1..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text SΣ 1..1 string Plain text representation of the concept
.... diagnostics SΣ 0..1 string Additional diagnostic information about the issue
.... location SΣ 0..* string Deprecated: Path of element(s) related to issue
.... expression Σ 0..* string FHIRPath of element(s) related to issue

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
OperationOutcome.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
OperationOutcome.issue.severityrequiredIssueSeverity
http://hl7.org/fhir/ValueSet/issue-severity|4.0.1
From a norma FHIR
OperationOutcome.issue.coderequiredIssueType
http://hl7.org/fhir/ValueSet/issue-type|4.0.1
From a norma FHIR
OperationOutcome.issue.detailsexampleOperationOutcomeCodes
http://hl7.org/fhir/ValueSet/operation-outcome
From a norma FHIR
OperationOutcome.issue.details.coding:situacaoExcepcionalrequiredSituacaoExcepcionalAssinaturaVS(a valid code from Situações Excepcionais de Assinatura Digital)
https://fhir.saude.go.gov.br/r4/seguranca/ValueSet/situacao-excepcional-assinatura-vs
From este IG

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorOperationOutcomeIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOperationOutcomeIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOperationOutcomeA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Essa estrutura é derivada de OperationOutcome

Resumo

Obrigatório: 6 elementos
Deve ser suportado: 10 elementos
Fixo: 1 elemento

Fatias

Esta estrutura define os seguintes Slices:

  • The element 1 is sliced based on the value of OperationOutcome.issue.details.coding

Visão de diferenças

Essa estrutura é derivada de OperationOutcome

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. OperationOutcome 0..* OperationOutcome Information about the success/failure of an action
... issue S 1..* BackboneElement A single issue associated with the action
.... severity S 1..1 code Severidade determinada pelo código da situação excepcional
.... code S 1..1 code Error or warning code
.... details S 1..1 CodeableConcept Additional details about the error
..... Fatias para coding S 1..* Coding Code defined by a terminology system
Fatia: Não ordenado, Aberto por value:system
...... coding:situacaoExcepcional S 1..1 Coding Code defined by a terminology system
Vínculo: ValueSet de Situações Excepcionais de Assinatura Digital (required)
....... system 1..1 uri Identity of the terminology system
Valor fixo: https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura
....... code S 1..1 code Symbol in syntax defined by the system
..... text S 1..1 string Plain text representation of the concept
.... diagnostics S 0..1 string Additional diagnostic information about the issue
.... location S 0..* string Deprecated: Path of element(s) related to issue

doco Documentação para este formato

Terminologia Ligações (Diferencial)

CaminhoConformidadeConjunto de valoresURI
OperationOutcome.issue.details.coding:situacaoExcepcionalrequiredSituacaoExcepcionalAssinaturaVS(a valid code from Situações Excepcionais de Assinatura Digital)
https://fhir.saude.go.gov.br/r4/seguranca/ValueSet/situacao-excepcional-assinatura-vs
From este IG

Visão de elementos chave

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. OperationOutcome 0..* OperationOutcome Information about the success/failure of an action
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... issue SΣ 1..* BackboneElement A single issue associated with the action
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... severity SΣ 1..1 code Severidade determinada pelo código da situação excepcional
Vínculo: IssueSeverity (required): How the issue affects the success of the action.
.... code SΣ 1..1 code Error or warning code
Vínculo: IssueType (required): A code that describes the type of issue.
.... details SΣ 1..1 CodeableConcept Additional details about the error
Vínculo: OperationOutcomeCodes (example): A code that provides details as the exact issue.
..... Fatias para coding SΣ 1..* Coding Code defined by a terminology system
Fatia: Não ordenado, Aberto por value:system
...... coding:situacaoExcepcional SΣ 1..1 Coding Code defined by a terminology system
Vínculo: ValueSet de Situações Excepcionais de Assinatura Digital (required)
....... system Σ 1..1 uri Identity of the terminology system
Valor fixo: https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura
....... code SΣ 1..1 code Symbol in syntax defined by the system
..... text SΣ 1..1 string Plain text representation of the concept
.... diagnostics SΣ 0..1 string Additional diagnostic information about the issue
.... location SΣ 0..* string Deprecated: Path of element(s) related to issue

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
OperationOutcome.issue.severityrequiredIssueSeverity
http://hl7.org/fhir/ValueSet/issue-severity|4.0.1
From a norma FHIR
OperationOutcome.issue.coderequiredIssueType
http://hl7.org/fhir/ValueSet/issue-type|4.0.1
From a norma FHIR
OperationOutcome.issue.detailsexampleOperationOutcomeCodes
http://hl7.org/fhir/ValueSet/operation-outcome
From a norma FHIR
OperationOutcome.issue.details.coding:situacaoExcepcionalrequiredSituacaoExcepcionalAssinaturaVS(a valid code from Situações Excepcionais de Assinatura Digital)
https://fhir.saude.go.gov.br/r4/seguranca/ValueSet/situacao-excepcional-assinatura-vs
From este IG

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorOperationOutcomeIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOperationOutcomeIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOperationOutcomeA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Visão instantâneo

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. OperationOutcome 0..* OperationOutcome Information about the success/failure of an action
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... issue SΣ 1..* BackboneElement A single issue associated with the action
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... severity SΣ 1..1 code Severidade determinada pelo código da situação excepcional
Vínculo: IssueSeverity (required): How the issue affects the success of the action.
.... code SΣ 1..1 code Error or warning code
Vínculo: IssueType (required): A code that describes the type of issue.
.... details SΣ 1..1 CodeableConcept Additional details about the error
Vínculo: OperationOutcomeCodes (example): A code that provides details as the exact issue.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... Fatias para coding SΣ 1..* Coding Code defined by a terminology system
Fatia: Não ordenado, Aberto por value:system
...... coding:situacaoExcepcional SΣ 1..1 Coding Code defined by a terminology system
Vínculo: ValueSet de Situações Excepcionais de Assinatura Digital (required)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
....... system Σ 1..1 uri Identity of the terminology system
Valor fixo: https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura
....... version Σ 0..1 string Version of the system - if relevant
....... code SΣ 1..1 code Symbol in syntax defined by the system
....... display Σ 0..1 string Representation defined by the system
....... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text SΣ 1..1 string Plain text representation of the concept
.... diagnostics SΣ 0..1 string Additional diagnostic information about the issue
.... location SΣ 0..* string Deprecated: Path of element(s) related to issue
.... expression Σ 0..* string FHIRPath of element(s) related to issue

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
OperationOutcome.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
OperationOutcome.issue.severityrequiredIssueSeverity
http://hl7.org/fhir/ValueSet/issue-severity|4.0.1
From a norma FHIR
OperationOutcome.issue.coderequiredIssueType
http://hl7.org/fhir/ValueSet/issue-type|4.0.1
From a norma FHIR
OperationOutcome.issue.detailsexampleOperationOutcomeCodes
http://hl7.org/fhir/ValueSet/operation-outcome
From a norma FHIR
OperationOutcome.issue.details.coding:situacaoExcepcionalrequiredSituacaoExcepcionalAssinaturaVS(a valid code from Situações Excepcionais de Assinatura Digital)
https://fhir.saude.go.gov.br/r4/seguranca/ValueSet/situacao-excepcional-assinatura-vs
From este IG

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorOperationOutcomeIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorOperationOutcomeIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorOperationOutcomeIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceOperationOutcomeA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Essa estrutura é derivada de OperationOutcome

Resumo

Obrigatório: 6 elementos
Deve ser suportado: 10 elementos
Fixo: 1 elemento

Fatias

Esta estrutura define os seguintes Slices:

  • The element 1 is sliced based on the value of OperationOutcome.issue.details.coding

 

Outras representações do perfil: CSV, Excel, Schematron