: Not Found Error Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "c82fbd75-0c96-4d78-b8e7-b94ca4293820"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-operation-outcome-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-operation-outcome-core> ] )
] ; #
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 c82fbd75-0c96-4d78-b8e7-b94ca4293820</b></p><a name=\"c82fbd75-0c96-4d78-b8e7-b94ca4293820\"> </a><a name=\"hcc82fbd75-0c96-4d78-b8e7-b94ca4293820\"> </a><a name=\"c82fbd75-0c96-4d78-b8e7-b94ca4293820-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>Error</td><td>Not Found</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/operation-outcome MSG_NO_EXIST}\">Resource Id "%s" does not exist</span></td><td>Not Found: No matching resource found</td></tr></table></div>"
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
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 "MSG_NO_EXIST" ] ;
fhir:display [ fhir:v "Resource Id \"%s\" does not exist" ] ] ) ] ;
fhir:diagnostics [ fhir:v "Not Found: No matching resource found" ]
] ) . #