Security
and
Privacy
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
| Responsible Owner: Security Work Group | Standards Status : Informative | Compartments : Device , Group , Patient , Practitioner |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Record that a Break-Glass event has started
@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 ;<http://hl7.org/fhir/AuditEvent/example-breakglass-start> a fhir:AuditEvent ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-breakglass-start"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ;fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Authorized Break-Glass period has been declared to enable immediate emergent treatment condition. This AuditEvent indicates the start of the Break-Glass event. Another would indicate the stop of that Break-Glass period, providd there is a session or state that can detect the end of the break-glass event.</div>"fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Authorized Break-Glass period has been declared to enable immediate emergent treatment condition. This AuditEvent indicates the start of the Break-Glass event. Another would indicate the stop of that Break-Glass period, provided there is a session or state that can detect the end of the break-glass event.</div>"^^rdf:XMLLiteral ] ] ; #fhir:category ( [fhir:type [ fhir:coding ( [fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;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 "110113" ] ; fhir:display [ fhir:v "Security Alert" ] ] )] ) ; # fhir:code [] ; # fhir:subtype ( [ fhir:coding ( [fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;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 "110127" ] ; fhir:display [ fhir:v "Emergency Override Started" ] ] )] ; #] ) ; # fhir:action [ fhir:v "E"] ; # fhir:recorded [ fhir:v "2013-09-22T00:08:00Z"^^xsd:dateTime] ; # when was the break-glass started fhir:outcome [ fhir:code [fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-outcome"^^xsd:anyURI ] ;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:detail ( [ fhir:text [ fhir:v "Successful Start of Break-Glass" ] ] ) ] ; # fhir:authorization ( [ fhir:coding ( [fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;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 "ETREAT" ] ; fhir:display [ fhir:v "Emergency Treatment" ] ] ) # why was the break-glass declared ] ) ; # fhir:agent ( [ fhir:who [ fhir:l <http://hl7.org/fhir/Practitioner/f001> ; fhir:reference [ fhir:v "Practitioner/f001" ] ] ; # who declared the break-glassfhir:requestor [ fhir:v "true"^^xsd:boolean ] ;fhir:requestor [ fhir:v true ] ; fhir:location [ fhir:l <http://hl7.org/fhir/Location/1> ; fhir:reference [ fhir:v "Location/1" ] ] ; # where was the break-glass emergency declaredfhir:network [ fhir:v "custodian.net" ]fhir:network [ a fhir:String ; fhir:v "custodian.net" ] ] ) ; # fhir:source [ fhir:observer [ fhir:display [ fhir:v "Watchers Accounting of Disclosures Application" ] ] ; # what system detected this break-glass fhir:type ( [ fhir:coding ( [fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/security-source-type"^^xsd:anyURI ] ;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 "4" ] ; fhir:display [ fhir:v "Application Server" ] ] ) ] ) ] ; # fhir:entity ( [ fhir:what [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ] ; # patient whos data is being accessed fhir:role [ fhir:coding ( [fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ] ;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/Practitioner/f001> a fhir:Practitioner . <http://hl7.org/fhir/Location/1> a fhir:Location . <http://hl7.org/fhir/Patient/example> a fhir:Patient . # -------------------------------------------------------------------------------------
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
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:24+1100.
Thu,
Nov
27,
2025
16:52+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change