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 - 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 "ExemploOperationOutcomeOrdemIncompativel"] ; # 
  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 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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "invalid" ] ;
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.BUNDLE-ORDER-MISMATCH" ] ;
fhir:display [ fhir:v "Ordem do Bundle Incompatível" ]       ] ) ;
fhir:text [ fhir:v "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." ]     ] ;
fhir:diagnostics [ fhir:v "Provenance.target[0] = 'urn:uuid:patient-123' mas Bundle.entry[0].fullUrl = 'urn:uuid:observation-456'. Ordem esperada vs encontrada não confere." ] ;
    ( fhir:location [ fhir:v "Bundle.entry" ] [ fhir:v "Provenance.target" ] )
  ] ) . #