FHIR IG analytics| Package | br.go.ses.seguranca |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-ExemploOperationOutcomeUUIDInvalido.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: OperationOutcome ExemploOperationOutcomeUUIDInvalido
| Severity | Code | Details | Diagnostics | Location |
| Error | Invalid Content | O fullUrl não está em formato UUID válido conforme RFC 4122. Use o formato: urn:uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | fullUrl inválido: 'http://example.com/Patient/123' em Bundle.entry[0]. Esperado formato: urn:uuid:[UUID] | Bundle.entry[0].fullUrl |
{
"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"
]
}
]
}