@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationOutcome ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "vpr-04"] ; # 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-04 Issues-SeverityCodeDetails*InformationInformational NotePatient not registered for MyMedicare." ] ; # fhir:issue ( [ fhir:severity [ fhir:v "information" ] ; fhir:code [ fhir:v "informational" ] ; fhir:details [ fhir:text [ fhir:v "Patient not registered for MyMedicare." ] ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: OperationOutcome vpr-04