0.0.1 - CI Build
SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions
@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:Resource.id [ fhir:value "create-error-example"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "2" ]; fhir:Meta.lastUpdated [ fhir:value "2020-07-23T15:22:17.255+00:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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;\">error</td>\n <td>[]</td>\n <td>\n <pre>#Error issue here</pre>\n </td>\n </tr>\n </table>\n </div>" ]; fhir:OperationOutcome.issue [ fhir:index 0; fhir:OperationOutcome.issue.severity [ fhir:value "error" ]; fhir:OperationOutcome.issue.code [ fhir:value "processing" ]; fhir:OperationOutcome.issue.diagnostics [ fhir:value "#Error issue here" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.