: Example Failed To Validate Operation Outcome - 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 "ExampleFailedToValidateOperationOutcome"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://gematik.de/fhir/atf/StructureDefinition/atf-operation-outcome"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/atf/StructureDefinition/atf-operation-outcome> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ExampleFailedToValidateOperationOutcome</b></p><a name=\"ExampleFailedToValidateOperationOutcome\"> </a><a name=\"hcExampleFailedToValidateOperationOutcome\"> </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-atf-operation-outcome.html\">ATF Operation Outcome</a></p></div><p><b>ATF Message ID EX</b>: 8573faac-abf6-4021-be80-750c8619ec06</p><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Invalid Content</td><td>Ressourcen konnten nicht validiert werden</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://gematik.de/fhir/atf/StructureDefinition/atf-message-id-ex"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "8573faac-abf6-4021-be80-750c8619ec06" ]
] ) ; #
fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "invalid" ] ;
fhir:diagnostics [ fhir:v "Ressourcen konnten nicht validiert werden" ]
] ) . #