@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Provenance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "signature"] ; # 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 "signature"

Profile: AU Core Provenance

target: DocumentReference/acp

recorded: 3 Nov 2019, 1:35:00 pm

reason: treatment (ActReason#TREAT)

activity: authenticated (DocumentCompletion#AU)

Agents

-TypeWho
*Verifier (Contract Signer Type Codes#VERF)PractitionerRole/bobrester-bob-gp

Signatures

-TypeWhenWhoTargetFormatSigFormatData
*Verification Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.5 = 'Verification Signature', stated as 'Verification Signature')3 Nov 2019, 1:35:00 pmPractitionerRole/bobrester-bob-gpapplication/fhir+xmlapplication/signature+xmlLi4u
" ] ; # fhir:target ( [ fhir:link ; fhir:reference [ fhir:v "DocumentReference/acp" ] ] ) ; # # where possible, provenance targets should be version specific, # so that there is no ambiguity about which version of the # record this relates to # fhir:recorded [ fhir:v "2019-11-03T12:35:00+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 "TREAT" ] ; fhir:display [ fhir:v "treatment" ] ] ) ] ) ; # fhir:activity [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion"^^xsd:anyURI ] ; fhir:code [ fhir:v "AU" ] ; fhir:display [ fhir:v "authenticated" ] ] ) ] ; # fhir:agent ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contractsignertypecodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "VERF" ] ] ) ] ; fhir:who [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ] ) ; # fhir:signature ( [ fhir:type ( [ fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ; fhir:code [ fhir:v "1.2.840.10065.1.12.1.5" ] ; fhir:display [ fhir:v "Verification Signature" ] ] ) ; # verification signature fhir:when [ fhir:v "2019-11-03T12:35:00+10:00"^^xsd:dateTime ] ; fhir:who [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ; fhir:targetFormat [ fhir:v "application/fhir+xml" ] ; fhir:sigFormat [ fhir:v "application/signature+xml" ] ; fhir:data [ fhir:v "Li4u"^^xsd:base64Binary ] ] ) . # # -------------------------------------------------------------------------------------