Privacy Consent on FHIR (PCF), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.1.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PCF/ and changes regularly. See the Directory of published versions
: Provenance of Update of a basic consent - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-provenance2-consent-basic-treat"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance ex-provenance2-consent-basic-treat</b></p><a name=\"ex-provenance2-consent-basic-treat\"> </a><a name=\"hcex-provenance2-consent-basic-treat\"> </a><a name=\"ex-provenance2-consent-basic-treat-en-US\"> </a><p>Provenance for <a href=\"Consent-ex-consent-basic-treat.html\">Consent: status = active; scope = Privacy Consent; category = Consent; dateTime = 2022-06-13; source[x] = ->DocumentReference: status = current; type = Release of information consent; description = The captured signed document</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2022-06-13</td></tr><tr><td>Recorded</td><td>2022-06-13 01:02:04-0500</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation UPDATE}\">revise</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type performer}\">Performer</span></td><td><a href=\"Practitioner-ex-clerk.html\">Practitioner: telecom = Clerk@example.org</a></td></tr></table></div>"
] ; #
fhir:target ( [
fhir:reference [ fhir:v "Consent/ex-consent-basic-treat" ]
] ) ; #
fhir:occurred [ fhir:v "2022-06-13"^^xsd:date] ; #
fhir:recorded [ fhir:v "2022-06-13T01:02:04-05:00"^^xsd:dateTime] ; #
fhir:activity [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPDATE" ] ] )
] ; #
fhir:agent ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "performer" ] ] ) ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/ex-clerk" ] ]
] ) ; #
fhir:entity ( [
fhir:role [ fhir:v "revision" ] ;
fhir:what [
fhir:reference [ fhir:v "Consent/ex-consent-basic-treat" ] ]
] ) . #