Verifiable Health Link, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.2-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.VHL/ and changes regularly. See the Directory of published versions
: Audit Event - Received Health Data - TTL Representation
Raw ttl | Download
@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:Requirements ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AuditEventReceived"] ; #
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: Requirements AuditEventReceived</b></p><a name=\"AuditEventReceived\"> </a><a name=\"hcAuditEventReceived\"> </a><p>These requirements apply to the actor <a href=\"ActorDefinition-VHLReceiver.html\">VHL Receiver</a></p><p>These requirements derive from <a href=\"Requirements-RecordAccessToHealthData.html\">Record Access to Health Data</a></p><table class=\"grid\"/></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/AuditEventReceived"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.2-current"] ; #
fhir:name [ fhir:v "AuditEventReceived"] ; #
fhir:title [ fhir:v "Audit Event - Received Health Data"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-06-16T13:14:26+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ] ] )
] [
fhir:name [ fhir:v "IHE IT Infrastructure Technical Committee" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ] ] )
] ) ; #
fhir:description [ fhir:v "**Purpose:** \nEnsure that the VHL Receiver generates audit records when receiving and using a Verified Health Link (VHL) to retrieve health information, in support of accountability and traceability.\n\n**Description:** \nThe [VHL Receiver](ActorDefinition-VHLReceiver.html) MAY record audit events for critical events during its handling of a VHL. These MAY include:\n* Receipt of a VHL from a [VHL Holder](ActorDefinition-VHLHolder.html)\n* Verification of the VHL's digital signature and trust chain\n* Use of the VHL to retrieve referenced health documents from a [VHL Sharer](ActorDefinition-VHLSharer.html)\n* Access, rendering, or internal processing of the retrieved documents"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:derivedFrom ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/RecordAccessToHealthData"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/Requirements/RecordAccessToHealthData>
] ) ; #
fhir:actor ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLReceiver"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLReceiver>
] ) . #