@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationOutcome; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "vpr-06"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-operationoutcome-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: OperationOutcome

Resource OperationOutcome \"vpr-06\"

Profile: ADHA Core OperationOutcome

Issues

-SeverityCodeDetails
*fatalexceptionAn unexpected internal error has occurred. ()
" ]; fhir:OperationOutcome.issue [ fhir:index 0; fhir:OperationOutcome.issue.severity [ fhir:value "fatal" ]; fhir:OperationOutcome.issue.code [ fhir:value "exception" ]; fhir:OperationOutcome.issue.details [ fhir:CodeableConcept.text [ fhir:value "An unexpected internal error has occurred." ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------