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 Referência Órfã - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationOutcome ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExemploOperationOutcomeReferenciaOrfa"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/seguranca/StructureDefinition/operation-outcome-assinatura"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/seguranca/StructureDefinition/operation-outcome-assinatura> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ExemploOperationOutcomeReferenciaOrfa</b></p><a name=\"ExemploOperationOutcomeReferenciaOrfa\"> </a><a name=\"hcExemploOperationOutcomeReferenciaOrfa\"> </a><a name=\"ExemploOperationOutcomeReferenciaOrfa-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>Not Found</td><td><span title=\"Codes:{https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura FORMAT.TARGET-REFERENCE-MISSING}\">Uma referência em Provenance.target não foi encontrada no Bundle. Todas as referências devem corresponder a entradas válidas no Bundle.</span></td><td>Referência órfã: 'urn:uuid:7b123c4d-5678-9abc-def0-123456789abc' em Provenance.target[1] não encontrada em Bundle.entry</td><td>Provenance.target[1]</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "not-found" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FORMAT.TARGET-REFERENCE-MISSING" ] ;
fhir:display [ fhir:v "Referência de Target Ausente" ] ] ) ;
fhir:text [ fhir:v "Uma referência em Provenance.target não foi encontrada no Bundle. Todas as referências devem corresponder a entradas válidas no Bundle." ] ] ;
fhir:diagnostics [ fhir:v "Referência órfã: 'urn:uuid:7b123c4d-5678-9abc-def0-123456789abc' em Provenance.target[1] não encontrada em Bundle.entry" ] ;
( fhir:location [ fhir:v "Provenance.target[1]" ] )
] ) . #