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

: Validate Success 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 "validate-success-example"] ; # 
  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;\">information</td>\n                    <td>[]</td>\n                    <td>\n                        <pre>No issues detected during validation</pre>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold;\">information</td>\n                    <td>[]</td>\n                    <td>\n                        <pre>No issues detected during validation</pre>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "informational" ] ;
fhir:diagnostics [ fhir:v "No issues detected during validation" ]
  ] [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "informational" ] ;
fhir:diagnostics [ fhir:v "No issues detected during validation" ]
  ] ) . #