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
@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 "ex-auditPoke-SAML-QDI-Comp"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/BALP/StructureDefinition/IHE.BasicAudit.SAMLaccessTokenUse.Comprehensive"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/BALP/StructureDefinition/IHE.BasicAudit.SAMLaccessTokenUse.Comprehensive> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
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 ex-auditPoke-SAML-QDI-Comp</b></p><a name=\"ex-auditPoke-SAML-QDI-Comp\"> </a><a name=\"hcex-auditPoke-SAML-QDI-Comp\"> </a><a name=\"ex-auditPoke-SAML-QDI-Comp-en-US\"> </a><p><b>type</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110100\">DICOM Controlled Terminology Definitions</a> 110100: Application Activity</p><p><b>subtype</b>: unknown poke: Boredom poke</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2021-12-03 09:49:00+0000</p><p><b>outcome</b>: Success</p><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType IRCP}, {https://profiles.ihe.net/ITI/BALP/CodeSystem/UserAgentTypes UserSamlAgent}\">information recipient</span></p><p><b>role</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.96 307969004}\">Public health officier</span></p><p><b>who</b>: Identifier: <code>ldap:///CN%3DSAML%20User%2COU%3DHarris%2CO%3DHITS%2CL%3DMelbourne%2CST%3DFL%2CC%3DUS</code>/UID=kskagerb</p><p><b>requestor</b>: true</p><p><b>policy</b>: _d87f8adf-711a-4545-bf77-ff8517b498e4</p><p><b>purposeOfUse</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.3.18.7.1 PUBLICHEALTH}\">Uses and disclosures for public health activities.</span></p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass PROV}\">healthcare provider</span></p><p><b>who</b>: connectred5.fedsconnect.org (Identifier: urn:oid:2.16.840.1.113883.3.333)</p><p><b>requestor</b>: false</p></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>server.example.com</td><td><a href=\"Device-ex-device.html\">Device</a></td><td><a href=\"http://terminology.hl7.org/6.0.0/CodeSystem-security-source-type.html#security-source-type-4\">Audit Event Source Type</a> 4: Application Server</td></tr></table><blockquote><p><b>entity</b></p><p><b>what</b>: Identifier: urn:oid:1.2.3.4.123456789</p><p><b>type</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-Consent\">ResourceType</a> Consent: Consent</p><blockquote><p><b>detail</b></p><p><b>type</b>: urn:ihe:iti:xua:2012:acp</p><p><b>value</b>: urn:oid:1.2.3.4</p></blockquote><blockquote><p><b>detail</b></p><p><b>type</b>: urn:oasis:names:tc:xacml:2.0:resource:resource-id</p><p><b>value</b>: 500000000^^^&2.16.840.1.113883.3.333&ISO</p></blockquote></blockquote></div>"
] ; #
fhir:type [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110100" ] ;
fhir:display [ fhir:v "Application Activity" ]
] ; #
fhir:subtype ( [
fhir:system [ fhir:v "urn:ietf:rfc:1438"^^xsd:anyURI ] ;
fhir:code [ fhir:v "poke" ] ;
fhir:display [ fhir:v "Boredom poke" ]
] ) ; #
fhir:action [ fhir:v "R"] ; #
fhir:recorded [ fhir:v "2021-12-03T09:49:00.000Z"^^xsd:dateTime] ; #
fhir:outcome [ fhir:v "0"] ; #
fhir:agent ( [
( fhir:extension [
fhir:url [ fhir:v "https://profiles.ihe.net/ITI/BALP/StructureDefinition/ihe-assuranceLevel"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oasis:names:tc:SAML:2.0:ac:classes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "X509" ] ] ) ] ] [
fhir:url [ fhir:v "https://profiles.ihe.net/ITI/BALP/StructureDefinition/ihe-otherId"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://profiles.ihe.net/ITI/BALP/CodeSystem/OtherIdentifierTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SAML-subject-id" ] ] ) ] ;
fhir:value [ fhir:v "Karl S Skagerberg" ] ] ] ) ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IRCP" ] ;
fhir:display [ fhir:v "information recipient" ] ] [
fhir:system [ fhir:v "https://profiles.ihe.net/ITI/BALP/CodeSystem/UserAgentTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UserSamlAgent" ] ] ) ] ;
( fhir:role [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.96"^^xsd:anyURI ] ;
fhir:code [ fhir:v "307969004" ] ;
fhir:display [ fhir:v "Public health officier" ] ] ) ] ) ;
fhir:who [
fhir:identifier [
fhir:system [ fhir:v "ldap:///CN%3DSAML%20User%2COU%3DHarris%2CO%3DHITS%2CL%3DMelbourne%2CST%3DFL%2CC%3DUS"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UID=kskagerb" ] ] ] ;
fhir:requestor [ fhir:v "true"^^xsd:boolean ] ;
( fhir:policy [ fhir:v "_d87f8adf-711a-4545-bf77-ff8517b498e4"^^xsd:anyURI ] ) ;
( fhir:purposeOfUse [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.18.7.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PUBLICHEALTH" ] ;
fhir:display [ fhir:v "Uses and disclosures for public health activities." ] ] ) ] )
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PROV" ] ;
fhir:display [ fhir:v "healthcare provider" ] ] ) ] ;
fhir:who [
fhir:identifier [
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.333" ] ] ;
fhir:display [ fhir:v "connectred5.fedsconnect.org" ] ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ]
] ) ; #
fhir:source [
fhir:site [ fhir:v "server.example.com" ] ;
fhir:observer [
fhir:reference [ fhir:v "Device/ex-device" ] ] ;
( fhir:type [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/security-source-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Application Server" ] ] )
] ; #
fhir:entity ( [
fhir:what [
fhir:identifier [
fhir:value [ fhir:v "urn:oid:1.2.3.4.123456789" ] ] ] ;
fhir:type [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Consent" ] ;
fhir:display [ fhir:v "Consent" ] ] ;
( fhir:detail [
fhir:type [ fhir:v "urn:ihe:iti:xua:2012:acp" ] ;
fhir:value [ fhir:v "urn:oid:1.2.3.4" ] ] [
fhir:type [ fhir:v "urn:oasis:names:tc:xacml:2.0:resource:resource-id" ] ;
fhir:value [ fhir:v "500000000^^^&2.16.840.1.113883.3.333&ISO" ] ] )
] ) . #
IG © 2022+ IHE IT Infrastructure Technical Committee. Package ihe.iti.balp#1.1.4-current based on FHIR 4.0.1. Generated 2024-07-17
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change