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 - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ExemploOperationOutcomeOrdemIncompativel",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/seguranca/StructureDefinition/operation-outcome-assinatura"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "invalid",
      "details" : {
        "coding" : [
          {
            "system" : "https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura",
            "code" : "FORMAT.BUNDLE-ORDER-MISMATCH",
            "display" : "Ordem do Bundle Incompatível"
          }
        ],
        "text" : "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."
      },
      "diagnostics" : "Provenance.target[0] = 'urn:uuid:patient-123' mas Bundle.entry[0].fullUrl = 'urn:uuid:observation-456'. Ordem esperada vs encontrada não confere.",
      "location" : [
        "Bundle.entry",
        "Provenance.target"
      ]
    }
  ]
}