This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Security Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/AuditEvent/example-breakglass-start> a fhir:AuditEvent; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-breakglass-start"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:AuditEvent.type [ fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ]; fhir:Coding.code [ fhir:value "110113" ]; fhir:Coding.display [ fhir:value "Security Alert" ] ]; fhir:AuditEvent.subtype [ fhir:index 0; fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ]; fhir:Coding.code [ fhir:value "110127" ]; fhir:Coding.display [ fhir:value "Emergency Override Started" ] ]; fhir:AuditEvent.action [ fhir:value "E"]; fhir:AuditEvent.recorded [ fhir:value "2013-09-22T00:08:00Z"^^xsd:dateTime]; fhir:AuditEvent.outcome [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/audit-event-outcome" ]; fhir:Coding.code [ fhir:value "0" ]; fhir:Coding.display [ fhir:value "Success" ] ]; fhir:CodeableConcept.text [ fhir:value "Successful Start of Break-Glass" ] ]; fhir:AuditEvent.purposeOfEvent [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ]; fhir:Coding.code [ fhir:value "ETREAT" ]; fhir:Coding.display [ fhir:value "Emergency Treatment" ] ] ]; fhir:AuditEvent.agent [ fhir:index 0; fhir:AuditEvent.agent.who [ fhir:link <http://hl7.org/fhir/Practitioner/f001>; fhir:Reference.reference [ fhir:value "Practitioner/f001" ] ]; fhir:AuditEvent.agent.requestor [ fhir:value "true"^^xsd:boolean ]; fhir:AuditEvent.agent.location [ fhir:link <http://hl7.org/fhir/Location/1>; fhir:Reference.reference [ fhir:value "Location/1" ] ]; fhir:AuditEvent.agent.network [ fhir:AuditEvent.agent.network.address [ fhir:value "custodian.net" ]; fhir:AuditEvent.agent.network.type [ fhir:value "1" ] ] ]; fhir:AuditEvent.source [ fhir:AuditEvent.source.site [ fhir:value "Watcher" ]; fhir:AuditEvent.source.observer [ fhir:Reference.display [ fhir:value "Watchers Accounting of Disclosures Application" ] ]; fhir:AuditEvent.source.type [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/security-source-type" ]; fhir:Coding.code [ fhir:value "4" ]; fhir:Coding.display [ fhir:value "Application Server" ] ] ]; fhir:AuditEvent.entity [ fhir:index 0; fhir:AuditEvent.entity.what [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:AuditEvent.entity.type [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/audit-entity-type" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "Person" ] ]; fhir:AuditEvent.entity.role [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/object-role" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "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 . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/AuditEvent/example-breakglass-start.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/AuditEvent/example-breakglass-start.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.