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 UUID Inválido - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ExemploOperationOutcomeUUIDInvalido",
  "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 ExemploOperationOutcomeUUIDInvalido</b></p><a name=\"ExemploOperationOutcomeUUIDInvalido\"> </a><a name=\"hcExemploOperationOutcomeUUIDInvalido\"> </a><a name=\"ExemploOperationOutcomeUUIDInvalido-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><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Invalid Content</td><td><span title=\"Codes:{https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura FORMAT.UUID-INVALID}\">O fullUrl não está em formato UUID válido conforme RFC 4122. Use o formato: urn:uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</span></td><td>fullUrl inválido: 'http://example.com/Patient/123' em Bundle.entry[0]. Esperado formato: urn:uuid:[UUID]</td><td>Bundle.entry[0].fullUrl</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "invalid",
      "details" : {
        "coding" : [
          {
            "system" : "https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura",
            "code" : "FORMAT.UUID-INVALID",
            "display" : "UUID Inválido"
          }
        ],
        "text" : "O fullUrl não está em formato UUID válido conforme RFC 4122. Use o formato: urn:uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      },
      "diagnostics" : "fullUrl inválido: 'http://example.com/Patient/123' em Bundle.entry[0]. Esperado formato: urn:uuid:[UUID]",
      "location" : [
        "Bundle.entry[0].fullUrl"
      ]
    }
  ]
}