@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Provenance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "provenance-cholecystectomy-mcv-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-provenance-mcv-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Provenance provenance-cholecystectomy-mcv-01

Provenance for Procedure Laparoscopic cholecystectomy

Summary

Recorded2024-06-27 08:39:24+1000

Agents

who
Organization My Health Record system operator
" ] ; # fhir:target ( [ fhir:link ; fhir:reference [ fhir:v "Procedure/cholecystectomy-mcv-01" ] ] ) ; # fhir:recorded [ fhir:v "2024-06-27T08:39:24+10:00"^^xsd:dateTime] ; # fhir:agent ( [ fhir:who [ fhir:link ; fhir:reference [ fhir:v "Organization/mhr-operator" ] ] ] ) ; # fhir:entity ( [ fhir:role [ fhir:v "source" ] ; fhir:what [ fhir:link ; fhir:reference [ fhir:v "DocumentReference/mcv-ds-01" ] ; fhir:display [ fhir:v "CDA Document in XDS repository" ] ] ] ) . # # -------------------------------------------------------------------------------------