Verifiable Health Link
0.0.2-current - ci-build International flag

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

: Accept mTLS - TTL Representation

Active as of 2025-06-16

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 "AcceptMTLSConnection"] ; # 
  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 AcceptMTLSConnection</b></p><a name=\"AcceptMTLSConnection\"> </a><a name=\"hcAcceptMTLSConnection\"> </a><p>These requirements apply to the actor <a href=\"ActorDefinition-VHLSharer.html\">VHL Sharer</a></p><p>These requirements derive from <a href=\"Requirements-CreateTrustedChannel.html\">Create Trusted Channel</a></p><table class=\"grid\"/></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/AcceptMTLSConnection"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.2-current"] ; # 
  fhir:name [ fhir:v "AcceptMTLSConnection"] ; # 
  fhir:title [ fhir:v "Accept mTLS"] ; # 
  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 "The [VHL Sharer](ActorDefinition-VHLSharer.html), when acting as a server in a Verified Health Link (VHL) transaction, SHALL accept a mutually authenticated TLS (mTLS) connection initiated by a [VHL Receiver](ActorDefinition-VHLReceiver.html).\n\nDuring the TLS handshake, the Sharer SHALL:\n* Present a valid X.509 server certificate that is anchored to a recognized Trust Anchor\n* Validate the client certificate presented by the Receiver against the same trust framework\n* Establish a secure channel over which all subsequent VHL-related transactions are conducted\n\nSuccessful completion of the mTLS handshake is a prerequisite for all VHL operations involving sensitive data exchange. This requirement refines the bilateral obligations described in [Create Trusted Channel](Requirements-CreateTrustedChannel.html)."] ; # 
  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/CreateTrustedChannel"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/Requirements/CreateTrustedChannel>
  ] ) ; # 
  fhir:actor ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLSharer"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLSharer>
  ] ) . #