Privacy Consent on FHIR (PCF)
1.1.0 - Trial-Implementation International flag

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.0 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 Create 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-provenance-consent-basic-treat"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"ex-provenance-consent-basic-treat\"> </a><a name=\"hcex-provenance-consent-basic-treat\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance &quot;ex-provenance-consent-basic-treat&quot; </p></div><p><b>target</b>: <a href=\"Consent-ex-consent-basic-treat.html\">Consent/ex-consent-basic-treat</a></p><p><b>occurred</b>: 2022-06-13</p><p><b>recorded</b>: Jun 13, 2022, 6:02:03 AM</p><p><b>activity</b>: create <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#CREATE)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>Performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#performer)</span></td><td><a href=\"Practitioner-ex-clerk.html\">Practitioner/ex-clerk</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:03-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 "CREATE" ]     ] )
  ] ; # 
  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" ]     ]
  ] ) . #