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

FHIR IG analytics

Packagebr.go.ses.seguranca
Resource TypeOperationOutcome
IdOperationOutcome-ExemploOperationOutcomeUUIDInvalido.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Narrativa gerada: OperationOutcome ExemploOperationOutcomeUUIDInvalido

Issues

-SeverityCodeDetailsDiagnosticsLocation
*ErrorInvalid ContentO fullUrl não está em formato UUID válido conforme RFC 4122. Use o formato: urn:uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxfullUrl inválido: 'http://example.com/Patient/123' em Bundle.entry[0]. Esperado formato: urn:uuid:[UUID]Bundle.entry[0].fullUrl

Source1

{
  "resourceType": "OperationOutcome",
  "id": "ExemploOperationOutcomeUUIDInvalido",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/seguranca/StructureDefinition/operation-outcome-assinatura"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      ]
    }
  ]
}