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.1.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
: Originate/Retain 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-1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"example-1\"> </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 AuditEvent "example-1" </p></div><p><b>category</b>: Patient Record <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#110110)</span></p><p><b>code</b>: Originate/Retain <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (EHRSFMR2.1#RI.1.1.1)</span></p><p><b>action</b>: C</p><p><b>recorded</b>: Oct 25, 2012, 11:04:27 AM</p><blockquote><p><b>agent</b></p><p><b>who</b>: <span>id: Grahame</span></p></blockquote><blockquote><p><b>agent</b></p><p><b>who</b>: <span>id: 2.16.840.1.113883.4.2</span></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><span>: Grahame's Laptop</span></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><span>: MedicationOrder v1</span></td></tr></table></div>"
] ; #
fhir:category ( [
( 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:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/ehrs/Requirements/EHRSFMR2.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RI.1.1.1" ] ;
fhir:display [ fhir:v "Originate/Retain" ] ] )
] ; #
fhir:action [ fhir:v "C"] ; #
fhir:recorded [ fhir:v "2012-10-25T22:04:27+11:00"^^xsd:dateTime] ; #
fhir:agent ( [
fhir:who [
fhir:identifier [
fhir:value [ fhir:v "Grahame" ] ] ]
] [
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 "Grahame's Laptop" ] ]
] ; #
fhir:entity ( [
fhir:what [
fhir:type [ fhir:v "MedicationRequest"^^xsd:anyURI ] ;
fhir:identifier [
fhir:value [ fhir:v "123" ] ] ;
fhir:display [ fhir:v "MedicationOrder v1" ] ]
] ) . #