@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationOutcome ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "vpr-06"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-operationoutcome-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: OperationOutcome vpr-06 Issues-SeverityCodeDetails*FatalExceptionAn unexpected internal error has occurred." ] ; # fhir:issue ( [ fhir:severity [ fhir:v "fatal" ] ; fhir:code [ fhir:v "exception" ] ; fhir:details [ fhir:text [ fhir:v "An unexpected internal error has occurred." ] ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: OperationOutcome vpr-06