Basic Audit Log Patterns (BALP)
1.1.4-current - ci-build International flag

Basic Audit Log Patterns (BALP), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.1.4-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.BasicAudit/ and changes regularly. See the Directory of published versions

: SAML example from CareQuality - 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:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Dr-SAML-QDI"] ; # 
  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: DocumentReference Dr-SAML-QDI</b></p><a name=\"Dr-SAML-QDI\"> </a><a name=\"hcDr-SAML-QDI\"> </a><a name=\"Dr-SAML-QDI-en-US\"> </a><p><b>status</b>: Current</p><blockquote><p><b>content</b></p><blockquote><p><b>attachment</b></p></blockquote></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"AuditEvent-ex-auditPoke-SAML-QDI-Min.html\">AuditEvent: type = Application Activity (DICOM#110100); subtype = Boredom poke (unknown#poke); action = R; recorded = 2021-12-03 09:49:00+0000; outcome = 0</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:id [ fhir:v "ig-loader-QDI-SAML-20211210.txt" ] ;
fhir:contentType [ fhir:v "application/xml" ]     ]
  ] ) ; # 
  fhir:context [
    ( fhir:related [
fhir:reference [ fhir:v "AuditEvent/ex-auditPoke-SAML-QDI-Min" ]     ] )
  ] . #