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 fullUrl Duplicado - 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 "ExemploOperationOutcomeFullUrlDuplicado"] ; # 
  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 ExemploOperationOutcomeFullUrlDuplicado</b></p><a name=\"ExemploOperationOutcomeFullUrlDuplicado\"> </a><a name=\"hcExemploOperationOutcomeFullUrlDuplicado\"> </a><a name=\"ExemploOperationOutcomeFullUrlDuplicado-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>: Duplicate</p><p><b>details</b>: <span title=\"Codes:{https://fhir.saude.go.gov.br/r4/seguranca/CodeSystem/situacao-excepcional-assinatura FORMAT.DUPLICATE-FULLURL}\">Encontrado fullUrl duplicado no Bundle. Cada entrada deve ter um fullUrl único.</span></p><p><b>diagnostics</b>: fullUrl duplicado: 'urn:uuid:3fa85f64-5717-4562-b3fc-2c963f66afa6' encontrado nas posições 0 e 2 do Bundle.entry</p><p><b>location</b>: Bundle.entry[0].fullUrl, Bundle.entry[2].fullUrl</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "duplicate" ] ;
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.DUPLICATE-FULLURL" ] ;
fhir:display [ fhir:v "fullUrl Duplicado" ]       ] ) ;
fhir:text [ fhir:v "Encontrado fullUrl duplicado no Bundle. Cada entrada deve ter um fullUrl único." ]     ] ;
fhir:diagnostics [ fhir:v "fullUrl duplicado: 'urn:uuid:3fa85f64-5717-4562-b3fc-2c963f66afa6' encontrado nas posições 0 e 2 do Bundle.entry" ] ;
    ( fhir:location [ fhir:v "Bundle.entry[0].fullUrl" ] [ fhir:v "Bundle.entry[2].fullUrl" ] )
  ] ) . #