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
: Respond to Submit PKI Material Request - 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 "RespondtoSubmitPKIMaterialRequest"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Requirements RespondtoSubmitPKIMaterialRequest</b></p><a name=\"RespondtoSubmitPKIMaterialRequest\"> </a><a name=\"hcRespondtoSubmitPKIMaterialRequest\"> </a><p>These requirements apply to the actor <a href=\"ActorDefinition-TrustAnchor.html\">Trust Anchor</a></p><p>These requirements derive from <a href=\"Requirements-EstablishTrust.html\">Establish Trust</a></p><table class=\"grid\"><tr><td><b><a name=\"validate-pki-material\"> </a></b>Validate PKI Material</td><td>SHALL</td><td><div><p>Validate submitted PKI material in accordance with the certificate governance policies of the Trust Anchor. Validation SHALL include checks on cryptographic algorithm conformity, expiration dates, and valid certificate chains to a trusted authority.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/RespondtoSubmitPKIMaterialRequest"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/VHL/Requirements/RespondtoSubmitPKIMaterialRequest>
] ; #
fhir:version [ fhir:v "0.0.2-current"] ; #
fhir:name [ fhir:v "RespondtoSubmitPKIMaterialRequest"] ; #
fhir:title [ fhir:v "Respond to Submit PKI Material Request"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-03-13T13:59:49+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 "Upon receipt of public key material from a [VHL Sharer](ActorDefinition-VHLSharer.html) or [VHL Receiver](ActorDefinition-VHLReceiver.html), the [Trust Anchor](ActorDefinition-TrustAnchor.html) SHALL validate, organize, sign, and expose the PKI material as part of a trusted, canonical trust list."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:derivedFrom ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/EstablishTrust"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/VHL/Requirements/EstablishTrust>
] ) ; #
fhir:actor ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/ActorDefinition/TrustAnchor"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/VHL/ActorDefinition/TrustAnchor>
] ) ; #
fhir:statement ( [
fhir:key [ fhir:v "validate-pki-material" ] ;
fhir:label [ fhir:v "Validate PKI Material" ] ;
( fhir:conformance [ fhir:v "SHALL" ] ) ;
fhir:requirement [ fhir:v "Validate submitted PKI material in accordance with the certificate governance policies of the Trust Anchor. Validation SHALL include checks on cryptographic algorithm conformity, expiration dates, and valid certificate chains to a trusted authority." ]
] ) . #