EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ehrs-rle-ig/ and changes regularly. See the Directory of published versions
: Access/View Order - AuditEvent - 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:AuditEvent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-4"] ; #
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: AuditEvent example-4</b></p><a name=\"example-4\"> </a><a name=\"hcexample-4\"> </a><a name=\"example-4-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110110}\">Patient Record</span></p><p><b>subtype</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle access}\">Access/View Order</span></p><p><b>action</b>: Read</p><p><b>recorded</b>: 2025-01-30 16:30:59+0000</p><blockquote><p><b>agent</b></p><p><b>who</b>: Identifier: John</p></blockquote><blockquote><p><b>agent</b></p><p><b>who</b>: Identifier: <code>urn:oid:2.16.840.1.113883.4.2</code>/2.16.840.1.113883.4.2</p><p><b>requestor</b>: false</p><p><b>network</b>: Workstation1.ehr.familyclinic.com</p></blockquote><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>John’s workstation</td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td>Medication Order v3 (Identifier: 131)</td></tr></table></div>"
] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110110" ] ;
fhir:display [ fhir:v "Patient Record" ] ] )
] ; #
fhir:subtype ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle"^^xsd:anyURI ] ;
fhir:code [ fhir:v "access" ] ;
fhir:display [ fhir:v "Access/View Order" ] ] )
] ) ; #
fhir:action [ fhir:v "R"] ; #
fhir:recorded [ fhir:v "2025-01-30T16:30:59+00:00"^^xsd:dateTime] ; #
fhir:agent ( [
fhir:who [
fhir:identifier [
fhir:value [ fhir:v "John" ] ] ]
] [
fhir:who [
fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2.16.840.1.113883.4.2" ] ] ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ] ;
fhir:network [ fhir:v "Workstation1.ehr.familyclinic.com" ]
] ) ; #
fhir:source [
fhir:observer [
fhir:display [ fhir:v "John’s workstation" ] ]
] ; #
fhir:entity ( [
fhir:what [
fhir:type [ fhir:v "MedicationRequest"^^xsd:anyURI ] ;
fhir:identifier [
fhir:value [ fhir:v "131" ] ] ;
fhir:display [ fhir:v "Medication Order v3" ] ]
] ) . #