Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Delete Success Example 3 - 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 "delete-success-example3"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "5" ] ;
fhir:lastUpdated [ fhir:v "2022-07-30T01:04:14.469+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#Y6ZQe3bEeolfTdOu"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h1>Operation Outcome</h1>\n            <table border=\"0\">\n                <tr>\n                    <td style=\"font-weight: bold;\">success</td>\n                    <td>[]</td>\n                    <td>\n                        <pre>Organization with id:5.5.5.5 is deleted successfully.</pre>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "processing" ] ;
fhir:diagnostics [ fhir:v "Organization with id:5.5.5.5 is deleted successfully." ]
  ] ) . #