Da Vinci Postable Remittance
1.0.0 - STU 1 United States of America flag

This page is part of the DaVinci Postable Remittance FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ExampleNoRemittancesFound - TTL Representation

Page standards status: Informative

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 "ExampleNoRemittancesFound"] ; # 
  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 ExampleNoRemittancesFound</b></p><a name=\"ExampleNoRemittancesFound\"> </a><a name=\"hcExampleNoRemittancesFound\"> </a><a name=\"ExampleNoRemittancesFound-en-US\"> </a><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></tr><tr><td style=\"display: none\">*</td><td>Warning</td><td>Not Found</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/operation-outcome SEARCH_NONE}\">Error: no processable search found for %s search parameters &quot;%s&quot;</span></td><td>No remittances found for the given search parameters.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "not-found" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/operation-outcome"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SEARCH_NONE" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "No remittances found for the given search parameters." ]
  ] ) . #