Sequoia Project Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: Delete Success Example 2 - 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-example2"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "7" ] ;
fhir:lastUpdated [ fhir:v "2023-06-29T14:54:21.435Z"^^xsd:dateTime ]
  ] ; # 
  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:7.7.7.7 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:7.7.7.7 is deleted successfully." ]
  ] ) . #