Patient Generated Health Data Implementation Guide
0.1.0 - ci-build

Patient Generated Health Data Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAudit"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://pghd.na.icar.cnr.it/StructureDefinition/data-access-audit-event"^^xsd:anyURI ;
fhir:l <https://pghd.na.icar.cnr.it/StructureDefinition/data-access-audit-event>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent ExampleAudit</b></p><a name=\"ExampleAudit\"> </a><a name=\"hcExampleAudit\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-data-access-audit-event.html\">AuditEventDataAccess</a></p></div><p><b>type</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">Audit Event ID: rest</a> (Restful Operation)</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2025-01-12 14:32:00+0000</p><p><b>outcome</b>: Success</p><p><b>purposeOfEvent</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}\">Consultation for healthcare</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Who</b></td><td><b>Requestor</b></td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>Dr. Rossi</td><td>true</td><td>ASL Roma 1</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Device-AppMobileUser.html\">Device</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>FSE</td><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-audit-entity-type.html#audit-entity-type-1\">Audit event entity type: 1</a> (Person)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/audit-event-type>     ] ;
fhir:code [ fhir:v "rest" ] ;
fhir:display [ fhir:v "Restful Operation" ]
  ] ; # 
  fhir:action [ fhir:v "R"] ; # 
  fhir:recorded [ fhir:v "2025-01-12T14:32:00Z"^^xsd:dateTime] ; # 
  fhir:outcome [ fhir:v "0"] ; # 
  fhir:purposeOfEvent ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason>       ] ;
fhir:code [ fhir:v "TREAT" ] ;
fhir:display [ fhir:v "treatment" ]     ] ) ;
fhir:text [ fhir:v "Consultation for healthcare" ]
  ] ) ; # 
  fhir:agent ( [
    ( fhir:extension [
fhir:url [
fhir:v "https://pghd.na.icar.cnr.it/StructureDefinition/access-context"^^xsd:anyURI ;
fhir:l <https://pghd.na.icar.cnr.it/StructureDefinition/access-context>       ] ;
fhir:value [
a fhir:Code ;
fhir:v "regional"       ]     ] ) ;
fhir:who [
fhir:display [ fhir:v "Dr. Rossi" ]     ] ;
fhir:requestor [ fhir:v true ] ;
fhir:location [
fhir:display [ fhir:v "ASL Roma 1" ]     ]
  ] ) ; # 
  fhir:source [
fhir:observer [
fhir:l fhir:Device/AppMobileUser ;
fhir:reference [ fhir:v "Device/AppMobileUser" ] ;
fhir:display [ fhir:v "Device" ]     ]
  ] ; # 
  fhir:entity ( [
fhir:what [
fhir:display [ fhir:v "FSE" ]     ] ;
fhir:type [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/audit-entity-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/audit-entity-type>       ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Person" ]     ]
  ] ) . #