Security
and
Privacy
This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Security Work Group |
|
Compartments : Device , Group , Patient , Practitioner |
Raw
Turtle
,
JSON-LD
(+
also
see
Turtle/RDF
Format
Specification
)
RESTful vread Operation
@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 -------------------------------------------------------------------<http://hl7.org/fhir/AuditEvent/example-rest> a fhir:AuditEvent; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-rest"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-rest</p><p><b>type</b>: Restful Operation (Details: http://hl7.org/fhir/audit-event-type code rest = 'RESTful Operation', stated as 'Restful Operation')</p><p><b>subtype</b>: vread (Details: http://hl7.org/fhir/restful-interaction code vread = 'vread', stated as 'vread')</p><p><b>action</b>: R</p><p><b>recorded</b>: 20/06/2013 11:42:24 PM</p><p><b>outcome</b>: 0</p><blockquote><p><b>agent</b></p><p><b>userId</b>: 95</p><p><b>altId</b>: 601847123</p><p><b>name</b>: Grahame Grieve</p><p><b>requestor</b>: true</p></blockquote><blockquote><p><b>agent</b></p><p><b>role</b>: Source Role ID <span>(Details : {DICOM code '110153' = 'Source Role ID', given as 'Source Role ID'})</span></p><p><b>userId</b>: 2.16.840.1.113883.4.2|2.16.840.1.113883.4.2</p><p><b>altId</b>: 6580</p><p><b>requestor</b>: false</p><h3>Networks</h3><table><tr><td>-</td><td><b>Address</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Workstation1.ehr.familyclinic.com</td><td>1</td></tr></table></blockquote><h3>Sources</h3><table><tr><td>-</td><td><b>Site</b></td><td><b>Identifier</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Cloud</td><td>hl7connect.healthintersections.com.au</td><td>Web Server (Details: http://hl7.org/fhir/security-source-type code 3 = 'Web Server', stated as 'Web Server')</td></tr></table><h3>Entities</h3><table><tr><td>-</td><td><b>Reference</b></td><td><b>Type</b></td><td><b>Lifecycle</b></td></tr><tr><td>*</td><td><a>Patient/example/_history/1</a></td><td>System Object (Details: http://hl7.org/fhir/object-type code 2 = '2', stated as 'System Object')</td><td>Access / Use (Details: http://hl7.org/fhir/dicom-audit-lifecycle code 6 = 'Access / Use', stated as 'Access / Use')</td></tr></table></div>" ]; fhir:AuditEvent.type [ fhir:Coding.system [ fhir:value "http://hl7.org/fhir/audit-event-type" ]; fhir:Coding.code [ fhir:value "rest" ]; fhir:Coding.display [ fhir:value "Restful Operation" ] ]; fhir:AuditEvent.subtype [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/restful-interaction" ]; fhir:Coding.code [ fhir:value "vread" ]; fhir:Coding.display [ fhir:value "vread" ] ]; fhir:AuditEvent.action [ fhir:value "R"]; fhir:AuditEvent.recorded [ fhir:value "2013-06-20T23:42:24Z"^^xsd:dateTime]; fhir:AuditEvent.outcome [ fhir:value "0"]; fhir:AuditEvent.agent [ fhir:index 0; fhir:AuditEvent.agent.userId [ fhir:Identifier.value [ fhir:value "95" ] ]; fhir:AuditEvent.agent.altId [ fhir:value "601847123" ]; fhir:AuditEvent.agent.name [ fhir:value "Grahame Grieve" ]; fhir:AuditEvent.agent.requestor [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:AuditEvent.agent.role [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ]; fhir:Coding.code [ fhir:value "110153" ]; fhir:Coding.display [ fhir:value "Source Role ID" ] ] ]; fhir:AuditEvent.agent.userId [ fhir:Identifier.value [ fhir:value "2.16.840.1.113883.4.2|2.16.840.1.113883.4.2" ] ]; fhir:AuditEvent.agent.altId [ fhir:value "6580" ]; fhir:AuditEvent.agent.requestor [ fhir:value "false"^^xsd:boolean ]; fhir:AuditEvent.agent.network [ fhir:AuditEvent.agent.network.address [ fhir:value "Workstation1.ehr.familyclinic.com" ]; fhir:AuditEvent.agent.network.type [ fhir:value "1" ]<http://hl7.org/fhir/AuditEvent/example-rest> a fhir:AuditEvent ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-rest"] ; # fhir:type [ fhir:coding ( [ 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:subtype ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/restful-interaction"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/restful-interaction> ] ; fhir:code [ fhir:v "vread" ] ; fhir:display [ fhir:v "vread" ] ] ) ] ) ; # fhir:action [ fhir:v "R"] ; # fhir:recorded [ fhir:v "2013-06-20T23:42:24Z"^^xsd:dateTime] ; # fhir:outcome [ fhir:code [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-outcome"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/audit-event-outcome> ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "Success" ] ]]; fhir:AuditEvent.source [ fhir:AuditEvent.source.site [ fhir:value "Cloud" ]; fhir:AuditEvent.source.identifier [ fhir:Identifier.value [ fhir:value "hl7connect.healthintersections.com.au" ] ]; fhir:AuditEvent.source.type [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/security-source-type" ]; fhir:Coding.code [ fhir:value "3" ]; fhir:Coding.display [ fhir:value "Web Server" ]] ; # fhir:agent ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/extra-security-role-type"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/extra-security-role-type> ] ; fhir:code [ fhir:v "humanuser" ] ; fhir:display [ fhir:v "human user" ] ] ) ] ; fhir:who [ fhir:identifier [ fhir:value [ fhir:v "95" ] ] ] ; fhir:requestor [ fhir:v true ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/auditevent-AlternativeUserID"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/auditevent-AlternativeUserID> ] ; fhir:value [ a fhir:Identifier ; fhir:type [ fhir:text [ fhir:v "process ID" ] ] ; fhir:value [ fhir:v "6580" ] ] ] ) ; # Source active participant, the software making the . AlternativeUserId - Process ID fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ; fhir:l <http://dicom.nema.org/resources/ontology/DCM> ] ; fhir:code [ fhir:v "110153" ] ; fhir:display [ fhir:v "Source Role ID" ] ] ) ] ; fhir:who [ fhir:identifier [ fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.2"^^xsd:anyURI ; fhir:l <urn:oid:2.16.840.1.113883.4.2> ] ; fhir:value [ fhir:v "2.16.840.1.113883.4.2" ] ] ] ; fhir:requestor [ fhir:v false ] ; fhir:network [ a fhir:String ; fhir:v "Workstation1.ehr.familyclinic.com" ]]; fhir:AuditEvent.entity [ fhir:index 0; fhir:AuditEvent.entity.reference [ fhir:link <http://hl7.org/fhir/Patient/example/_history/1>; fhir:Reference.reference [ fhir:value "Patient/example/_history/1" ] ]; fhir:AuditEvent.entity.type [ fhir:Coding.system [ fhir:value "http://hl7.org/fhir/object-type" ]; fhir:Coding.code [ fhir:value "2" ]; fhir:Coding.display [ fhir:value "System Object" ] ]; fhir:AuditEvent.entity.lifecycle [ fhir:Coding.system [ fhir:value "http://hl7.org/fhir/dicom-audit-lifecycle" ]; fhir:Coding.code [ fhir:value "6" ]; fhir:Coding.display [ fhir:value "Access / Use" ]] ) ; # fhir:source [ fhir:observer [ fhir:identifier [ fhir:value [ fhir:v "hl7connect.healthintersections.com.au" ] ] ] ; fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/security-source-type"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/security-source-type> ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "Web Server" ] ] ) ] ) ] ; # fhir:entity ( [ fhir:what [ fhir:l <http://hl7.org/fhir/Patient/example/_history/1> ; fhir:reference [ fhir:v "Patient/example/_history/1" ] ] ; fhir:role [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/object-role> ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Patient" ] ] ) ]] .] ) . # <http://hl7.org/fhir/Patient/example/_history/1> a fhir:Patient .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/AuditEvent/example-rest.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/AuditEvent/example-rest.ttl> .# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
3
(STU;
v3.0.2-11200)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Thurs,
Oct
24,
2019
11:53+1100.
QA
Page
Fri,
Nov
21,
2025
00:00+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
DSTU2
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change