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

: Receive PKI material - 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 "ReceivePKIMaterial"] ; # 
  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 ReceivePKIMaterial</b></p><a name=\"ReceivePKIMaterial\"> </a><a name=\"hcReceivePKIMaterial\"> </a><p>These requirements apply to the following actors: </p><ul><li><a href=\"ActorDefinition-VHLSharer.html\">VHL Sharer</a></li><li><a href=\"ActorDefinition-VHLReceiver.html\">VHL Receiver</a></li></ul><p>These requirements derive from <a href=\"Requirements-EstablishTrust.html\">Establish Trust</a></p><table class=\"grid\"><tr><td><b><a name=\"cache-received-trust-list\"> </a></b>Cache received Trust list</td><td/><td><div><p>Cache the received trust list or certificate material to reduce network and server load</p>\n</div></td></tr><tr><td><b><a name=\"validate-digital-signatures\"> </a></b>Validate digital signatures</td><td/><td><div><p>Validate digital signatures or trust paths</p>\n</div></td></tr><tr><td><b><a name=\"monitor-certificate-expiration\"> </a></b>Monitor certificate expiration</td><td/><td><div><p>Monitor certificate expiration or revocation status where applicable</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/ReceivePKIMaterial"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.2-current"] ; # 
  fhir:name [ fhir:v "ReceivePKIMaterial"] ; # 
  fhir:title [ fhir:v "Receive PKI material"] ; # 
  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 "A [VHL Sharer](ActorDefinition-VHLSharer.html) or [VHL Receiver](ActorDefinition-VHLReceiver.html), after receiving PKI material from a [Trust Anchor](ActorDefinition-TrustAnchor.html), SHALL validate and process the trust information for subsequent cryptographic operations.\n\nParticipants SHOULD:\n* Cache the received trust list or certificate material to reduce network and server load\n* Validate digital signatures or trust paths before use in VHL validation or mTLS sessions\n* Monitor certificate expiration or revocation status where applicable"] ; # 
  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/EstablishTrust"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/Requirements/EstablishTrust>
  ] ) ; # 
  fhir:actor ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLSharer"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLSharer>
  ] [
fhir:v "https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLReceiver"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLReceiver>
  ] ) ; # 
  fhir:statement ( [
fhir:key [ fhir:v "cache-received-trust-list" ] ;
fhir:label [ fhir:v "Cache received Trust list" ] ;
fhir:requirement [ fhir:v "Cache the received trust list or certificate material to reduce network and server load" ]
  ] [
fhir:key [ fhir:v "validate-digital-signatures" ] ;
fhir:label [ fhir:v "Validate digital signatures" ] ;
fhir:requirement [ fhir:v "Validate digital signatures or trust paths" ]
  ] [
fhir:key [ fhir:v "monitor-certificate-expiration" ] ;
fhir:label [ fhir:v "Monitor certificate expiration" ] ;
fhir:requirement [ fhir:v "Monitor certificate expiration or revocation status where applicable" ]
  ] ) . #