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
: 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 class=\"res-header-id\"><b>Generated Narrative: AuditEvent example-1</b></p><a name=\"example-1\"> </a><a name=\"hcexample-1\"> </a><a name=\"example-1-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://hl7.org/ehrs/Requirements/EHRSFMR2.1 RI.1.1.1}\">Originate/Retain</span></p><p><b>action</b>: Create</p><p><b>recorded</b>: 2012-10-25 22:04:27+1100</p><blockquote><p><b>agent</b></p><p><b>who</b>: Identifier: Grahame</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>Grahame's Laptop</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>MedicationOrder v1 (Identifier: 123)</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://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" ] ]
] ) . #