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

Guia de Implementação da SES GO - Segurança - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Exemplo: OperationOutcome para Ordem Incompatível - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="ExemploOperationOutcomeOrdemIncompativel"/>
  <meta>
    <profile
             value="https://fhir.saude.go.gov.br/r4/seguranca/StructureDefinition/operation-outcome-assinatura"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationOutcome ExemploOperationOutcomeOrdemIncompativel</b></p><a name="ExemploOperationOutcomeOrdemIncompativel"> </a><a name="hcExemploOperationOutcomeOrdemIncompativel"> </a><a name="ExemploOperationOutcomeOrdemIncompativel-pt-BR"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-operation-outcome-assinatura.html">OperationOutcome para Assinatura Digital</a></p></div><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Invalid Content</p><p><b>details</b>: <span title="Codes:{https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura FORMAT.BUNDLE-ORDER-MISMATCH}">A ordem das entradas no Bundle não corresponde à ordem das referências em Provenance.target. A ordem deve ser determinística para garantir reprodutibilidade.</span></p><p><b>diagnostics</b>: Provenance.target[0] = 'urn:uuid:patient-123' mas Bundle.entry[0].fullUrl = 'urn:uuid:observation-456'. Ordem esperada vs encontrada não confere.</p><p><b>location</b>: Bundle.entry, Provenance.target</p></blockquote></div>
  </text>
  <issue>
    <severity value="error"/>
    <code value="invalid"/>
    <details>
      <coding>
        <system
                value="https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura"/>
        <code value="FORMAT.BUNDLE-ORDER-MISMATCH"/>
        <display value="Ordem do Bundle Incompatível"/>
      </coding>
      <text
            value="A ordem das entradas no Bundle não corresponde à ordem das referências em Provenance.target. A ordem deve ser determinística para garantir reprodutibilidade."/>
    </details>
    <diagnostics
                 value="Provenance.target[0] = 'urn:uuid:patient-123' mas Bundle.entry[0].fullUrl = 'urn:uuid:observation-456'. Ordem esperada vs encontrada não confere."/>
    <location value="Bundle.entry"/>
    <location value="Provenance.target"/>
  </issue>
</OperationOutcome>