@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Provenance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "delete"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-provenance"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Provenance

Resource Provenance "delete"

Profile: AU Core Provenance

target: http://apps.example.com/DocumentReference/232847/_history/2

recorded: 1 Apr 2023, 9:22:54 am

reason: records management (ActReason#RECORDMGT)

activity: delete (DataOperation#DELETE)

Agents

-TypeWho
*Author (Provenance participant type#author)Patient/smith-emma " SMITH"

Entities

-RoleWhat
*sourcehttp://apps.example.com/DocumentReference/232847/_history/2
" ] ; # fhir:target ( [ fhir:link ; fhir:reference [ fhir:v "http://apps.example.com/DocumentReference/232847/_history/2" ] ] ) ; # fhir:recorded [ fhir:v "2023-04-01T08:22:54+10:00"^^xsd:dateTime] ; # fhir:reason ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ; fhir:code [ fhir:v "RECORDMGT" ] ] ) ] ) ; # fhir:activity [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ; fhir:code [ fhir:v "DELETE" ] ] ) ] ; # fhir:agent ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "author" ] ] ) ] ; fhir:who [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ] ) ; # fhir:entity ( [ fhir:role [ fhir:v "source" ] ; fhir:what [ fhir:link ; fhir:reference [ fhir:v "http://apps.example.com/DocumentReference/232847/_history/2" ] ] ] ) . # # -------------------------------------------------------------------------------------