@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationOutcome ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "vpr-05"] ; # 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-05 Issues-SeverityCodeDetails*ErrorNot FoundRequest for MyMedicare information for less than 14 year old." ] ; # fhir:issue ( [ fhir:severity [ fhir:v "error" ] ; fhir:code [ fhir:v "not-found" ] ; fhir:details [ fhir:text [ fhir:v "Request for MyMedicare information for less than 14 year old." ] ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: OperationOutcome vpr-05